Hi all,
I'm porting some old code from a different processor, and during some renaming I started to get an error that I don't know what to do with. I've decided to rename the old asserts from the other code to ASSERT_alternate and leave the TI asserts to be "ASSERT."
Somewhere along the way I received this error:
ASSERT C:\FilepathToProject\src\sysbios\rom_sysbios.aem3<rom_sysbios.obj>
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "project.out" not built
The .aem3 file is unreadable.
What is the rom_sysbios.obj object?
Where do the TI ASSERT macros get defined?
Thanks!