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.