LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   help: gcc cross-compiler for m68000 (https://www.linuxquestions.org/questions/linux-software-2/help-gcc-cross-compiler-for-m68000-252886/)

worthij 11-09-2004 01:32 PM

help: gcc cross-compiler for m68000
 
I am trying to install a gcc cross-compiler for the m68000 chip onto a i686 linux. Note, I do not have root privelledges on the computer I am trying to intall this on. I have gcc version 3.4.2, which I have untarred and run configure with the following options:

--target=m68k
--prefix=/users/eptont/gcc3
--program-suffix=3
--with-local-prefix=/users/eptont/gcc3


When I try to make it though, it goes a ways and then gives me this error:
*** Configuration m68k-unknown-none not supported
make: *** [configure-gcc] Error 1


I also tried to configure using --target=m68k-bare, to which I get this error when I try to make:

checking target system type... Invalid configuration `m68k-bare': system `bare' not recognized
configure: error: /bin/sh ./../config.sub m68k-bare failed
make: *** [configure-gcc] Error 1

What do I need to do in order to get this to work? Thanks.


All times are GMT -5. The time now is 02:10 PM.