I'm getting linker errors:
error: symbol "__stack" redefined: first defined in
"C:/CCStudio_v3.3/C6000/cgtools/lib/rts64plus.lib<boot.obj>"; redefined in
"C:/CCStudio_v3.3/bios_5_33_03/packages/ti/bios/lib/bios.a674<boot.o674>"
error: symbol "_c_int00" redefined: first defined in
"C:/CCStudio_v3.3/C6000/cgtools/lib/rts64plus.lib<boot.obj>"; redefined in
"C:/CCStudio_v3.3/bios_5_33_03/packages/ti/bios/lib/bios.a674<boot.o674>"
I'm building for OMAP-L137 with build option -mv6740. I've done a build clean after chainging the -mv option, but it made no difference in the results.
I went to great lengths to get bios_5_33_03 included, so I'm guessing I want to get rid of rts64plus.lib. How do I remove it? (The only library I'm currently including is "evmc6747bsl.lib.)
I'd also love to read something about the -mv options and what they mean.