Hi All, When I make my project under Win98 the following error appears: make: *** [aout.elf] Error 255
There was a discussion in http://sources.redhat.com/ml/cygwin/2003-09/ regarding to the make error 255 under cygwin. As far as I understand, the problem caused by too long list argument. As a cure the following was recommended by Christopher Faylor in message http://sources.redhat.com/ml/cygwin/2003-09/msg01607.html > In any event, this might help: > mount -f -X c:/cygwin/bin /bin > mount -f -x c:/cygwin/bin/strace.exe /bin/strace.exe > mount -f -x c:/cygwin/bin/cygcheck.exe /bin/cygcheck.exe > since telling cygwin that the files are all cygwin-aware should make cygwin > bypass the standard windows command line stuff What shall I do for MSPgcc? I do not quite understand how to implement the recommendation above. Regards Alex