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/TMS320C6678: While linking static lib into RTSC project, I got lot of errors.

Part Number: TMS320C6678
Other Parts Discussed in Thread: AM3359, CCSTUDIO, 66AK2E05, 66AK2G01, 66AK2G02, 66AK2G12, 66AK2H06, 66AK2H12, 66AK2L06, K2GICE, TCI6636K2H, TMS320C6416, TMS320C6455, TMS320C6413, TMS320C6418, TMS320C6424, TMS320C6457, TMS320C6472, TMS320C6747, TMS320C6748, TMS320C6474, TMS320C6410, TMS320C6411, TMS320C6412, TMS320C6414, TMS320C6415, TMS320C6421, TMS320C6452, TMS320C6454, TMS320C6652, TMS320C6654, TMS320C6655, TMS320C6657, TMS320C6670, TMS320C6671, TMS320C6672, TMS320C6674, , TMS320C6701, TMS320C6720, TMS320C6727, TMS320C6742, TMS320C6743, TMS320C6745, TMS320C6746, TMS320TCI6488

Tool/software: Code Composer Studio

I have linked static lib into RTSC project(executable), I got an error like (ERROR: unresolved symbol Cppi_channelEnable, first referenced in C:/Users/ekula.s/workspace_v8/Platformlib/Debug/Platformlib.lib<cppi_qmss_mgmt.obj>). Please give some idea to solve that issue.

ERROS:

unresolved symbol Cppi_channelEnable, first referenced in C:/Users/ekula.s/workspace_v8/Platformlib/Debug/Platformlib.lib<cppi_qmss_mgmt.obj>

unresolved symbol Cppi_configureRxFlow, first referenced in C:/Users/ekula.s/workspace_v8/Platformlib/Debug/Platformlib.lib<cppi_qmss_mgmt.obj>

unresolved symbol Cppi_getFlowId, first referenced in C:/Users/ekula.s/workspace_v8/Platformlib/Debug/Platformlib.lib<pa_mgmt.obj> 

