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


currently I am making progress generating 68k-x-i686-pc-aros gcc
but not there yet,

whichever path I take I run into the following error message:

Server not running, cannot run:
echo 'fixincl version 1.1'

fixincl has been generated,

if I run fixincl directly from the shell it expects a whole list of env
variables, but when I set these it makes no difference,

continuing regardless of this error I have generated 
68k-x-i686-pc-aros gcc, not sure if its correct,

I combined Geekgadgets gcc-3.3.3 and AROS gcc-3.3.1 into gcc-3.3.3,
I may try again but to combine them into gcc-3.3.1 instead,

this attempt compiles but doesnt link properly,
ie it will generate xyz.o and xyz.s files but wont link them:

(I dont know if the xyz.o and xyz.s files have the correct alignments yet,
will look into that later),

when linking its looking for -lgcc which doesnt seem to be present,

I tried removing -lgcc from the specs file without luck, it still 
looks for -lgcc (I run gcc with --verbose to see what its doing),

I found I wasnt able to combine 68k-x-68k and 68k-x-i686-pc-aros into the 
same directory structure, eg it then tries to use 68k-x-68k "as"

 


------
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]