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: UnExplainable xgcc ERROR (mc68020)!


rtolosa wrote:
> 
>   ---------------------------------------------------------------------------
> PROBLEM:
>     Building gcc m68k-coff cross-compiler fails when making libgcc1-asm.a on SunOS4.
>     Error reports does not know what options 'm', 'c', '6', '8', '0', '2', '0' are.

This is probably because gcc is trying to run your native assembler, not
the cross one. You can either:

- check that you have already installed the assembler, and that the
location it is installed to is the same as gcc, i.e. the --prefix option to
configure is the same.

or

- use an explicit "--with-as=/path/to/as" on the gcc configure line to tell
it where to find the assembler.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine

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