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.

CCS/AM4379: Project create fails

Expert 1130 points
Part Number: AM4379
Other Parts Discussed in Thread: SYSBIOS

Tool/software: Code Composer Studio

I am trying to run projectcreate and it fails. see below log

note :

1) CCS directory is worng : I am using ccs 9.1.0

2) pdk directory is wrong - mine is a new one xxx1_0_16

how do I update the project create bat file. example will be appriciated

C:\ti\PRU-ICSS-Industrial_Drives_01.00.02.03\examples\motor_control\projects>projectcreate

WARNING: command line arguments insufficient, defaults - AM437x arm motor_control being used
**************************************************************************
Environment Configuration Summary:
CCS Install Directory : C:\ti\ccsv8
CCS Workspace Directory : C:\Users\MyUser\ccs_workspace
SDK Install Directory : C:\ti\PRU-ICSS-Industrial_Drives_01.00.02.03\examples\motor_control\projects\..\..\..
PDK Install Directory : C:\ti\pdk_am437x_1_0_12\packages
Projects create Directory : C:\ti\PRU-ICSS-Industrial_Drives_01.00.02.03\examples\motor_control\projects\..\..\..\examples\motor_control\projects
Project create args directory : C:\ti\PRU-ICSS-Industrial_Drives_01.00.02.03\examples\motor_control\projects\..\..\..\examples\motor_control\projects\ccsproject_args
**************************************************************************

Creating project 'motor_control_AM437x_arm' for 'AM437x' platform in directory 'C:\ti\PRU-ICSS-Industrial_Drives_01.00.02.03\examples\motor_control\projects\..\..\..\examples\motor_control\projects\motor_control_AM437x_arm' by overwriting the project if it exists already...
The system cannot find the path specified.

  • Hello Yuval,

    PRU-ICSS Industrial Drives 1.00.02.03 was developed to work out of the box with RTOS SDK 5.1 and CCS 8.1 as per the User's Guide.

    Regards,

    Nick

  • Thanks for your answer , but it still does not resolve the issues :

    I have downloaded all the sw modules that appear in the products links , including the 5.1.0 ti rtos F/W which appears in the products associated links.

    if you can take another look , you will see that most of the folders are invalid : starting from the CCS version (in projectcreate it is ccs8 , while ccs in the links is 9.1) till pdk tools (vesion xxx.12 instead of 16)

    how do I fix this ?

  • Yuval,

    You need update the version numbers listed projecCreate.bat script to align with the list:

    http://software-dl.ti.com/processor-sdk-rtos/esd/docs/05_01_00_11/rtos/Release_Specific.html#processor-sdk-rtos-release-notes

    The CCS 9.1 should be OK.

    Regards,

    Garrett

  • Hi Garrett,

    many thanks for your support

    I was able to run the project create and I get the following :

    C:\ti\PRU-ICSS-Industrial_Drives_01.00.02.03\examples\motor_control\projects>projectcreate

    WARNING: command line arguments insufficient, defaults - AM437x arm motor_control being used
    **************************************************************************
    Environment Configuration Summary:
    CCS Install Directory : C:\ti\ccs910\ccs
    CCS Workspace Directory : C:\Users\MyUser\workspace_v9
    SDK Install Directory : C:\ti\PRU-ICSS-Industrial_Drives_01.00.02.03\examples\motor_control\projects\..\..\..
    PDK Install Directory : C:\ti\pdk_am437x_1_0_16\packages
    Projects create Directory : C:\ti\PRU-ICSS-Industrial_Drives_01.00.02.03\examples\motor_control\projects\..\..\..\examples\motor_control\projects
    Project create args directory : C:\ti\PRU-ICSS-Industrial_Drives_01.00.02.03\examples\motor_control\projects\..\..\..\examples\motor_control\projects\ccsproject_args
    **************************************************************************

    Creating project 'motor_control_AM437x_arm' for 'AM437x' platform in directory 'C:\ti\PRU-ICSS-Industrial_Drives_01.00.02.03\examples\motor_control\projects\..\..\..\examples\motor_control\projects\motor_control_AM437x_arm' by overwriting the project if it exists already...

    --------------------------------------------------------------------------------
    Creating project 'motor_control_AM437x_arm'...

    NOTE: Compiler version 'GNU_6.3.1:Linaro' is not currently installed! - defaulting to 'GNU_7.2.1:Linaro'.

    !ERROR: Version 6.73.0.12 (or equivalent) of product-type 'com.ti.rtsc.SYSBIOS' is not currently installed!
    NOTE: Omit the version to select the highest, or refer to the following list of available 'com.ti.rtsc.SYSBIOS' versions:

    6.76.2.02
    6.52.0.12

    please refer to the highlighted part : how do I fix this ?