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: need help with ARM



joel@wmi.com said:
> I've configured my tools (binutils 2.10, gcc 2.95.2) for arm-elf. When
> I do.

> 	arm-elf-gcc -c -g -Wa,-alhs=foo.lst foo.c

> my assembly listing doesn't have the C source code in it. It does if I
> use either of these. 

It's not clear from this if this is a problem with the compiler or the 
assembler.  Is -alhs=foo.lst passed through to the assmbler?  You can 
check by adding -v to the compilation command.

R.


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