Hi all - hope someone can help me with this because I've been trawling the web looking for an answer to no avail :-(
I'm trying to compile a big project (300+ files) and I seem to have no syntax errors in the code, but I get the following when I try to build
C:\Dev-Cpp\Projects\LAMMPS\Makefile.win [Build Error] [compileAttempt1.exe] Error 255
Sadly this is a bit obscure for me, I don't know what error 255 could be. I'm using bloodshed Dev-C++.
The compile log ends
"The input line is too long.
make.exe: *** [compileAttempt1.exe] Error 255
Execution terminated"
Could this be due to the amount of files in the make? If so - how do I get around it?
Many many thanks to anyone who can help me - or even point me in some new direction. This problem is driving me crazy!!!