Linker Error involving VFP instructions using ARM GCC
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-09-03 4:28 PM
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.
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-09-03 7:04 PM
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..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-09-11 11:04 AM
Posted on September 11, 2015 at 20:04
Thanks Clive,
I was able to build successfully after making that change.