error when using ported gcc in dev-c++

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Lmiang
Posts: 3
Joined: Wed Oct 15, 2014 2:27 am

error when using ported gcc in dev-c++

Post 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:
User avatar
iansjack
Member
Member
Posts: 4707
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

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

Post 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.
Lmiang
Posts: 3
Joined: Wed Oct 15, 2014 2:27 am

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

Post 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.
Post Reply