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.

psp 02_00_01 issue with the gpio module

Hello

I try to compile CFG project with gpio module and get an error:

>> Invalid intermediate file: E:\Texas Instruments\pspdrivers_02_00_01\packages\ti\psp\gpio\lib\ti.psp.gpio.a674, abortingerror: failed to recompile

I use

CCS 4.2,

CGT 7.0.3,

SYS/BIOS 6.30.02.42

8535.MB045v2_NDK_cfg.rar

  • Hi,

    I can assume two things here. You are either using Command line based compilation or CCS v4 GUI based compilation.

    For Command line based compilation/CCS v4 GUI based compilation:

           Please refer to DA830_BIOSPSP_Userguide(placed in: \pspdrivers_02_00_01\docs\DA830) and make sure all the tools mentioned in the Userguide  are installed, and all the environment variables are set correctly(section 1.2.1 of the Userguide).

    For example: "XDCPATH", "PSPDRIVERS_INSTALL_DIR", etc, as mentioned in the Userguide must be set appropriately.

    Also, refer to the compilation procedure(section 1.3 of the Userguide).

    Thanks & regards,

    Raghavendra

     


  • I`ve changed RTSC build profile in the project options from "whole program" to "debug" now it works fine.