unresolved symbol HeapBufMP_Params_init, first referenced in C:/Users/ekula.s/workspace_v8/GenUtil/Debug/GenUtil.lib<IIPC.obj> 

  • Hi,

    I am looking into this.

    Best Regards,
    Yordan
  • Hi,

    I suspect you have missing paths in your project. I recommend taking a look at some of the existing EMAC examples in Processor SDK RTOS, check the project properties for include paths and so on and use this configurations for your custom project.

    Best Regards,
    Yordan
  • Hi,
    I saw Emacexample in this path "C:\ti\pdk_c667x_2_0_11\packages\ti\drv\pa\example ", But it has lot of files only. I don't know how I use those files in CCS project(import). Please give some clear path for that emacExample.
  • You should build the emacExamples like bellow:
    ykovachev@lin-0373:~$ cd ti/pdk_c667x_2_0_10/packages/
    ykovachev@lin-0373:~/ti/pdk_c667x_2_0_10/packages$ source pdksetupenv.sh
    ykovachev@lin-0373:~/ti/pdk_c667x_2_0_10/packages$ ./pdkProjectCreate.sh C6678 all little emac all dsp

    This way the projects will be created in ~/ti/pdk_c667x_2_0_10/packages/MyExampleProjects. Now you should open CCS & import the EMAC project(s) then from the project viewer you can inspect the project properties.

    Best Regards,
    Yordan
  • Hi,
    Actually I am using windows, In the command prompt "source" "./" commands are not working. So please give project creation commands for windows.

    Thanks!!
  • Then use the .bat files instead. Also please take the time to get familiar with the Software Developers Guide:
    software-dl.ti.com/.../index.html

    It explains how to build pdk and its components in both windows & linux environment.

    Best Regards,
    Yordan
  • hi,
    Now I run "windows batch" file instead of " .sh". While I am running "pdkProjectCreate" file, which gives error like"The system cannot find the path specified". In MyExampleProjects folder contains only ".metadata" , which didn't have any project files. Please give solution for that problem.

    problem: after running"pdkProjectCreate" batch file, which create "MyExampleProjects " folder. But it didn't have any project files, only have .metadata file.

    command prompt out put(pdkProjectCreate)=>


    =========================================================================
    Configuration:
    SOC : AM335x
    BOARD : all
    ENDIAN : little
    MODULE : all
    PROJECT_TYPE : all
    PROCESSOR : arm
    PDK_SHORT_NAME : C:\ti\PDK_C6~1\packages\
    =========================================================================
    Checking Configuration...
    Complete
    =========================================================================
    PDK_PARTNO : AM335
    PDK_ECLIPSE_ID : com.ti.pdk.am335x
    RTSC_PLATFORM_NAME : ti.platforms.evmAM3359
    RTSC_TARGET : gnu.targets.arm.A8F
    CCS_DEVICE : "Cortex A.AM3359.ICE_AM3359"
    *****************************************************************************
    Detecting all projects in PDK and importing them in the workspace C:\ti\PDK_C6~1\packages\\MyExampleProjects
    Detected Test Project: GPIO_LedBlink_bbbAM335x_armTestProject

    --------------------------------------------------------------------------------
    Creating project 'GPIO_LedBlink_bbbAM335x_armTestProject'...


    !ERROR: Device is either 'null' or is currently not recognized by CCS. See 'Help > Check for Updates' or visit CCS App Center to get the latest device support.
    NOTE: Refer to the following list of available devices (the display-names in square brackets are for reference only):

    ISA family: ARM
    com.ti.ccstudio.deviceModel.TMS470.CustomTMS470Device [Custom ARM Device]
    com.ti.ccstudio.deviceModel.TMS470.GenericARM7Device [Generic ARM7 Device]
    com.ti.ccstudio.deviceModel.TMS470.GenericARM9Device [Generic ARM9 Device]
    com.ti.ccstudio.deviceModel.TMS470.GenericARM11Device [Generic ARM11 Device]
    com.ti.ccstudio.deviceModel.TMS470.GenericCortexA8Device [Generic CortexA8 Device]
    com.ti.ccstudio.deviceModel.TMS470.GenericCortexA9Device [Generic CortexA9 Device]
    com.ti.ccstudio.deviceModel.TMS470.GenericCortexA15Device [Generic CortexA15 Device]
    com.ti.ccstudio.deviceModel.TMS470.GenericCortexM3Device [Generic CortexM3 Device]
    com.ti.ccstudio.deviceModel.TMS470.GenericCortexM4Device [Generic CortexM4 Device]
    com.ti.ccstudio.deviceModel.TMS470.GenericCortexR4Device [Generic CortexR4 Device]
    com.ti.ccstudio.deviceModel.TMS470.GenericCortexR5Device [Generic CortexR5 Device]
    Cortex A.66AK2E05 [66AK2E05]
    Cortex A.66AK2G01 [66AK2G01]
    Cortex A.66AK2G02 [66AK2G02]
    Cortex A.66AK2G12 [66AK2G12]
    Cortex A.66AK2H06 [66AK2H06]
    Cortex A.66AK2H12 [66AK2H12]
    Cortex A.66AK2L06 [66AK2L06]
    Cortex A.66AK2G02.K2GEVM [K2GEVM]
    Cortex A.66AK2G02.K2GICE [K2GICE]
    Cortex A.TCI6614 [TCI6614]
    Cortex A.TCI6630K2L [TCI6630K2L]
    Cortex A.TCI6636K2H [TCI6636K2H]
    Cortex A.TCI6638K2K [TCI6638K2K]

    ISA family: C6000
    com.ti.ccstudio.deviceModel.C6000.CustomC6000Device [Custom C6000 Device]
    com.ti.ccstudio.deviceModel.C6000.GenericC62xxDevice [Generic C62xx Device]
    com.ti.ccstudio.deviceModel.C6000.GenericC64xxDevice [Generic C64xx Device]
    com.ti.ccstudio.deviceModel.C6000.GenericC64xPlusDevice [Generic C64x+ Device]
    com.ti.ccstudio.deviceModel.C6000.GenericC66xxDevice [Generic C66xx Device]
    com.ti.ccstudio.deviceModel.C6000.GenericC674xDevice [Generic C674x Device]
    com.ti.ccstudio.deviceModel.C6000.GenericC67xxDevice [Generic C67xx Device]
    com.ti.ccstudio.deviceModel.C6000.GenericC67xPlusDevice [Generic C67x+ Device]
    TMS320C66XX.66AK2E05 [66AK2E05]
    TMS320C66XX.66AK2G01 [66AK2G01]
    TMS320C66XX.66AK2G02 [66AK2G02]
    TMS320C66XX.66AK2G12 [66AK2G12]
    TMS320C66XX.66AK2H06 [66AK2H06]
    TMS320C66XX.66AK2H12 [66AK2H12]
    TMS320C66XX.66AK2L06 [66AK2L06]
    TMS320C64XX.TMS320C6416.DSK6416 [DSK6416]
    TMS320C64XX.TMS320C6455.DSK6455 [DSK6455]
    TMS320C67XX.DSK6713 [DSK6713]
    TMS320C64XX.TMS320TCI6482.DSKTCI6482 [DSKTCI6482]
    TMS320C64XX.TMS320C6413.EVM6413 [EVM6413]
    TMS320C64XX.TMS320C6418.EVM6418 [EVM6418]
    TMS320C64XX.TMS320C6455.EVM6455 [EVM6455 (TMS320C6455)]
    TMS320C64XX.TMS320C6424.EVMC6424 [EVMC6424]
    TMS320C64XX.TMS320C6457.EVMC6457 [EVMC6457 (TMS320C6457)]
    TMS320C64XX.TMS320C6472.EVMC6472 [EVMC6472]
    TMS320C64XX.EVMC6474 [EVMC6474]
    TMS320C67XX.TMS320C6747.EVMC6747 [EVMC6747]
    TMS320C67XX.TMS320C6748.EVMC6748 [EVMC6748]
    TMS320C64XX.TMS320TCI6482.EVMTCI6482 [EVMTCI6482 (TMS320TCI6482)]
    TMS320C64XX.EVMTCI6488 [EVMTCI6488]
    TMS320C66XX.66AK2G02.K2GEVM [K2GEVM]
    TMS320C66XX.66AK2G02.K2GICE [K2GICE]
    TMS320C67XX.TMS320C6748.LCDKC6748 [LCDKC6748]
    TMS320C66XX.TCI6608 [TCI6608]
    TMS320C66XX.TCI6614 [TCI6614]
    TMS320C66XX.TCI6616 [TCI6616]
    TMS320C66XX.TCI6618 [TCI6618]
    TMS320C66XX.TCI6630K2L [TCI6630K2L]
    TMS320C66XX.TCI6634K2K [TCI6634K2K]
    TMS320C66XX.TCI6636K2H [TCI6636K2H]
    TMS320C66XX.TCI6638K2K [TCI6638K2K]
    TMS320C64XX.TMS320C6457.TMDSEVM6457L [TMDSEVM6457L]
    TMS320C64XX.TMS320C6474.TMDSEVM6474L [TMDSEVM6474L]
    TMS320C64XX.TMS320C6410 [TMS320C6410]
    TMS320C64XX.TMS320C6411 [TMS320C6411]
    TMS320C64XX.TMS320C6412 [TMS320C6412]
    TMS320C64XX.TMS320C6413 [TMS320C6413]
    TMS320C64XX.TMS320C6414 [TMS320C6414]
    TMS320C64XX.TMS320C6415 [TMS320C6415]
    TMS320C64XX.TMS320C6416 [TMS320C6416]
    TMS320C64XX.TMS320C6418 [TMS320C6418]
    TMS320C64XX.TMS320C6421 [TMS320C6421]
    TMS320C64XX.TMS320C6424 [TMS320C6424]
    TMS320C64XX.TMS320C6452 [TMS320C6452]
    TMS320C64XX.TMS320C6454 [TMS320C6454]
    TMS320C64XX.TMS320C6455 [TMS320C6455]
    TMS320C64XX.TMS320C6457 [TMS320C6457]
    TMS320C64XX.TMS320C6472 [TMS320C6472]
    TMS320C64XX.TMS320C6474 [TMS320C6474]
    TMS320C66XX.TMS320C6652 [TMS320C6652]
    TMS320C66XX.TMS320C6654 [TMS320C6654]
    TMS320C66XX.TMS320C6655 [TMS320C6655]
    TMS320C66XX.TMS320C6657 [TMS320C6657]
    TMS320C66XX.TMS320C6670 [TMS320C6670]
    TMS320C66XX.TMS320C6671 [TMS320C6671]
    TMS320C66XX.TMS320C6672 [TMS320C6672]
    TMS320C66XX.TMS320C6674 [TMS320C6674]
    TMS320C66XX.TMS320C6678 [TMS320C6678]
    TMS320C67XX.TMS320C6701 [TMS320C6701]
    TMS320C67XX.TMS320C6711 [TMS320C6711]
    TMS320C67XX.TMS320C6712 [TMS320C6712]
    TMS320C67XX.TMS320C6713 [TMS320C6713]
    TMS320C67XX.TMS320C6720 [TMS320C6720]
    TMS320C67XX.TMS320C6722 [TMS320C6722]
    TMS320C67XX.TMS320C6726 [TMS320C6726]
    TMS320C67XX.TMS320C6727 [TMS320C6727]
    TMS320C67XX.TMS320C6742 [TMS320C6742]
    TMS320C67XX.TMS320C6743 [TMS320C6743]
    TMS320C67XX.TMS320C6745 [TMS320C6745]
    TMS320C67XX.TMS320C6746 [TMS320C6746]
    TMS320C67XX.TMS320C6747 [TMS320C6747]
    TMS320C67XX.TMS320C6748 [TMS320C6748]
    TMS320C64XX.TMS320TCI6482 [TMS320TCI6482]
    TMS320C64XX.TMS320TCI6484 [TMS320TCI6484]
    TMS320C64XX.TMS320TCI6486 [TMS320TCI6486]
    TMS320C64XX.TMS320TCI6487 [TMS320TCI6487]
    TMS320C64XX.TMS320TCI6488 [TMS320TCI6488]

    ISA family: C7000
    com.ti.ccstudio.deviceModel.C7000.CustomC7000Device [Custom C7000 Device]
    com.ti.ccstudio.deviceModel.C7000.GenericC71xxDevice [Generic C71xx Device]

    ISA family: EVE
    EVE.genericDevice.EVE [Generic EVE Device]

    ISA family: PRU
    TMS192C2026.66AK2G02 [66AK2G02]
    TMS192C2026.66AK2G12 [66AK2G12]
    TMS192C2026.TMS320C6748.EVMC6748 [EVMC6748]
    TMS192C2026.66AK2G02.K2GEVM [K2GEVM]
    TMS192C2026.66AK2G02.K2GICE [K2GICE]
    TMS192C2026.TMS320C6748.LCDKC6748 [LCDKC6748]
    TMS192C2026.TMS320C6742 [TMS320C6742]
    TMS192C2026.TMS320C6746 [TMS320C6746]
    TMS192C2026.TMS320C6748 [TMS320C6748]

    Copying macro.ini
    The system cannot find the path specified.
    0 file(s) copied.
    Detected Test Project: GPIO_LedBlink_icev2AM335x_armTestProject

    --------------------------------------------------------------------------------
    Creating project 'GPIO_LedBlink_icev2AM335x_armTestProject'...


    !ERROR: Device is either 'null' or is currently not recognized by CCS. See 'Help > Check for Updates' or visit CCS App Center to get the latest device support.
    NOTE: Refer to the following list of available devices (the display-names in square brackets are for reference only):

    ISA family: ARM
    com.ti.ccstudio.deviceModel.TMS470.CustomTMS470Device [Custom ARM Device]
    com.ti.ccstudio.deviceModel.TMS470.GenericARM7Device [Generic ARM7 Device]
    com.ti.ccstudio.deviceModel.TMS470.GenericARM9Device [Generic ARM9 Device]
    com.ti.ccstudio.deviceModel.TMS470.GenericARM11Device [Generic ARM11 Device]
    com.ti.ccstudio.deviceModel.TMS470.GenericCortexA8Device [Generic CortexA8 Device]
    com.ti.ccstudio.deviceModel.TMS470.GenericCortexA9Device [Generic CortexA9 Device]
    com.ti.ccstudio.deviceModel.TMS470.GenericCortexA15Device [Generic CortexA15 Device]
    com.ti.ccstudio.deviceModel.TMS470.GenericCortexM3Device [Generic CortexM3 Device]
    com.ti.ccstudio.deviceModel.TMS470.GenericCortexM4Device [Generic CortexM4 Device]
    com.ti.ccstudio.deviceModel.TMS470.GenericCortexR4Device [Generic CortexR4 Device]
    com.ti.ccstudio.deviceModel.TMS470.GenericCortexR5Device [Generic CortexR5 Device]
    Cortex A.66AK2E05 [66AK2E05]
    Cortex A.66AK2G01 [66AK2G01]
    Cortex A.66AK2G02 [66AK2G02]
    Cortex A.66AK2G12 [66AK2G12]
    Cortex A.66AK2H06 [66AK2H06]
    Cortex A.66AK2H12 [66AK2H12]
    Cortex A.66AK2L06 [66AK2L06]
    Cortex A.66AK2G02.K2GEVM [K2GEVM]
    Cortex A.66AK2G02.K2GICE [K2GICE]
    Cortex A.TCI6614 [TCI6614]
    Cortex A.TCI6630K2L [TCI6630K2L]
    Cortex A.TCI6636K2H [TCI6636K2H]
    Cortex A.TCI6638K2K [TCI6638K2K]

    ISA family: C6000
    com.ti.ccstudio.deviceModel.C6000.CustomC6000Device [Custom C6000 Device]
    com.ti.ccstudio.deviceModel.C6000.GenericC62xxDevice [Generic C62xx Device]
    com.ti.ccstudio.deviceModel.C6000.GenericC64xxDevice [Generic C64xx Device]
    com.ti.ccstudio.deviceModel.C6000.GenericC64xPlusDevice [Generic C64x+ Device]
    com.ti.ccstudio.deviceModel.C6000.GenericC66xxDevice [Generic C66xx Device]
    com.ti.ccstudio.deviceModel.C6000.GenericC674xDevice [Generic C674x Device]
    com.ti.ccstudio.deviceModel.C6000.GenericC67xxDevice [Generic C67xx Device]
    com.ti.ccstudio.deviceModel.C6000.GenericC67xPlusDevice [Generic C67x+ Device]
    TMS320C66XX.66AK2E05 [66AK2E05]
    TMS320C66XX.66AK2G01 [66AK2G01]
    TMS320C66XX.66AK2G02 [66AK2G02]
    TMS320C66XX.66AK2G12 [66AK2G12]
    TMS320C66XX.66AK2H06 [66AK2H06]
    TMS320C66XX.66AK2H12 [66AK2H12]
    TMS320C66XX.66AK2L06 [66AK2L06]
    TMS320C64XX.TMS320C6416.DSK6416 [DSK6416]
    TMS320C64XX.TMS320C6455.DSK6455 [DSK6455]
    TMS320C67XX.DSK6713 [DSK6713]
    TMS320C64XX.TMS320TCI6482.DSKTCI6482 [DSKTCI6482]
    TMS320C64XX.TMS320C6413.EVM6413 [EVM6413]
    TMS320C64XX.TMS320C6418.EVM6418 [EVM6418]
    TMS320C64XX.TMS320C6455.EVM6455 [EVM6455 (TMS320C6455)]
    TMS320C64XX.TMS320C6424.EVMC6424 [EVMC6424]
    TMS320C64XX.TMS320C6457.EVMC6457 [EVMC6457 (TMS320C6457)]
    TMS320C64XX.TMS320C6472.EVMC6472 [EVMC6472]
    TMS320C64XX.EVMC6474 [EVMC6474]
    TMS320C67XX.TMS320C6747.EVMC6747 [EVMC6747]
    TMS320C67XX.TMS320C6748.EVMC6748 [EVMC6748]
    TMS320C64XX.TMS320TCI6482.EVMTCI6482 [EVMTCI6482 (TMS320TCI6482)]
    TMS320C64XX.EVMTCI6488 [EVMTCI6488]
    TMS320C66XX.66AK2G02.K2GEVM [K2GEVM]
    TMS320C66XX.66AK2G02.K2GICE [K2GICE]
    TMS320C67XX.TMS320C6748.LCDKC6748 [LCDKC6748]
    TMS320C66XX.TCI6608 [TCI6608]
    TMS320C66XX.TCI6614 [TCI6614]
    TMS320C66XX.TCI6616 [TCI6616]
    TMS320C66XX.TCI6618 [TCI6618]
    TMS320C66XX.TCI6630K2L [TCI6630K2L]
    TMS320C66XX.TCI6634K2K [TCI6634K2K]
    TMS320C66XX.TCI6636K2H [TCI6636K2H]
    TMS320C66XX.TCI6638K2K [TCI6638K2K]
    TMS320C64XX.TMS320C6457.TMDSEVM6457L [TMDSEVM6457L]
    TMS320C64XX.TMS320C6474.TMDSEVM6474L [TMDSEVM6474L]
    TMS320C64XX.TMS320C6410 [TMS320C6410]
    TMS320C64XX.TMS320C6411 [TMS320C6411]
    TMS320C64XX.TMS320C6412 [TMS320C6412]
    TMS320C64XX.TMS320C6413 [TMS320C6413]
    TMS320C64XX.TMS320C6414 [TMS320C6414]
    TMS320C64XX.TMS320C6415 [TMS320C6415]
    TMS320C64XX.TMS320C6416 [TMS320C6416]
    TMS320C64XX.TMS320C6418 [TMS320C6418]
    TMS320C64XX.TMS320C6421 [TMS320C6421]
    TMS320C64XX.TMS320C6424 [TMS320C6424]
    TMS320C64XX.TMS320C6452 [TMS320C6452]
    TMS320C64XX.TMS320C6454 [TMS320C6454]
    TMS320C64XX.TMS320C6455 [TMS320C6455]
    TMS320C64XX.TMS320C6457 [TMS320C6457]
    TMS320C64XX.TMS320C6472 [TMS320C6472]
    TMS320C64XX.TMS320C6474 [TMS320C6474]
    TMS320C66XX.TMS320C6652 [TMS320C6652]
    TMS320C66XX.TMS320C6654 [TMS320C6654]
    TMS320C66XX.TMS320C6655 [TMS320C6655]
    TMS320C66XX.TMS320C6657 [TMS320C6657]
    TMS320C66XX.TMS320C6670 [TMS320C6670]
    TMS320C66XX.TMS320C6671 [TMS320C6671]
    TMS320C66XX.TMS320C6672 [TMS320C6672]
    TMS320C66XX.TMS320C6674 [TMS320C6674]
    TMS320C66XX.TMS320C6678 [TMS320C6678]
    TMS320C67XX.TMS320C6701 [TMS320C6701]
    TMS320C67XX.TMS320C6711 [TMS320C6711]
    TMS320C67XX.TMS320C6712 [TMS320C6712]
    TMS320C67XX.TMS320C6713 [TMS320C6713]
    TMS320C67XX.TMS320C6720 [TMS320C6720]
    TMS320C67XX.TMS320C6722 [TMS320C6722]
    TMS320C67XX.TMS320C6726 [TMS320C6726]
    TMS320C67XX.TMS320C6727 [TMS320C6727]
    TMS320C67XX.TMS320C6742 [TMS320C6742]
    TMS320C67XX.TMS320C6743 [TMS320C6743]
    TMS320C67XX.TMS320C6745 [TMS320C6745]
    TMS320C67XX.TMS320C6746 [TMS320C6746]
    TMS320C67XX.TMS320C6747 [TMS320C6747]
    TMS320C67XX.TMS320C6748 [TMS320C6748]
    TMS320C64XX.TMS320TCI6482 [TMS320TCI6482]
    TMS320C64XX.TMS320TCI6484 [TMS320TCI6484]
    TMS320C64XX.TMS320TCI6486 [TMS320TCI6486]
    TMS320C64XX.TMS320TCI6487 [TMS320TCI6487]
    TMS320C64XX.TMS320TCI6488 [TMS320TCI6488]

    ISA family: C7000
    com.ti.ccstudio.deviceModel.C7000.CustomC7000Device [Custom C7000 Device]
    com.ti.ccstudio.deviceModel.C7000.GenericC71xxDevice [Generic C71xx Device]

    ISA family: EVE
    EVE.genericDevice.EVE [Generic EVE Device]

    ISA family: PRU
    TMS192C2026.66AK2G02 [66AK2G02]
    TMS192C2026.66AK2G12 [66AK2G12]
    TMS192C2026.TMS320C6748.EVMC6748 [EVMC6748]
    TMS192C2026.66AK2G02.K2GEVM [K2GEVM]
    TMS192C2026.66AK2G02.K2GICE [K2GICE]
    TMS192C2026.TMS320C6748.LCDKC6748 [LCDKC6748]
    TMS192C2026.TMS320C6742 [TMS320C6742]
    TMS192C2026.TMS320C6746 [TMS320C6746]
    TMS192C2026.TMS320C6748 [TMS320C6748]

    Copying macro.ini
    The system cannot find the path specified.
    0 file(s) copied.
    Detected Test Project: GPIO_LedBlink_skAM335x_armTestProject

    ......ect


    thanks!!
  • Take the time to get familiar with the Software Developers Guide:
    software-dl.ti.com/.../index.html

    Best Regards,
    Yordan