add GNU ld bug error and solution

This commit is contained in:
toddouska
2015-04-03 12:11:29 -07:00
parent 10f853ae4d
commit e39abffc5e
2 changed files with 6 additions and 0 deletions

3
README
View File

@ -34,6 +34,9 @@ before calling wolfSSL_new(); Though it's not recommended.
*** end Notes ***
- GNU Binutils 2.24 ld has problems with some debug builds, to fix an ld error
add -fdebug-types-section to C_EXTRA_FLAGS
wolfSSL (Formerly CyaSSL) Release 3.4.6 (03/30/2015)
Release 3.4.6 of wolfSSL has bug fixes and new features including:

View File

@ -35,6 +35,9 @@ wolfSSL_CTX_set_verify(ctx, SSL_VERIFY_NONE, 0);
before calling wolfSSL_new(); Though it's not recommended.
```
- GNU Binutils 2.24 ld has problems with some debug builds, to fix an ld error
add -fdebug-types-section to C_EXTRA_FLAGS
#wolfSSL (Formerly CyaSSL) Release 3.4.6 (03/30/2015)
##Release 3.4.6 of wolfSSL has bug fixes and new features including: