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.

RTOS/AM4379: Cannot Build Example Projects

Part Number: AM4379


Tool/software: TI-RTOS

Hi,

i had build the examples with

"setupenv.bat" and

"gmake am437x" without problems.

when i use pdkProjectCreate.bat

i get following errors Path not found

C:\ti\pdk_am437x_1_0_13\packages>pdkProjectCreate.bat AM437x

=========================================================================

Configuration:

   SOC             :   AM437x

   BOARD           :   all

   ENDIAN          :   little

   MODULE          :   all

   PROJECT_TYPE    :   all

   PROCESSOR       :   arm

   PDK_SHORT_NAME  :   C:\ti\PDK_AM~1\packages\

=========================================================================

Checking Configuration...

Complete

=========================================================================

   PDK_PARTNO         : AM437

   PDK_ECLIPSE_ID     : com.ti.pdk.am437x

   RTSC_PLATFORM_NAME : ti.platforms.evmAM437X

   RTSC_TARGET        : gnu.targets.arm.A9F

   CCS_DEVICE         : "Cortex A.AM4379.IDK_AM437X"

*****************************************************************************

Detecting all projects in PDK and importing them in the workspace C:\ti\PDK_AM~1\packages\\MyExampleProjects

Detected Test Project: EMAC_BasicExample_evmAM437x_armBiosExampleProject

Das System kann den angegebenen Pfad nicht finden.

Copying macro.ini

Das System kann den angegebenen Pfad nicht finden.

        0 Datei(en) kopiert.

...

I use Win 10, CCS v9 and pdk am437x v 1.0.13

i think something with the CCS9 path in the batchfiles isn't correct i allready changed

if not defined CCS_INSTALL_PATH (
    set CCS_INSTALL_PATH=C:/ti/ccs900
)

but still the same problem.