Page 1 of 1

error when using ported gcc in dev-c++

Posted: Wed Oct 15, 2014 2:52 am
by Lmiang
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. :wink:

Re: error when using ported gcc in dev-c++

Posted: Wed Oct 15, 2014 3:03 am
by iansjack
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.

Re: error when using ported gcc in dev-c++

Posted: Wed Oct 15, 2014 8:43 am
by Lmiang
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.
Thanks a lot. :) I will check my steps again.