Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Make error 255

Hi,
 
    I have created a plugin for a toolchain, which works on some machines, but gives errors on others.
The default 'make -k' gives errors:
 
**** Incremental build of configuration Debug for project helloCRA ****
make -k all
make: *** [pe_code.o] Error 255
make: Target `all' not remade because of errors.
 
 
I changed the build command to “make –n” and I saw reasonable build steps.
If I cut and paste these into a DOS window/bash shell it builds the program.
 
- “make –k” works from the bash shell
 
Could someone let me know the possible causes for this kind of an error so that I can debug further?
Note that cygwin/bin & the tool binaries are in $PATH
 
Thanks,
Delicia.

Back to the top