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

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

[avr-gcc-list] mega168 Support


From: Colin O'Flynn
Subject: [avr-gcc-list] mega168 Support
Date: Thu, 3 Nov 2005 22:33:03 -0400
User-agent: KMail/1.8.2

Hey,

I'm trying to get Mega168 working, and have done something I'm not sure about. 
I'm trying to compile a bootloader, and the relevent part of this is:

Linking: tinyloader.elf
avr-gcc  tinyloader.o --output tinyloader.elf -Wl,--section-start=.text=0x3E00 
-Wl,-Map=tinyloader.map,--cref     -nostartfiles
/opt/avr/lib/gcc/avr/3.4.4/../../../../avr/bin/ld: address 0x3f9e of 
tinyloader.elf section .text is not within region text
make: *** [tinyloader.elf] Error 1

But the flash of the Mega168 runs till 0x3fff I thought.

 Regards,

  -Colin




reply via email to

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