|
Message
From: rich_daddio at yahoo.com<rich_daddio@y...>
Date: Tue Jun 27 16:33:40 CEST 2006
Subject: [oc] soft MIPS 4K processor RTEMS
My Red Hat box with GCC-3.2.2 lists -G and -EL as supported for MIPS. The options are also listed as supported for the GAS for MIPS. If you need to pass the options to the assembler use: "-Wa, option"
Rich D
----- Original Message ----- From: cyril.roignant at laposte.net<cyril.roignant@l...> To: Date: Mon Jun 26 20:15:39 CEST 2006 Subject: [oc] soft MIPS 4K processor RTEMS
> Hi everyone! > I work with a MIPS 4K processor 32 bits. > I use LINUX RED HAT and GCC 3.2.3 > I have a problem when I want to compile a file in assembler. > the gcc compiler dont know -G and -EL options. > these options are needed by my MIPS processor > > Maybe, I need a more recent version. > Thanks for remarks > >
|