Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI C/C++ Compiler
Hi All,
Compiling a legacy project with C2000 Code Generation tools 6.2.11, I get a set of link-time warnings I have never seen before:
warning #99922: C:\Users\pauphell\AppData\Local\Temp\056762: failed to locate
DWARF abbreviation code 73 in the abbreviation table at offset 0x0000a7eb;
skipping remainder of compile unit at offset 0x005e6deb
warning #99922: C:\Users\pauphell\AppData\Local\Temp\056762: failed to locate
DWARF abbreviation code 73 in the abbreviation table at offset 0x0000a910;
skipping remainder of compile unit at offset 0x005e7520
warning #99922: C:\Users\pauphell\AppData\Local\Temp\056762: failed to locate
DWARF abbreviation code 73 in the abbreviation table at offset 0x0000ab58;
skipping remainder of compile unit at offset 0x005e83b4
warning #99922: C:\Users\pauphell\AppData\Local\Temp\056762: failed to locate
DWARF abbreviation code 73 in the abbreviation table at offset 0x0000add7;
skipping remainder of compile unit at offset 0x005e9f83
warning #99922: C:\Users\pauphell\AppData\Local\Temp\056762: failed to locate
DWARF abbreviation code 73 in the abbreviation table at offset 0x0000af4c;
remark #10205-D: automatic RTS selection: linking in "rts2800_fpu32.lib" in
skipping remainder of compile unit at offset 0x005eab40
place of index library "libc.a"
(...)
warning #99922: C:\Users\pauphell\AppData\Local\Temp\056762: failed to locate
DWARF abbreviation code 73 in the abbreviation table at offset 0x0000b21a;
skipping remainder of compile unit at offset 0x005ec948
warning #99922: C:\Users\pauphell\AppData\Local\Temp\056762: failed to locate
DWARF abbreviation code 73 in the abbreviation table at offset 0x0000b3d4;
skipping remainder of compile unit at offset 0x005ed572
warning #99922: C:\Users\pauphell\AppData\Local\Temp\056762: failed to locate
DWARF abbreviation code 73 in the abbreviation table at offset 0x0000b60c;
skipping remainder of compile unit at offset 0x005ee05c
warning #99922: C:\Users\pauphell\AppData\Local\Temp\056762: failed to locate
DWARF abbreviation code 73 in the abbreviation table at offset 0x0000b962;
skipping remainder of compile unit at offset 0x005f38f2
warning #99922: C:\Users\pauphell\AppData\Local\Temp\056762: failed to locate
DWARF abbreviation code 73 in the abbreviation table at offset 0x0000ba9a;
skipping remainder of compile unit at offset 0x005f3e35
- I have no idea what triggered that.
- Googling this around gave me no clue so far.
- The error message refers to a linker temp/work file that does exist, but does not indicated which module(s) in there is/are involved.
- I have reviewed the compilation and link options for the projects involved and found nothing suspicious so far.
- I have tweaked some parameters, cleaned all projects a few times and rebuilt everything to no avail - the problem sticks!
- I have checked from the verbose global-build.log that everything was compiled using 6.2.11 (including the old XDC and custom ti.sysbios library file involved).
- And since Strict Compatibility Checking is on, I would assume that the linker would have diagnosed a codegen tools inconsistency anyway if there was one.
- Just in case, I have also checked in the .map file that the linker invoked was a 6.2.11 too.
I'm starting to get out of new, creative ideas to figure out this one...
Would any of you All have a clue of why those darn "DWARF abbreviation code 73" can't be found, and how to get rid of the problem?
TIA!
PhA.