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.

Unresolved buildable linked resources

Other Parts Discussed in Thread: OMAP-L138

Hi,

I hope this is the right forum. I'm afraid this question will be rather generic as I'm not sure what the cause is.

When I build my project I am getting the message "This project contains unresolved buildable linked resources. It might not build as expected". I do not have any "function declared implicitly" messages, nor do I see anything in the Console to suggest what is causing this message. Since the cause of this is so open-ended, does anyone know a log file or output that would indicate the cause of this message? It is hopelessly vague.

I am using DSP BIOS. The IDE is Code Composer Studio 4.2.1.00004.

  • Hi Mark,

    Are you using ccs project from any of the BIOS PSP? If yes, please mention the BIOS PSP version.

    If you are using the tools like, IPC, BIOS, XDC and edma, then please mention these tool's version numbers.

    Finally, please mention the platform for which you are building the project.

    Thanks and Regards,

    Sandeep K

  • Hi Sandeep,

    I am working with Mark on the project will try to answer some of your questions.

    We are working on the C6748 DSP core of the OMAP-L138.

    We have created our own CCS project that points to source code from BIOSPSP (SPI, GPIO, and PSC) and EDMA3LLD. We are also linking against DSPLINK libraries. Here are the versions we are using...

    BIOSPSP - 01.30.01

    DSPBIOS - 5.41.3.17

    EDMA3LLD - 01.11.00.03

    DSPLINK - 1.65.00.02

    XDC - 3.20.08.88

    The warning that Mark mentioned in the original post appears for both build systems (mine and his).

    Any suggestions would be appreciated!

    Thanks,

    Steve

  • Hi Steve,

    What i can suggest you at this point is, please try to import and build the ccs4 project which comes along with the BIOS PSP 1.30.01.

    Before doing this, please ensure that all the environment variables are set appropriately as mentioned in the user guide section 1.4.1. Once you are able to build these project then you can move to your own project.

    Thanks and Regards,

    Sandeep K

  • Thanks for the response Sandeep.

    We found the issue. We had a target configuration file (*.ccxml) defined in our project, but the actual file was missing in our build environment. Once we deleted the *.ccxml from the project, the warning went away.

    Thanks for the help!