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
And you aren't. I had to take off my dense cap and remove the static link to an old library and dynamically link to the new library I built and it worked perfectly. Sorry for the false alarm.
This is my first attempt to use wolfSSL embedded SSL and I am having some issues. I am installing it on a Raspberry Pi model B. The install went fine using the zip file and compiling. The issue is that the library is not compiled for hardware floating point (VFP). I cannot compile my c code against the library. The error I receive is:
/usr/bin/ld: error: appname uses VFP register arguments, libcyassl.a(src_libcyassl_la-ssl.o) does not
/usr/bin/ld: failed to merge target specific data of file libcyassl.a(src_libcyassl_la-ssl.o)
Despite being able to compile my application to use software floating point, the linker still gives me the error. It seems there is no way to convince the RPi to use software floating point. Is there a way to install wolfSSL to support hardware floating point (VFP) on the Raspberry Pi? I would have assumed it would be the default since that is the gcc default. I appreciate any suggestions.
Posts found: 2
Generated in 0.028 seconds (96% PHP - 4% DB) with 4 queries