Associate III
July 23, 2024
Solved
Error compiling with makefile, threadX and NextDuo
- July 23, 2024
- 1 reply
- 2098 views
Hello,
I have an issue when compiling a makefile from a project using an STM32H5 and ThreadX with NetXduo library.
this is the error i have:
make[1]: arm-none-eabi-gcc: Argument list too long
make[1]: *** [Makefile:1119: build/TheBlueBox-v2_AZURE_NS.elf] Error 127
make[1]: Leaving directory '/cygdrive/c/TheBlueBox/FW/TheBlueBox_AZURE/TheBlueBox-v2_AZURE/Makefile/NonSecure'
make: *** [Makefile:88: all] Error 2Argument list is too long... What should i do?
i am compiling with windows 10.
I've attached the makefile (All has been generated with cubemx 6.12.0).
