adding openssl library to crossstudio for AVR
Hi
I am not able to debug my program as two openssl 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
BTW the program works when I type in the terminal gcc -o test test.c -lssl -lcrypto
Please sign in to leave a comment.
Comments
0 comments