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]

Re: Making progress, but...


Hi all,

Thanks, Kai, for the suggestions.  Here is the result of one of your
suggestions:

> Why the 'm68k-coff-gcc' alone didn't work will be solved using the command
> 
> m68k-coff-gcc -print-search-dirs
> 

Ok, here is what I get with the above command:

m68k-coff-gcc -print-search-dirs
install: /usr/local/lib/gcc-lib/m68k-unknown-coff/2.8.1/
programs: 
/usr/local/lib/gcc-lib/m68k-unknown-coff/2.8.1/:/usr/local/lib/gcc-lib/m68k-
unknown-coff/:/usr/lib/gcc/m68k-unknown-coff/2.8.1/:/usr/lib/gcc/m68
k-unknown-coff/:/usr/local/m68k-unknown-coff/bin/m68k-unknown-coff/2.8.1/:/u
sr/local/m68k-unknown-coff/bin/
libraries: 
/usr/local/lib/gcc-lib/m68k-unknown-coff/2.8.1/:/usr/lib/gcc/m68k-unknown-co
ff/2.8.1/:/usr/local/m68k-unknown-coff/lib/m68k-unknown-coff/2.8.1/
:/usr/local/m68k-unknown-coff/lib/

It looks to me like the problem is that the program is looking for
"m68k-unknown-coff" rather than "m68k-coff" - am I reading the above
correctly?

If so, does this suggest a recompile? And, if so, why did
'--target=m68k-coff' get transformed into 'm68k-unknown-coff' and what
should I do about it?

I suppose an alternative is to rename all the 'm68k-coff' directories to
'm68k-unknown-coff', but this feels like a kludge to me.

Any suggestions?


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


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