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.
6 years, 7 months ago.
Export Program to Make-GCC-ARM Missing targets?
MBED Community,
I'm experiencing issues when exporting my program to the Make-GCC-ARM platform. Upon making the project I receive the following error:
make: Warning: File 'Makefile' has modification time 21538 s in the future make[1]: Warning: File '/home/.../Makefile' has modification time 21538 s in the future make[1]: * No rule to make target '/filer/web_data/repo_dicts/github.com/armmbed/mbed-os/c05d72c3c005fbb7e92c3994c32bda45218ae7fe/features/FEATURE_LWIP/lwip-interface/EthernetInterface.o', needed by 'Program.elf'. Stop. Makefile:25: recipe for target 'all' failed make: * [all] Error 2
Looking into the exported sources also reveals that mbed-os/features/FEATURE_LWIP does not exist.
I'm looking for suggestions / guidance on how to properly setup my project such that an export to this toolchain is successful. Thank you.
Board: STM32F769-Disco
1 Answer
6 years, 7 months ago.
Hi there,
This is a known issue, please see the following GitHub links for information regarding the fix:
- Issue: https://github.com/ARMmbed/mbed-os/issues/6755
- Fix: https://github.com/ARMmbed/mbed-os/pull/6769
In the meantime, if you are not using any LWIP features in your project, you can remove lines including the missing FEATURE_LWIP feature in your MAKE files to resolve the error.
Please let me know if you have any questions!
- Jenny, team Mbed
If this solved your question, please make sure to click the "Thanks" link below!