Other Parts Discussed in Thread: SYSBIOS
Tool/software: Code Composer Studio
Hello. We are porting an old application written in CCS 3.3 to CCS 4.2.4. For some reason, linker complains that semaphore objects SEM_create and SEM_ATTRS are undefined. My project is RTSC-type, and in my app.cfg I do have semaphore functionality enabled:
var Semaphore = xdc.useModule('ti.sysbios.knl.Semaphore');
I'd appreciate any clues as to what could be wrong with my setup.
Thanks!
Alex.