Compiling gcc under cygwin

Alexandre Oliva aoliva@redhat.com
Wed Apr 18 01:04:00 GMT 2001


On Apr 18, 2001, "Antoine PERNIN" <a_pernin@hotmail.com> wrote:

> I have a problem compiling gcc under windows.
> I need development specific tools for ARM target programs

> /c/WINDOWS/TEMP/ccEMkDwA.s: Assembler messages:
> /c/WINDOWS/TEMP/ccEMkDwA.s:2: Error: Rest of line ignored. First
> ignored character is `@'.

Are you sure GCC is running an assembler appropriate for the ARM?  Run
gcc -v and check the pathname it's using to run it.

> i searched the file /c/WINDOWS/TEMP/ccEMkDwA.s but I could not find it !!!

Use -save-temps and the temporary assembly file will be preserved.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me



More information about the Gcc-help mailing list