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.

AM3359 ICE board how to build Starter Ware Platform library

Hi,

I am attempting to build and run the dcan_TxRx project in the AM335X StarterWare 02 00 01 01 (and CCS5.4).  It is missing a number objects in the link:

DCANModuleClkConfig

DCANMsgRAMInit

DCANPinMuxSetup

These appear to be in the Platform library in the dcan.c file.  It seems that I am building the platform library for the evmskAM335x but I have the Industrial Control AM335X board.  Thus the debug version of the library does not get into the right place (bin\arm7a\cgt_css\evmAM335x\platform\Debug).  Do I ether change the project or find the correct platform project to build for my board ?

I found I do have a a release version of the ICE platform library and if I copy that to debug I can build the dcan project.  

This is not exactly the way it should work so are there any suggestions of what to try.