2015-09-03 04:28 PM
2015-09-03 07:04 PM
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'2015-09-11 11:04 AM
Thanks Clive,
I was able to build successfully after making that change.