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

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

RE: [avr-gcc-list] Intrigueing Message


From: Schwichtenberg, Knut
Subject: RE: [avr-gcc-list] Intrigueing Message
Date: Tue, 18 Jul 2006 09:38:49 +0200

 Eric,
as far as I've seen this message comes up from the (EXT-)COFF
conversion. And it is not a new issue. I had a private exchange with
Joerg and it seems also not new to him.

The following is part of my current projects:
C-only project:
Converting to AVR Extended COFF: steuerung.cof
avr-objcopy --debugging --change-section-address .data-0x800000
--change-section-address .bss-0x800000 --change-section-address .noini
t-0x800000 --change-section-address .eeprom-0x810000 -O coff-ext-avr
steuerung.elf steuerung.cof
Warning: file C:/DOCUME~1/EWEDDI~1/LOCALS~1/Temp/cc0Eeaaa.s not found in
symbol table, ignoring
Warning: ignoring function __vectors() outside any compilation unit
Warning: ignoring function __bad_interrupt() outside any compilation
unit


.c and .S
Converting to AVR COFF: sg_v302.cof
avr-objcopy --debugging --change-section-address .absolute-0x800000
--change-section-address .data-0x800000 --change-section-address .
bss-0x800000 --change-section-address .noinit-0x800000
--change-section-address .eeprom-0x810000 -O coff-avr sg_v302.elf
sg_v302.cof
Warning: file C:/DOCUME~1/EWEDDI~1/LOCALS~1/Temp/ccAzeaaa.s not found in
symbol table, ignoring
Warning: ignoring function __vectors() outside any compilation unit
Warning: ignoring function __bad_interrupt() outside any compilation
unit
Warning: file c:\DOCUME~1\de3m3092\LOCALS~1\Temp/cce0aaaa.s not found in
symbol table, ignoring
Warning: ignoring function read_config() outside any compilation unit
Warning: file c:\DOCUME~1\de3m3092\LOCALS~1\Temp/ccy0aaaa.s not found in
symbol table, ignoring
Warning: ignoring function __vector_19() outside any compilation unit
Warning: ignoring function __vector_21() outside any compilation unit
Warning: ignoring function MXNetRxCallByte() outside any compilation
unit
Warning: file c:\DOCUME~1\de3m3092\LOCALS~1\Temp/ccmqaaaa.s not found in
symbol table, ignoring
Warning: ignoring function __vector_14() outside any compilation unit


Both are created by WinAVR_20060421. The result is: VMLAB shows the
related int-routine(s) only in assembler source no "C" or no gas-label.

Cheers

Knut




reply via email to

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