Hi,
I downloaded Carbide.c++ Express and have tried to build a large existing project I have. It seems that it is unable to cope with the large command line for "del". I get
make -k clean all
del /s/q <<LOTS OF .o FILES HERE>>
The input line is too long.
make: [clean] Error 255 (ignored)
' '
'No tool found that can build the extension specified with the build arrtifact name all'
Build complete for project largeproject
There are about 72 .o object files passed in the command line, each with an average path/filename size of 35 characters.
I can build fine using the command line & codewarrior - this limitation seems to only be in Carbide.
Thanks.



