avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re:[avr-gcc-list] My EEPROM problems with 2.97 and Astudio 3.2


From: Peter Fleury
Subject: Re:[avr-gcc-list] My EEPROM problems with 2.97 and Astudio 3.2
Date: Thu Feb 1 10:22:04 2001

avr-objcopy incorrectly adds the eeprom section to both the 
rom output and obj output.
Solution:
   add -R .eeprom to both the .obj and .rom target. 

(AStudio gets confused when the source files at end of obj file
starts at an odd address)


 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]