Hi Talents,
There was orignally a DSPBIOS project, now I have migrate it to SYSBIOS with the legacy support. So I didn't need to modify the source code. But one function calls PRD_tick() which is just declared in SYSBIOS but where is the definition?
This what i found in bios_6_35_01_29\packages\ti\bios\include\Prd.h
extern Void PRD_tick(Void);
It seems the definition is included in a library. But which?
When I build it, there comes out a linker "undefined symbol"error for "_PRD_tick".
All the --abi of my project are set to coffabi for both compiler and linker.
What might be the problem?
Thanks...
Allen