Adding libraries
Hi
I am not able to debug my program as two libraries are not supported in Crossworks namely libssl and libcrypto
In the Additional Linker option I entered "-L /usr/lib/i386-linux-gnu -lssl -lcrypto"
But still I got "undefined symbol SHA256",
How can I solve this problem
When I run the program through the terminal by typing gcc test test.c -lcrypto, it runs successfully
Please sign in to leave a comment.
Comments
0 comments