[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-chat] keeping those pesky temp files around
From: |
Joerg Wunsch |
Subject: |
Re: [avr-chat] keeping those pesky temp files around |
Date: |
Fri, 14 Jul 2006 07:51:47 +0200 (MET DST) |
"Steve Franks" <address@hidden> wrote:
> C:\DOCUME~1\steve\LOCALS~1\Temp/cc2xaaaa.s: Assembler messages:
> C:\DOCUME~1\steve\LOCALS~1\Temp/cc2xaaaa.s:541: Error: constant value
> required
This is most likely from your own inline asm stuff.
> After pouring over the gcc and gas manuals for a while, I can find
> no way to get this file to persist, so I can track down the errors.
My GCC manual says -save-temps would get you that.
Other option: replace the -c by a -S and if present, adjust the -o
option to generate ${file}.s rather than ${file}.o, that will yield
you the generated assembler code.
--
cheers, J"org .-.-. --... ...-- -.. . DL8DTL
http://www.sax.de/~joerg/ NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)