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.

CCS/LAUNCHXL2-570LC43: TMS570LC43X

Part Number: LAUNCHXL2-570LC43

Tool/software: Code Composer Studio

Hi everyone,

Is there any software that should be downloaded for proper running of RTOS in launchxl2-570lc43 ? When I practice with the same the following errors are identified bhy the compiler.. Please help me, i am absolutely new to this embedded world....

Magizhchi,

Padayappa

  • You have one problem I can help with.  Let's get this problem fixed, and then consider the diagnostics that remain.

    The compiler tries to automatically build the RTS library rts7R4_A_be_v3D16_eabi.lib.  This build fails because the directory where the library should be created ...

    C:\ti\ccs910\ccs\tools\compiler\ti-cgt-arm_5.2.5\lib

    ... has the write permissions disabled.  Enable write permissions for this directory and try again.  If that doesn't fix the problem, please search the TI ARM compiler manual for the sub-chapter titled Library-Build Process.  You will learn more about the process of building missing RTS libraries, and steps you can take to address your situation.

    Once this problem is resolved, you will have other diagnostics to address.  At this point, I suspect I will have to refer you to other experts.  All the same, post those diagnostics here, and I'll help any way I can.

    Thanks and regards,

    -George