This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Build problem: SYS/BIOS+RTSC on TMS570

Other Parts Discussed in Thread: SYSBIOS, CCSTUDIO

Hello,

My chip is TMS570LS20216SZWT and I've got the development kit TMDX570LS20SUSB.

 CCS4.2

1-

I'm trying to build the sys/bios clock demo on TMS570. It's a RTSC projet.

I've got this error:

 « Error: Library not found: ti.sysbios.hal.aer4ft »

On CCS build properties, the target is ti.targets.arm.elf.R4Ft

2-

And also, when I add a  target configuration, it seems to not have any simulator in the drop down list.

 

Is sys/bios and RTSC support that plateform ?

 

Regards.

 

Simon

 

 

 

  • Simon,

    It seems that when the RTSC target is selected as ti.targets.arm.elf.R4Ft, it is looking for the library ti.sysbios.hal.aer4ft which does not seem to exist in the installation (in folder C:\CCStudio_v4.2.1.00004\bios_6_31_04_27\packages\ti\sysbios\hal\lib\whole_program_debug).

    Choosing ti.targets.arm.elf.R4Ft_big_endian instead works and the build completes.

    I will move this post to the BIOS forum so the folks there can confirm where the issue lies - in allowing ti.targets.arm.elf.R4Ft as a selectable target, or in the fact that the library it is expecting is missing.