Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
You do not have the correct permissions to perform this operation. Please, contact us at support@mbed.com to gain full access.
×
Hi,
I'm having trouble to compile mbed projects offline with the gcc-arm-embedded toolchain. I exported the blinking LED Hello World program for both the EA LPC4088 QS and the mbed LPC1768. For the LPC1768 the "make" command works, for the LPC4088 I get errors with the VFP register arguments:
"/usr/bin/../lib/gcc/arm-none-eabi/4.8.3/../../../../arm-none-eabi/bin/ld: error: /mbed/TARGET_LPC4088/TOOLCHAIN_GCC_ARM/libmbed.a(pinmap.o) uses VFP register arguments, blink.elf does not"
I tried changing the -mfloat-abi parameter with no success. I also updated the latest mbed libary before exporting. The system is arch linux with the latest 4.8 gcc-arm-embedded. Any suggestions how I can get this work?
Thanks!