You are not logged in. Please login or register.
Active topics Unanswered topics
Welcome to the wolfSSL Forums!
Please post questions or comments you have about wolfSSL products here. It is helpful to be as descriptive as possible when asking your questions.
References
Stable Releases - download stable product releases.
Development Branch - latest development branch on GitHub.
wolfSSL Manual - wolfSSL (formerly CyaSSL) product manual and API reference.
Search options
Hello All!
-g1 is the same as -ggdb1 in case of my gcc version.
It does not allow to debug the ssl code.
I'm working in embedded environment where I have no well known OS, because of that I have to check what is not working in it.
Thanks in advnace!
Piotr P.
Hello all!
Unfortunately suggested solution does not work everywhere.
I'm using gcc 4.7.2 for embedded devices.
I've added following flags to cflags: -ggdb -feliminate-unused-debug-symbols -fdebug-types-section
and it ends with ld.exe: final link failed: Memory exhausted.
What more I've checked it with gcc 4.9.3 and result was exactly the same.
When use -ggdb1 it passes link stage but debugging is not possible.
Is there any solution to the problem?
Any ideas about cause of the problem?
The library is quite small, so it should not end with memory problems during linkage.
Best regards,
Piotr P.
Posts found: 2
Generated in 0.019 seconds (96% PHP - 4% DB) with 4 queries