This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: change just host of cross compiler


On 07-May-04, Dan Kegel wrote:
>lazer1 wrote:
>> *** Configuration m68k-unknown-amigaos not supported
>> Configure in /Ports/gcc-3.3.1-aros/gcc failed, exiting.
>> $ 
>> 
>> I cannot see where "*** Configuration m68k-unknown-amigaos not supported"
>> is coming from,

>Use the grep, Luke!

>[dank@dual gcc-3.3.2]$ find . -type f | xargs grep 'Configuration.*not
>supported'
>./gcc/config.gcc:       echo "*** Configuration $machine not supported" 1>&2
>./gcc/config.gcc:       echo "*** Configuration $machine not supported" 1>&2
>./gcc/config.gcc:       echo "*** Configuration $machine not supported" 1>&2
>...

this is proving to be the way forwards, by customising the 
error messages I have located where the error message is from,
(its the default case of the switch where it says:
"# Support site-specific machine types")

looks like I have to take 68k-x-68k and Linux-x-aros,

break these up into 4 pieces: 68k-x  x-68k Linux-x x-aros

and then combine 68k-x and x-aros to get 68k-x-aros,

thats the idea at least, its going to take some work to 
do this,





>Examine gcc/config.gcc for more info.  Is there a patch somewhere
>used by amiga folk when they build gcc, perhaps?  Ah, yes:
>http://gcc.gnu.org/ml/gcc-patches/2003-10/msg00329.html
>You might need to look at that and use the same gcc version he's starting
>with.

>> this is to create a cross compiler, I thought the host is irrelevant
>> isnt it just the target that matters?

>The host isn't completely irrelevant...
>- Dan

>-- 
>My technical stuff: http://kegel.com
>My politics: see http://www.misleader.org for examples of why I'm for regime
>change




------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]