This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

unplaced section: *UNDEF* static library

Hi,
I want to use wolfssl library on nrf51822 and I'm in stuck.At first, I compiled wolfssl as arm-none-eabi,then added the static lib to the project in segger studio.

As building, I'm getting these errors at linking .elf

unplaced section: *UNDEF* [src_libwolfssl_la-sha256.o (libwolfssl.a)], size=0, align=1
unplaced section: *UNDEF* [src_libwolfssl_la-hash.o (libwolfssl.a)], size=0, align=1
unplaced section: *UNDEF* [src_libwolfssl_la-sha512.o (libwolfssl.a)], size=0, align=1
unplaced section: *UNDEF* [src_libwolfssl_la-md5.o (libwolfssl.a)], size=0, align=1

Has anyone experienced?

Parents Reply Children
No Data
Related