|
From: Vincent R. <fo...@sm...> - 2009-05-19 15:02:16
|
Hi, I have downloaded codelite and I am trying to configure it to use a toolchain(arm-mingw32ce) targetting wince devices. In Build settings->Build Systems I put : C:\cygwin-1.7\bin\make.exe but it didn't work because of path separator so I have changed it like that : C:/cygwin-1.7/bin/make.exe but now I have another error message "C:/cygwin-1.7/bin/make.exe" -j 2 -f "static_libgynoid_wsp.mk" ----------Building project:[ static_libgynoid - Debug ]---------- make[1]: warning: -jN forced in submake: disabling jobserver mode. /bin/sh: makedir: command not found Why is it looking for makedir command ? About the path separator, codelite should handle it automatically. Should I enter a bug ? |