5 years, 12 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

5 years, 11 months ago.

Hi there,

This is a known issue, please see the following GitHub links for information regarding the fix:

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!

Accepted Answer

Yup, that's it. Thank you!

posted by Brian Jennings 01 May 2018