I am quite a novice user with the compiler based projects.
Before posting this question, I got across few similar questions in SO community as below
I am trying to build the obj files from the build.cmd in command prompt as
build.cmd Target_Machine
It is building the .c and .h files but, when building the .obj files it is giving me the below error
"Command line is too long".
Scons: Building terminated because of errors
How to overcome this issue?