Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Argument list too long(Simulink generated C code compiation)
Argument list too long [message #1859875] Mon, 03 July 2023 07:32
Oussama ZHANI is currently offline Oussama ZHANIFriend
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!
Previous Topic:Debugging Eclipse and Spìke simulator of Riscv
Next Topic:"arm-none-eabi-g++" not found in PATH
Goto Forum:
  


Current Time: Mon Jan 20 01:19:52 GMT 2025

Powered by FUDForum. Page generated in 0.02489 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top