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


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

Re: cross assembler not found


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

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