hi
I'm facing a strange problem about using ported gcc in dev-c++.
I port the gcc to my target.when I use my compiler “target-elf-gcc” in dev-c++,there is an error "target-elf-gcc:error:spawn:no such file or directory",but it's ok in cygwin.
How to deal with it?
Your reply will be greatly appreciated.thanks.
error when using ported gcc in dev-c++
Re: error when using ported gcc in dev-c++
To set up dev-C++ to work with a cross-compiler, read this document: http://www.bloodshed.net/dev/SetDevCPPArm.pdf
It is talking about a specific cross-compiler, but it tells you all you need to know.
It is talking about a specific cross-compiler, but it tells you all you need to know.
Re: error when using ported gcc in dev-c++
Thanks a lot. I will check my steps again.iansjack wrote:To set up dev-C++ to work with a cross-compiler, read this document: http://www.bloodshed.net/dev/SetDevCPPArm.pdf
It is talking about a specific cross-compiler, but it tells you all you need to know.