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.

unable to find IOM functions

HI,

    I download and install PSP driver 1.3.0.5. I had sucessfully imported UartSample example program. I am able to compile and run

When I create similar program, I am getting error as below

what is the problem?

 

  • Hi Kalaiyarasan,

    Your application is simply unable to find the libraries required during linking. You must have probably missed out to include these libraries in your project. Generally, this is done in the *.cmd file. For example, if you refer uartSample_Debug.cmd file (placed in - pspdrivers_01_30_00_05\packages\ti\pspiom\examples\evmOMAPL138\uart\interrupt\build ) you will find all the libraries listed.

    -l"ti\pspiom\platforms\evmOMAPL137\lib\Debug\ti.pspiom.platforms.evmOMAPL137.evmInit.a674"
    -l"ti\pspiom\uart\lib\OMAPL137\Debug\ti.pspiom.uart.a674"
    -l"ti\pspiom\psc\lib\OMAPL137\Debug\ti.pspiom.psc.a674"

    You can just add this file inside your project or provided libraries accordingly..

     

    Thanks & regards,

    Raghavendra

  • Thanks Raghav,

          When i include "UartSample_Debug.cmd"  file.  I am getting following error:

     

     

  • Hi Kalaiyarasan,

    You already mentioned that you could compile/build and run the UartSample project right? If this is the case, the environment variables and the build setup must be appropriate.. Are you creating your own project? or using the existing sample project and using modified application?.

    Looks like there has been a problem during creating the project. If you expand the includes tab of your project, you should be able to view all the tools Like -

    If not, then the project is not created appropriately. Please verify this..

     

    Thanks & regards,

    Raghavendra

  • Hello!

    I am trying to merge the uartSample to another program and I have the same problem. I include the libraries and the uartSample_Debug.cmd, but in the includes tab this library does not appear. I am including this library in the "build properties-C6000 linker- File Search Path" tab of the build configuration. How can I include this library correctly?

    I am using CCS4, pspdrivers_01_30_00_06

    Regards

    Accel

  • Accel,

            You did changes in  the "c6000 linker- File Search Path"    that  means you have given instruction to CCS where you PSP library is located.

    Apart from that you need to given instructions to CCS where is you PSP header files and its supporting header files.   you can do that by including it in "c6000 compiler - include" tab

    check it out 

    Thanks & Regards,

    Kalaiyarasan S.

  • Hi Kalaiyarasan,

    Thanks for your answer.

    I will check the configuration and I will tell you about it.

    Regards

    Accel