Content originally posted in LPCWare by MaSt on Tue Oct 29 23:35:36 MST 2013
Hi,
when linking the two projects CortexM4 with FPv4-SP(Hard ABI) enabled for C-Compiler and Linker and the Cortex-M0 to one binary, the linker complains following:
error: Multicore-M4.axf uses VFP register arguments, Multicore-M0.axf.o does not
failed to merge target specific data of file Multicore-M0.axf.o
We have floating-point calculations on the M4-core, so HW-Floating point is highly appreciated. How can i use the M4-HW-Floating point and dualcore in LPCXpresso (V6.1.0)?