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.

Starterware/PROCESSOR-SDK-AM335X: Build error by Missing files in Processor SDK

Guru 15510 points
Part Number: PROCESSOR-SDK-AM335X

Tool/software: Starterware

Hi,

I have a question about Processor RTOS SDK for AM335x.

In my PC, pdk_am335x_1_0_1 and pdk_am335x_1_0_4 are installed.
When I import starterware sample project of pdk_am335x_1_0_1 to CCSv6 and build it,
the build was done successfully.
But when building sample project of pdk_am335x_1_0_4, following error occured.
*********************************************************************************************************
gmake: *** No rule to make target `C:/ti/pdk_am335x_1_0_4/packages/ti/starterware/utils/graphics_utils.c',
needed by `graphics_utils.o'. utils    C/C++ Problem
*********************************************************************************************************

I guess this error was occured because there are no graphics_utils.c file in the /pdk_am335x_1_0_4/packages/ti/starterware/utils/.
By the way, I found this file in pdk_am335x_1_0_1.
Should I copy this file from pdk_am335x_1_0_1 to pdk_am335x_1_0_4?
Or should I select "Exclude from project" against graphics_utils in CCS when using pdk_am335x_1_0_4?

When I compared pdk_am335x_1_0_1 and pdk_am335x_1_0_4, the following files also missing in pdk_am335x_1_0_4:
-grlib file (This file can be found in C:\ti\pdk_am335x_1_0_1\packages\ti\starterware\library)
-usb_lib file (This file also can be found in C:\ti\pdk_am335x_1_0_1\packages\ti\starterware\library)

best regards,
g.f.

  • g.f,

    Which specific Starterware project are you trying to build?
    This seems to be a bug in the package that needs to be fixed. I will take it up internally to address.
    Yes, to get past this issue, you can replace those files from the other package. I have not tried the Exclude from project method.

    Apologies for the inconvenience.

    Lali
  • g.f

    Could you please try to build the original project withe "make" instead of building in CCS? Wanted to see if this works.
    I'm in contact with the development team on this issue, and they wanted to know if it only fails in CCS but builds fine with make.

    Please let us know. Thanks for your help.

    Lali