Hi,
I have imported my existing DSP BIOS project from CCS4 to CCS5. I am able to build the source code for the same, but with CCS5 I am getting following errors.
#warn "The ti.sysbios.ipc.Event module is being deprecated. Please switch to ti.sysbios.knl.Event."
#warn "The ti.sysbios.ipc.Semaphore module is being deprecated. Please switch to ti.sysbios.knl.Semaphore."
I want to know how I can supress these wannings. One of the forum I answers I have checked, that said you need to change the include option for this to work. But I dont know how I can do that in my project.
There is no change in the project source code. Only build environment is changed from CCS4 to CCS5.
Regards,
Sachin Deshmukh.