This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


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

Re: Compiling gcc under cygwin


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


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