cancel
Showing results for 
Search instead for 
Did you mean: 

Linker Error involving VFP instructions using ARM GCC

rushikeshsheth
Associate II
Posted on September 04, 2015 at 01:28

 

 

The original post was too long to process during our migration. Please click on the attachment to read the original post.
2 REPLIES 2
Posted on September 04, 2015 at 04:04

Using 'softfp' gave me a single VFP error referencing the libc file that came with gcc:

gcc-arm-none-eabi-4_8-2014q2/arm-none-eabi/lib/armv7e-m/fpu/libc_s.a(lib_a-memcpy-stub.o) uses VFP register arguments, 

Should use SOFTFP library directory, not the FPU one when building using 'softfp'

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
rushikeshsheth
Associate II
Posted on September 11, 2015 at 20:04

Thanks Clive,

I was able to build successfully after making that change.