cross assembler not found

"Kai Ruottu" (karuottu@freenet.hut.fi)
Mon, 14 Jun 1999 22:58:48 +0000


> I need to create a cross compiler for Hitachi SH1 (under i586 RedHat 6.0).
> I already installed binutils for SH, but 'make cross' cannot find the sh-hms-as,
> instead it uses the as for ix86.
>
> Anybody knows what shall I do?

Please try the normal 'debug the installation' commands :

 ./xgcc --help						- gives some useful options

 ./xgcc -B./ --print-search-dirs	- gives the search paths for
									  cpp, cc1, as, ld and libs in
									  the build case (... -B./)

Using the latter one you should be able to solve the problem...

Cheers, Kai
_______________________________________________
New CrossGCC FAQ: http://www.objsw.com/CrossGCC
_______________________________________________
To remove yourself from the crossgcc list, send
mail to crossgcc-request@cygnus.com with the
text 'unsubscribe' (without the quotes) in the
body of the message.