[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [avr-gcc-list] Compilation differences between ATmega103 andATmega12
From: |
Rune Christensen |
Subject: |
RE: [avr-gcc-list] Compilation differences between ATmega103 andATmega128 |
Date: |
Thu, 7 Aug 2003 23:05:35 +0200 |
Hello
Could you send your code or part of the code ??
What are the difference ??
Best Regards
Rune Christensen
-----Original Message-----
From: address@hidden [mailto:address@hidden
Behalf Of Brian Korsedal
Sent: Thursday, August 07, 2003 6:10 PM
To: address@hidden
Subject: [avr-gcc-list] Compilation differences between ATmega103
andATmega128
Hi,
I'm compiling a near identical program on a ATmega103 and an ATmega128.
Using avr-objdump, I've notices that the 128 code is almost identical to the
103 code except how it handles *char, It compiles these completely
diffrently.
Does anyone understand this?
-Brian