I'm trying to build my background tasks (non-codec part of the project). I used the DSP/BIOS configuration tool to identify what I needed.
Last week I had a problem with CCStudio and had to reinstall it. At that time, bios_5_33_03 was removed from the CCStudio_v3.3 directory and BIOS_INSTALL_DIR became bios_5_33_01. I have been getting build errors that suggested that the BIOS_INSTALL_DIR was the old one, so I changed the environment variable BIOS_INSTALL_DIR to point to the newer one. I did a build clean and rebuilt, but the errors continue to suggest that the Configuration1cfg_c.c file is using the old directory. (See below.) I haven't been able to figure out where the compiler is finding the old install directory. Can someone point me to the thing to change? (PS: I obviously have other problems, but I'm more concerned with the path for now, since I had the build working before.)
"C:/CCStudio_v3.3/bios_5_33_01/packages/ti/bios/include/std.h", line 176: error: identifier "Int" is undefined
"C:/CCStudio_v3.3/bios_5_33_01/packages/ti/bios/include/std.h", line 184: error: expected a type specifier
"C:/CCStudio_v3.3/bios_5_33_01/packages/ti/bios/include/std.h", line 184: error: function returning function is not allowed
"C:/CCStudio_v3.3/bios_5_33_01/packages/ti/bios/include/fxn.h", line 27: error: identifier "Fxn" is undefined
"C:/CCStudio_v3.3/bios_5_33_01/packages/ti/bios/include/hwi.h", line 29: error: identifier "Uns" is undefined