I am porting over the message sample from the OMAP-LI138_dsp_1_00_00_11 installer from the ti webpage - click here. in path "OMAP-L138_dsp_1_00_00_11\dsplink_linux_1_65_00_02\dsplink\dsp\src\samples\message into CODE COMPOSER STUDIO 4.0. I have included all the neccessary libraries , but when I compile I am getting an unexpected error that says, " identifier "tskMessage" is undefined" from main.c .
This seems like a simple problem to fix by assign tskMessage a value, but I shouldn't have to do this. I shouldn't have to change anything. Am I missing anything?
I complied the message sample on my linux workstation and I executed it on the OMAPl138 processor (eXperimenter kit) and it worked perfectly without any errors, that's why I dont think I need to change anything.