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.

How can I rebuild TI-RTOS?

Other Parts Discussed in Thread: CC2650, SYSBIOS

Hi everyone!

I'm using CC2650 & developing with IAR EWARM.

I tried to compile ZigBee stack and failed because of code limitation.

So, I changed license key and try again but error still occured.

I asked IAR support and recieve the response that the error be due to sysbios object file(sysbios.arm3) is compiled by code size limitation license.

So, I need to rebuild TI-RTOS but I cannot understand how to do it.

Please tell me how to rebuild TI-RTOS.

  • Which version of TI-RTOS are you building with?
    Normally, the sysbios.arm3 file is rebuilt whenever you clean and rebuild your project.
    It will be built with the tools your project is using.
    In the past, it has sometimes been necessary to locate your project's build directory and manually delete the 'src' directory to force the sysbios.arm3 library to be rebuilt. This problem has been fixed in more recent releases of TI-RTOS.

    Alan
  • Thank you for your reply.

    I could compile with no errors after delete 'src' directory and rebuild.

    Actually, I don't know how to confirm version of TI-RTOS which I'm using.

    Could you tell me for future reference?

  • In the enabled group within the Tools->Configure Custom Argument Variables window, the 'XDCPATH' variable will include a path to the bios_6_xx_yy_zz installation directory. The values for "6_xx_yy_zz" are the BIOS version.

    Alan