In DSP BIOS 5.x, we inlcude a BIOS generated file "myprojectcfg.h" that contains the declarations for the statically created BIOS objects. I'm not including any such file with SYS BIOS projects but the compiler is not complaining about implicitly declared or undefined identifiers. How does the compiler know? Is there a generated header file I can reference?
While maybe not an issue for CCS4, we are required to run static analyzers on our source code (lint like). If I don't have a header file that declares the BIOS objects, I'll get a large number of "issues" that I then have to waste time explaining away.
Thanks,
Calvin