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

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

[avr-gcc-list] What are these Tiny26 warnings?


From: Bob Paddock
Subject: [avr-gcc-list] What are these Tiny26 warnings?
Date: Mon, 30 Aug 2004 10:56:05 -0400
User-agent: Opera M2/7.54 (Win32, build 3865)


I am trying to compile some code for the Tiny26, everything seems to work
fine but I'm getting warnings that I don't understand.

What do the warnings below mean, and how do I make them go away?

I have only seen these errors with the Tiny26, none of the several other
parts I use have these warnings.

-------- begin --------
avr-gcc (GCC) 3.4.1

...

Converting to AVR Extended COFF: main.cof
avr-objcopy --debugging --change-section-address .data-0x800000\
 --change-section-address .bss-0x800000 --change-section-address\
 .noinit-0x800000 --change-section-address .eeprom-0x810000\
 -O coff-ext-avr main.elf main.cof

Discarding local symbol outside any compilation unit: .do_copy_data_start
Discarding local symbol outside any compilation unit: .do_copy_data_loop
Discarding local symbol outside any compilation unit: .do_clear_bss_start
Discarding local symbol outside any compilation unit: .do_clear_bss_loop
Warning: file C:\Temp/ccW2aaaa.s not found in symbol table, ignoring

Size after:
main.elf  :
section    size      addr
.text      1962         0
.data         0   8388704
.bss         45   8388704
.noinit       0   8388749
.eeprom       0   8454144
.stab      4500         0
.stabstr   2878         0
Total      9385

Errors: None
-------- end --------




reply via email to

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