I'm trying to port some code from code composer 3.1. I got now (as reported by the Component Manager)
BIOS 5.41.10.36
Code generation tools 4.3.8
Code composer 3.3.82.13
This is working so far, but I got this funny warning when I compile:
warning: Section ".bios" is found in "C:/CCStudio_v3.3/bios_5_41_10_36/packages/ti/bios/lib/bios.a55L<fxn_c.o55L> ", this could cause potential compatibility problem. Please use 4.1.x tools or update your DSP BIOS
But I'm using the latest BIOS and code generation tools already, so I'm not sure why it's complaining. I found a similar issue reported on this forum, but in that case the BIOS was indeed older.
So my question is, is there a chance that I have some leftover code in my project that makes the compiler think that I have an older version?
Thanks