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.

sysbios Clock example crash using simulator debug session

Hello,

I'm trying to run a debug session with a simulator on the sys/bios clock example. It's a rtsc project.

As I run the simulator, Eclipse crashes:

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

 CCS4.2, SYS/BIOS 6.31.4.27

rtsv7R4_T_be_v3D16_eabi.lib, ti.targets.arm.elf.R4Ft_big_endian, ti.platforms.evmTMS570LS20216

Simulator is: Cortex-R4 CPU Functional simulator, Big Endian

 On which simulator can I run it? 

Regards.

 Simon

  • I'm not familiar with the simulator you're using but it may not support some of the instructions used by the "rtsv7R4_T_be_v3D16_eabi.lib" RTS library you've chosen.

    I do know that the SYS/BIOS libraries and regression tests are built using the "rtsv7R4_T_be_eabi.lib" RTS library.

    Alan

  • I've tried rtsv7R4_T_be_eabi.lib and this is the error I got:

    «

    fatal error: file "C:/Program Files/Texas
    Instruments/CCSv4/tools/compiler/TMS470 Code Generation Tools
    4.6.5/lib/rtsv7R4_T_be_eabi.lib<copy_decompress_none.obj>" was built without
    VFP coprocessor support while a previously seen file was; combining
    incompatible files
     »

    I'm willing to use any simulator, I don't really care. Do you have a suggestion?

    Simon