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.

problems compiling BIOSPSP example with C6748

I'm trying to compile the following project:

 

C:\Program Files\Texas Instruments\pspdrivers_01_30_00_05\packages\ti\pspiom\examples\evm6748\gpio\build\gpioSample.pjt

 

And linking error is occured.

 

 

<Linking>

error: cannot find file "gpioSample_Debug.cmd"

 

 undefined                   first referenced                                                                                     

  symbol                         in file                                                                                          

 ---------                   ----------------                                                                                     

 _Gpio_PARAMS                D:\\Project\\unknown\\Example\\ti\\pspiom\\examples\\evm6748\\gpio\\build\\Debug\\gpioSample_main.obj

 _Gpio_bankInterruptEnable   D:\\Project\\unknown\\Example\\ti\\pspiom\\examples\\evm6748\\gpio\\build\\Debug\\gpioSample_io.obj  

 _Gpio_clearInterruptStatus  D:\\Project\\unknown\\Example\\ti\\pspiom\\examples\\evm6748\\gpio\\build\\Debug\\gpioSample_io.obj  

 _Gpio_close                 D:\\Project\\unknown\\Example\\ti\\pspiom\\examples\\evm6748\\gpio\\build\\Debug\\gpioSample_io.obj  

 _Gpio_open                  D:\\Project\\unknown\\Example\\ti\\pspiom\\examples\\evm6748\\gpio\\build\\Debug\\gpioSample_main.obj

 _Gpio_regIntHandler         D:\\Project\\unknown\\Example\\ti\\pspiom\\examples\\evm6748\\gpio\\build\\Debug\\gpioSample_io.obj  

 _Gpio_setFallingEdgeTrigger D:\\Project\\unknown\\Example\\ti\\pspiom\\examples\\evm6748\\gpio\\build\\Debug\\gpioSample_io.obj  

 _Gpio_setPinDir             D:\\Project\\unknown\\Example\\ti\\pspiom\\examples\\evm6748\\gpio\\build\\Debug\\gpioSample_io.obj  

 _Gpio_setRisingEdgeTrigger  D:\\Project\\unknown\\Example\\ti\\pspiom\\examples\\evm6748\\gpio\\build\\Debug\\gpioSample_io.obj  

 _Psc_ModuleClkCtrl          D:\\Project\\unknown\\Example\\ti\\pspiom\\examples\\evm6748\\gpio\\build\\Debug\\gpioSample_main.obj

 

error: unresolved symbols remain

error: errors encountered during linking;

   "D:/Project/unknown/Example/ti/pspiom/examples/evm6748/gpio/build/../bin/Deb

   ug/gpioSample.out" not built

 

>> Compilation failure

 

 

 

I can't find "gpioSample_Debug.cmd"file. Somebody help me~

  • It is not finding the file: gpioSample_Debug.cmd

    This file is (or should be) at:

    C:\Program Files\Texas Instruments\pspdrivers_01_30_00_05\packages\ti\pspiom\examples\evm6748\gpio\build

    Can you check if you have it?

    Also, please right click on your project. Select Build Option ..., Linker tab, Category Libraries.

    You should see:

     

     

    I copied the contents of the 2 fields so you can check them here:

    %EDMA3LLD_BIOS5_INSTALLDIR%\packages;$(Proj_dir)\..\..\..\..\..\..\

    gpioSample_Debug.cmd

     

  • Mariana. Thank you for your help. I find. Thank you.