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/EK-TM4C129EXL: driverlib.lib only as Debug - how to recompile for Release

Part Number: EK-TM4C129EXL

Tool/software: TI-RTOS

Compiler: CCS V8 installed in C:/ti/ccs800

TIRTOS in c:/ti/tirtos_tivac_2_16_01_14

Problem:

My Project (derived from udpedcho example) needs driverlib.lib in c:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b/driverlib/ccs/. This is only available as Debug, not as Release. How do I recompile it for Release?

Thanks

  • You can re-compile the TivaWare driver library with the options you want.

    Step 1: Import the project into a Code Composer Studio Workspace ( File -> Import )

    Now, by right clicking the "driverlib" project, you can select the "Release" configuration, select a compiler version, or modify the settings and rebuild the library. Then in your project, point to the new "driverlib.lib" file you created.