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.
Tool/software: Code Composer Studio
I have been trying to include the Ipc library in a dsp project. It is kind of irriating becuase includes folder I can see the /home/local/ti/ipc_3_46_00_02/packages folder but for some reason when I do the #include <ti/ipc/MessageQ.h> I get the an error: can't open source file. "ti/ipc/MessageQ.h". Can anyone explain to me the proper way to include things in DSP projects. This is getting to be frustrating.
Thanks,
Jorden Luke
This is a screen shot of the the environment set up. in the Project Explorer you can clearly see that in the includes directory there is the /ti/ipc_3_46_00_02/packages. Then showing the /ti/ipc/ directories you end up with the MessageQ.h. But the error that you see in the editor next to the #include says it can't open source file.
I am not sure what to do next. Or even why I am still having this error.
I am using the lastest version of CCS 7.2.0 and I am using the Processor SDK.
This is the copy of the text out of the console window. It isn't helpful to me so I hope it is to you.
Buildfile generation error occurred..
Cannot build project. Referenced project 'DSP_IPC' contains build-errors.
Build stopped..
that is what it out puts everything time I build it or rebuild it or do a clean build.
Jorden,
I apologize for the delayed reply. From looking at your screenshots it appears that the DSP_IPC project is a plain CCS project, not a RTSC project, and you are trying to add IPC to it? Is that so? I don't believe that will work as the IPC header files in turn reference other BIOS files, so I imagine you would need to start off with a RTSC project. It also appears that the DSP_IPC project is set up as a dependent project.
Unfortunately I don't have expertise with IPC projects so I would refer you to the OMAPL138 device forum. The people who watch that forum should be able to direct your question to the RTOS experts if needed. Normally I would move this thread over there, but I'm concerned that it may get overlooked as there has already been a a bit of a discussion, so I would request you to kindly start a new post in the OMAPL13x Processors forum.
Thank you for your understanding and I apologize again that I couldn't be of further help.