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.

RTOS/CC2642R: Not able to build TI-RTOS library and not able to add to workspace

Part Number: CC2642R

Tool/software: TI-RTOS

HI Team,

I am not able to build the TI-RTOS library by using below prebuild options,

""$XDCROOT$\xs" --xdcpath="$XDCPATH$" iar.tools.configuro -c "$TOOLKIT_DIR$" --cc "$COMPILER_PATH$" --device "$DEVICE$" --compileOptions $COMPILER_ARGS_ROOT_QUOTED$ --linkOptions $LINKER_ARGS_QUOTED$ --profile release --projFile "$PROJ_PATH$" -o $PROJ_DIR$\config\configPkg $EXAMPLE_BLE_ROOT$\ble_debug.cfg

Can any one explain how this command line works and how it builds the TI-RTOS library and how it adds to the application.

And how create "buildcomponents.opt" and "compiler.opt.def" and "build_config.opt" files in workspace.

Best Regards,

Srinivas.V

  • Hi,

    Please check the paths used for build and verify that the installation of XDC and SDK match the paths specified for build.
    A good starting point is to look at one of the SDK examples for the device.

    Regards,