makedi command not found
Posted: Sun May 24, 2009 4:07 pm
Hi,
I am trying to use codelite to target wince devices (arm-mingw32ce toolchain) and after having inserted my sources files, I get the following
error :
----------Build Started--------
"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
/bin/sh: makedir: command not found
make[1]: *** [Debug/GDAddrBook.o] Error 127
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [Debug/GDContainers.o] Error 127
make: *** [All] Error 2
----------Build Ended----------
0 errors, 0 warnings
Another suggestion is the fact that you you cannot remove multiple files from a project, you have to do it one by one and this can be very long when you made a mistake and had inserted lots of files.
I am trying to use codelite to target wince devices (arm-mingw32ce toolchain) and after having inserted my sources files, I get the following
error :
----------Build Started--------
"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
/bin/sh: makedir: command not found
make[1]: *** [Debug/GDAddrBook.o] Error 127
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [Debug/GDContainers.o] Error 127
make: *** [All] Error 2
----------Build Ended----------
0 errors, 0 warnings
Another suggestion is the fact that you you cannot remove multiple files from a project, you have to do it one by one and this can be very long when you made a mistake and had inserted lots of files.