5 years, 5 months ago.

Build with error "Argument list is too long" after exporting to eclipse gcc arm

I'm trying to play with the blinky example for mbed os. When using mbed cli to import and compile the example, everything was just fine. But after I export the project to eclipse ( -i eclipse_gcc_arm or -i gnuarmeclipse ) and try to build the project I always encounter this error "arm-none-eabi-gcc: Argument list is too long".

I'm assuming this is mainly caused by the length limitation of windows command line. But I don't know how to resolve this.

Does anyone have the same issue?

Be the first to answer this question.