Hello, I'm trying to setup dev-cpp to cross-compiler environment.
I got the error message:
g++: installation problem, cannot exec `cpp0': No such file or directory make: ***
Any suggestions?
This is the complete compiler message dump:
c:/cygwin/bin/make -f "C:\soft\Dev-Cpp\projects\Makefile.win" all
c:/cygwin/usr/target/bin/g++ -c test1unit1.cpp -o test1unit1.o -I"c:/cygwin/usr/target/include" -I"c:/cygwin/usr/target/include/g++-3" -I"c:/soft/Dev-Cpp/projects" -g3 -nostdlib g++: installation problem, cannot exec `cpp0': No such file or directory make: *** [test1unit1.o] Error 1
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello, I'm trying to setup dev-cpp to cross-compiler environment.
I got the error message:
g++: installation problem, cannot exec `cpp0': No such file or directory make: ***
Any suggestions?
This is the complete compiler message dump:
c:/cygwin/bin/make -f "C:\soft\Dev-Cpp\projects\Makefile.win" all
c:/cygwin/usr/target/bin/g++ -c test1unit1.cpp -o test1unit1.o -I"c:/cygwin/usr/target/include" -I"c:/cygwin/usr/target/include/g++-3" -I"c:/soft/Dev-Cpp/projects" -g3 -nostdlib g++: installation problem, cannot exec `cpp0': No such file or directory make: *** [test1unit1.o] Error 1
Really dumb question - do you have Cygwin (and gcc) installed and where?
Wayne