Argument list too long [message #1859875] |
Mon, 03 July 2023 07:32 |
Oussama ZHANI Messages: 1 Registered: June 2023 |
Junior Member |
|
|
Hello everyone,
Hello everyone,
I am new to C code, so I hope I can explain my problem clearly.
I have built a model in MATLAB/Simulink and generated C code. Now, I am trying to compile it in the ECLIPSE IDE using Cygwin GCC.
I created a Makefile project and set it to generate Makefiles automatically. Then, I imported the source code, which consists of over 2000 files. The compiler was able to create the .o files, but the linker failed and displayed the following error:
"Argument list too long
make: *** [makefile:43: kk.exe] Error 126
"make all" terminated with exit code 2. Build might be incomplete."
I would appreciate any help or suggestions. Thank you in advance!
|
|
|
Powered by
FUDForum. Page generated in 0.02489 seconds