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.

AM2432: AM243x LaunchPad run MCU_PLUS_SDK_10.00.00 Example Project gpio_led_blink_am243x-lp_r5fss0-0_nortos show error.

Part Number: AM2432
Other Parts Discussed in Thread: SYSCONFIG

Tool/software:

Debug_error subdir_rules.mkDear Experts,

I am new to CCS/TI_MCU.

I was trying to test an example code on the AM243x-LaunchPad demo-board.

I use "open project" to get the example project: gpio_led_blink_am243x-lp_r5fss0-0_nortos.. from AM243x MCU PLUS SDK10.00.00.

I encountered an error after I click debug button.

The CCS error message was captured on the right:

Could you please help to show me how to resolve this error?

Thank you very much.

Best Regards,  JasonC.

  • Hello Jason,

    Thanks for your query.

    The logs you shared above are not clear.

    Can you please share the full error logs shown in the CCS console?

    To open CCS console, navigate to View -> Console as shown below.

    Please share the complete console view as shown below once the project is rebuild.

    Regards,

    Tushar

  • Hi Tushar,

    Thank you very much for helping on this case. I copy the error log here: 


    **** Build of configuration Debug for project gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang ****

    "C:\\ti\\ccs1280\\ccs\\utils\\bin\\gmake" -k -j 4 all -O
     
    Building file: "../example.syscfg"
    Invoking: SysConfig
    "C:/ti/sysconfig_1.20.0/sysconfig_cli.bat" --script "C:/Users/jc/workspace_v12/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang/example.syscfg" -o "syscfg" -s "C:/ti/mcu_plus_sdk_am243x_08_06_00_45/.metadata/product.json" --context "r5fss0-0" --part ALX --package ALX --compiler ticlang
    Running script...
    subdir_rules.mk:9: recipe for target 'build-1792661999' failed
    Error: Exception occurred calling addInstance()
        at Proxy.<anonymous> (C:\ti\sysconfig_1.20.0\dist\webpack:\sysconfig\src\pinmux\services\scripting\scriptingGuard.ts:46:10)
        at scriptFunc (C:\Users\jc\workspace_v12\gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang\example.syscfg:12:25)
        at cb (C:\ti\sysconfig_1.20.0\dist\webpack:\sysconfig\src\pinmux\services\scripting\runScript.ts:113:7)
        at withDeprecatedAccess (C:\ti\sysconfig_1.20.0\dist\webpack:\sysconfig\src\pinmux\services\deprecatedAccessGuard.ts:14:10)
        at runAsUserScript (C:\ti\sysconfig_1.20.0\dist\webpack:\sysconfig\src\pinmux\services\scripting\scriptingGuard.ts:61:3)
        at iteratee (C:\ti\sysconfig_1.20.0\dist\webpack:\sysconfig\src\pinmux\services\scripting\runScript.ts:111:5)
        at baseEach (C:\ti\sysconfig_1.20.0\dist\webpack:\sysconfig\node_modules\lodash\lodash.js:530:11)
        at Function.each (C:\ti\sysconfig_1.20.0\dist\webpack:\sysconfig\node_modules\lodash\lodash.js:9409:52)
        at iteratee (C:\ti\sysconfig_1.20.0\dist\webpack:\sysconfig\src\pinmux\services\scripting\runScript.ts:109:6)
        at Mt (C:\ti\sysconfig_1.20.0\dist\webpack:\sysconfig\node_modules\lodash\lodash.js:530:11)
    Caused by: TypeError: Cannot read properties of undefined (reading 'configurables')
        at Object.getPinConfigurables (C:\ti\mcu_plus_sdk_am243x_08_06_00_45\source\drivers\.meta\pinmux\pinmux_am243x.syscfg.js:28:76)
        at Object.getGpioPinRequirements (C:\ti\mcu_plus_sdk_am243x_08_06_00_45\source\drivers\.meta\pinmux\pinmux.syscfg.js:72:25)
        at func (C:\ti\mcu_plus_sdk_am243x_08_06_00_45\source\drivers\.meta\gpio\v0\gpio_v0.syscfg.js:38:27)
        at cb (C:\ti\sysconfig_1.20.0\dist\webpack:\sysconfig\src\pinmux\services\objectManagers\moduleRequirements\requirements.ts:26:6)
        at guardCallbackAccess (C:\ti\sysconfig_1.20.0\dist\webpack:\sysconfig\src\pinmux\services\moduleAccessGuard.ts:44:10)
        at g.resolveRequirements (C:\ti\sysconfig_1.20.0\dist\webpack:\sysconfig\src\pinmux\services\objectManagers\moduleRequirements\requirements.ts:25:5)
        at L.resolveRequirements (C:\ti\sysconfig_1.20.0\dist\webpack:\sysconfig\src\pinmux\services\objectManagers\moduleInstance.ts:1214:23)
        at L.initDynamicConfigurables (C:\ti\sysconfig_1.20.0\dist\webpack:\sysconfig\src\pinmux\services\objectManagers\moduleInstance.ts:1058:8)
        at Function.createInstanceImpl (C:\ti\sysconfig_1.20.0\dist\webpack:\sysconfig\src\pinmux\services\objectManagers\moduleInstance.ts:155:11)
        at Function.createInstance (C:\ti\sysconfig_1.20.0\dist\webpack:\sysconfig\src\pinmux\services\objectManagers\moduleInstance.ts:1336:28)
    gmake: *** [build-1792661999] Error 1
    gmake: Target 'all' not remade because of errors.

    **** Build Finished ****

    For easy reading, I also inserted a jpg format error log:

    Thank you very much for your helps.

    Best Regards,  JasonC.

  • Hello Jason,

    Can you please tell us which MCU+SDK version are you using?

    What is the version of Sysconfig used?

    Regards,

    Tushar

  • Hello Tushar,

    Thank you very much for fast reply this thread.

    The sysconfig related folder under c:\ti are sysconfig_1.21.0 and sysconfig_1.20.0.

    The SDK under c:\ti is mcu_plus_sdk_am243x_10_00_00_20

    Also I screen captured some other information here:

    Thank you very much for helping to solve this strange problem.

    Best Regards,  JasonC.

  • Hi Jason,

    Thanks for sharing the above details.

    As I can see you have SDK v10.0 installed but the error logs are coming from SDK v08.06.

    Can you please check the properties of project and share the screenshot?

    To open properties right click on the project. Go to properties.

    Navigate to Properties -> General -> Products as shown below.

    Regards,

    Tushar

  • Hello Tushar,

    Thank you and you are right.

    I was using SDK V8.06 to report error on the beginning of this question-thread.

    Because you asked me to check. I noticed the SDK was on v8.06, then to-double-check if v10.0 could have similar error, I closed that v8.06 project and imported the same name project in SDK v10.0. I click "Debug" and it still showed error. Till this point, I confirmed the problem was not solved (both version encounter error). After that I did a screen-capture on v10.0 on previous reply to you.

    Here are product list on both SDK cases:

    I noticed that the Consol message for "build-all" error on SDK v10 is different from that of SDK v8.6.

    I copy the SDK v10 Consol content here:

    **** Build of configuration Debug for project gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang ****

    "C:\\ti\\ccs1280\\ccs\\utils\\bin\\gmake" -k -j 4 all -O

    Building file: "../example.syscfg"
    Invoking: SysConfig
    "C:/ti/sysconfig_1.20.0/sysconfig_cli.bat" --script "C:/Users/jc/workspace_v12/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang/example.syscfg" -o "syscfg" -s "C:/ti/mcu_plus_sdk_am243x_10_00_00_20/.metadata/product.json" --context "r5fss0-0" --part ALX --package ALX --compiler ticlang
    Running script...
    Validating...
    info: CONFIG_MPU_REGION0(/kernel/dpl/mpu_armv7) attributes: Some memory region(s) within this range is Shared among cores.
    info: CONFIG_MPU_REGION1(/kernel/dpl/mpu_armv7) attributes: Some memory region(s) within this range is Shared among cores.
    info: CONFIG_MPU_REGION2(/kernel/dpl/mpu_armv7) attributes: Some memory region(s) within this range is Shared among cores.
    info: CONFIG_MPU_REGION3(/kernel/dpl/mpu_armv7) attributes: Some memory region(s) within this range is Shared among cores.
    info: CONFIG_MPU_REGION4(/kernel/dpl/mpu_armv7) attributes: Some memory region(s) within this range is Shared among cores.
    info: /kernel/dpl/debug_log uartLog.baudRate: Actual Baudrate Possible: 115385 (0 % error)
    Generating Code (example.syscfg)...
    Writing C:\Users\jc\workspace_v12\gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang\Debug\syscfg\ti_dpl_config.c...
    Writing C:\Users\jc\workspace_v12\gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang\Debug\syscfg\ti_dpl_config.h...
    Writing C:\Users\jc\workspace_v12\gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang\Debug\syscfg\ti_drivers_config.c...
    Writing C:\Users\jc\workspace_v12\gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang\Debug\syscfg\ti_drivers_config.h...
    Writing C:\Users\jc\workspace_v12\gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang\Debug\syscfg\ti_drivers_open_close.c...
    Writing C:\Users\jc\workspace_v12\gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang\Debug\syscfg\ti_drivers_open_close.h...
    Writing C:\Users\jc\workspace_v12\gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang\Debug\syscfg\ti_pinmux_config.c...
    Writing C:\Users\jc\workspace_v12\gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang\Debug\syscfg\ti_power_clock_config.c...
    Writing C:\Users\jc\workspace_v12\gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang\Debug\syscfg\ti_board_config.c...
    Writing C:\Users\jc\workspace_v12\gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang\Debug\syscfg\ti_board_config.h...
    Writing C:\Users\jc\workspace_v12\gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang\Debug\syscfg\ti_board_open_close.c...
    Writing C:\Users\jc\workspace_v12\gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang\Debug\syscfg\ti_board_open_close.h...
    Writing C:\Users\jc\workspace_v12\gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang\Debug\syscfg\ti_enet_config.c...
    Writing C:\Users\jc\workspace_v12\gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang\Debug\syscfg\ti_enet_config.h...
    Writing C:\Users\jc\workspace_v12\gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang\Debug\syscfg\ti_enet_open_close.c...
    Writing C:\Users\jc\workspace_v12\gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang\Debug\syscfg\ti_enet_open_close.h...
    Writing C:\Users\jc\workspace_v12\gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang\Debug\syscfg\ti_enet_soc.c...
    Writing C:\Users\jc\workspace_v12\gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang\Debug\syscfg\ti_enet_lwipif.c...
    Writing C:\Users\jc\workspace_v12\gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang\Debug\syscfg\ti_enet_lwipif.h...
    Writing C:\Users\jc\workspace_v12\gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang\Debug\syscfg\linker.cmd...
    Writing C:\Users\jc\workspace_v12\gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang\Debug\syscfg\linker_defines.h...
    Finished building: "../example.syscfg"

    Building file: "syscfg/ti_dpl_config.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -I"C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/mcu_plus_sdk_am243x_10_00_00_20/source" -DSOC_AM243X -D_DEBUG_=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"syscfg/ti_dpl_config.d_raw" -MT"syscfg/ti_dpl_config.o" -I"C:/Users/jc/workspace_v12/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang/Debug/syscfg" -o"syscfg/ti_dpl_config.o" "syscfg/ti_dpl_config.c"
    Finished building: "syscfg/ti_dpl_config.c"

    Building file: "syscfg/ti_drivers_config.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -I"C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/mcu_plus_sdk_am243x_10_00_00_20/source" -DSOC_AM243X -D_DEBUG_=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"syscfg/ti_drivers_config.d_raw" -MT"syscfg/ti_drivers_config.o" -I"C:/Users/jc/workspace_v12/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang/Debug/syscfg" -o"syscfg/ti_drivers_config.o" "syscfg/ti_drivers_config.c"
    Finished building: "syscfg/ti_drivers_config.c"

    Building file: "syscfg/ti_drivers_open_close.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -I"C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/mcu_plus_sdk_am243x_10_00_00_20/source" -DSOC_AM243X -D_DEBUG_=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"syscfg/ti_drivers_open_close.d_raw" -MT"syscfg/ti_drivers_open_close.o" -I"C:/Users/jc/workspace_v12/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang/Debug/syscfg" -o"syscfg/ti_drivers_open_close.o" "syscfg/ti_drivers_open_close.c"
    Finished building: "syscfg/ti_drivers_open_close.c"

    Building file: "syscfg/ti_pinmux_config.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -I"C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/mcu_plus_sdk_am243x_10_00_00_20/source" -DSOC_AM243X -D_DEBUG_=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"syscfg/ti_pinmux_config.d_raw" -MT"syscfg/ti_pinmux_config.o" -I"C:/Users/jc/workspace_v12/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang/Debug/syscfg" -o"syscfg/ti_pinmux_config.o" "syscfg/ti_pinmux_config.c"
    Finished building: "syscfg/ti_pinmux_config.c"

    Building file: "syscfg/ti_enet_config.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -I"C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/mcu_plus_sdk_am243x_10_00_00_20/source" -DSOC_AM243X -D_DEBUG_=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"syscfg/ti_enet_config.d_raw" -MT"syscfg/ti_enet_config.o" -I"C:/Users/jc/workspace_v12/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang/Debug/syscfg" -o"syscfg/ti_enet_config.o" "syscfg/ti_enet_config.c"
    Finished building: "syscfg/ti_enet_config.c"

    Building file: "syscfg/ti_power_clock_config.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -I"C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/mcu_plus_sdk_am243x_10_00_00_20/source" -DSOC_AM243X -D_DEBUG_=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"syscfg/ti_power_clock_config.d_raw" -MT"syscfg/ti_power_clock_config.o" -I"C:/Users/jc/workspace_v12/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang/Debug/syscfg" -o"syscfg/ti_power_clock_config.o" "syscfg/ti_power_clock_config.c"
    Finished building: "syscfg/ti_power_clock_config.c"

    Building file: "syscfg/ti_board_config.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -I"C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/mcu_plus_sdk_am243x_10_00_00_20/source" -DSOC_AM243X -D_DEBUG_=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"syscfg/ti_board_config.d_raw" -MT"syscfg/ti_board_config.o" -I"C:/Users/jc/workspace_v12/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang/Debug/syscfg" -o"syscfg/ti_board_config.o" "syscfg/ti_board_config.c"
    Finished building: "syscfg/ti_board_config.c"

    Building file: "syscfg/ti_board_open_close.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -I"C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/mcu_plus_sdk_am243x_10_00_00_20/source" -DSOC_AM243X -D_DEBUG_=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"syscfg/ti_board_open_close.d_raw" -MT"syscfg/ti_board_open_close.o" -I"C:/Users/jc/workspace_v12/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang/Debug/syscfg" -o"syscfg/ti_board_open_close.o" "syscfg/ti_board_open_close.c"
    Finished building: "syscfg/ti_board_open_close.c"

    Building file: "syscfg/ti_enet_open_close.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -I"C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/mcu_plus_sdk_am243x_10_00_00_20/source" -DSOC_AM243X -D_DEBUG_=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"syscfg/ti_enet_open_close.d_raw" -MT"syscfg/ti_enet_open_close.o" -I"C:/Users/jc/workspace_v12/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang/Debug/syscfg" -o"syscfg/ti_enet_open_close.o" "syscfg/ti_enet_open_close.c"
    Finished building: "syscfg/ti_enet_open_close.c"

    Building file: "syscfg/ti_enet_soc.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -I"C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/mcu_plus_sdk_am243x_10_00_00_20/source" -DSOC_AM243X -D_DEBUG_=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"syscfg/ti_enet_soc.d_raw" -MT"syscfg/ti_enet_soc.o" -I"C:/Users/jc/workspace_v12/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang/Debug/syscfg" -o"syscfg/ti_enet_soc.o" "syscfg/ti_enet_soc.c"
    Finished building: "syscfg/ti_enet_soc.c"

    Building file: "syscfg/ti_enet_lwipif.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -I"C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/mcu_plus_sdk_am243x_10_00_00_20/source" -DSOC_AM243X -D_DEBUG_=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"syscfg/ti_enet_lwipif.d_raw" -MT"syscfg/ti_enet_lwipif.o" -I"C:/Users/jc/workspace_v12/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang/Debug/syscfg" -o"syscfg/ti_enet_lwipif.o" "syscfg/ti_enet_lwipif.c"
    Finished building: "syscfg/ti_enet_lwipif.c"

    Building file: "../gpio_led_blink.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -I"C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/mcu_plus_sdk_am243x_10_00_00_20/source" -DSOC_AM243X -D_DEBUG_=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"gpio_led_blink.d_raw" -MT"gpio_led_blink.o" -I"C:/Users/jc/workspace_v12/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang/Debug/syscfg" -o"gpio_led_blink.o" "../gpio_led_blink.c"
    Finished building: "../gpio_led_blink.c"

    Building file: "../main.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -I"C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/mcu_plus_sdk_am243x_10_00_00_20/source" -DSOC_AM243X -D_DEBUG_=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"main.d_raw" -MT"main.o" -I"C:/Users/jc/workspace_v12/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang/Debug/syscfg" -o"main.o" "../main.c"
    Finished building: "../main.c"

    Building target: "gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang.out"
    Invoking: Arm Linker
    "C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -DSOC_AM243X -D_DEBUG_=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wl,-m"gpio_led_blink.Debug.map" -Wl,-i"C:/ti/mcu_plus_sdk_am243x_10_00_00_20/source/kernel/nortos/lib" -Wl,-i"C:/ti/mcu_plus_sdk_am243x_10_00_00_20/source/drivers/lib" -Wl,-i"C:/ti/mcu_plus_sdk_am243x_10_00_00_20/source/board/lib" -Wl,-i"C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/lib" -Wl,--reread_libs -Wl,--diag_suppress=10063 -Wl,--diag_wrap=off -Wl,--display_error_number -Wl,--warn_sections -Wl,--xml_link_info="gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang_linkInfo.xml" -Wl,--ram_model -o "gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang.out" "./syscfg/ti_dpl_config.o" "./syscfg/ti_drivers_config.o" "./syscfg/ti_drivers_open_close.o" "./syscfg/ti_pinmux_config.o" "./syscfg/ti_power_clock_config.o" "./syscfg/ti_board_config.o" "./syscfg/ti_board_open_close.o" "./syscfg/ti_enet_config.o" "./syscfg/ti_enet_open_close.o" "./syscfg/ti_enet_soc.o" "./syscfg/ti_enet_lwipif.o" "./gpio_led_blink.o" "./main.o" -Wl,-l"syscfg/linker.cmd" -Wl,-lnortos.am243x.r5f.ti-arm-clang.debug.lib -Wl,-ldrivers.am243x.r5f.ti-arm-clang.debug.lib -Wl,-lboard.am243x.r5f.ti-arm-clang.debug.lib -Wl,-llibc.a -Wl,-llibsysbm.a
    Finished building target: "gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang.out"

    C:/ti/ccs1280/ccs/utils/bin/gmake -C C:\Users\jc\workspace_v12\gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang -f makefile_ccs_bootimage_gen OUTNAME=gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang PROFILE=Debug MCU_PLUS_SDK_PATH=C:/ti/mcu_plus_sdk_am243x_10_00_00_20 CG_TOOL_ROOT=C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS CCS_INSTALL_DIR=C:\ti\ccs1280\ccs CCS_IDE_MODE=desktop DEVICE=am243x
    Boot image: am243x:r5fss0-0:nortos:ti-arm-clang C:/Users/jc/workspace_v12/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang/Debug/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang.appimage ...
    C:\ti\ccs1280\ccs/tools/node/node C:/ti/mcu_plus_sdk_am243x_10_00_00_20/tools/boot/out2rprc/elf2rprc.js Debug/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang.out >> Debug/temp_stdout_Debug.txt
    C:\ti\ccs1280\ccs/utils/cygwin/cp gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang.rprc C:/Users/jc/workspace_v12/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang/Debug/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang.rprc
    C:\ti\ccs1280\ccs/utils/cygwin/cp C:/Users/jc/workspace_v12/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang/Debug/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang.rprc C:/Users/jc/workspace_v12/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang/Debug/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang.rprc_tmp
    C:\ti\ccs1280\ccs/utils/cygwin/rm -f C:/Users/jc/workspace_v12/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang/Debug/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang.rprc
    C:/ti/mcu_plus_sdk_am243x_10_00_00_20/tools/boot/xipGen/xipGen.exe -i C:/Users/jc/workspace_v12/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang/Debug/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang.rprc_tmp -o C:/Users/jc/workspace_v12/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang/Debug/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang.rprc -x C:/Users/jc/workspace_v12/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang/Debug/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang.rprc_xip --flash-start-addr 0x60000000 -v > Debug/temp_stdout_Debug.txt
    C:\ti\ccs1280\ccs/tools/node/node C:/ti/mcu_plus_sdk_am243x_10_00_00_20/tools/boot/multicoreImageGen/multicoreImageGen.js --devID 55 --out C:/Users/jc/workspace_v12/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang/Debug/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang.appimage C:/Users/jc/workspace_v12/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang/Debug/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang.rprc@4 >> Debug/temp_stdout_Debug.txt
    C:\ti\ccs1280\ccs/tools/node/node C:/ti/mcu_plus_sdk_am243x_10_00_00_20/tools/boot/multicoreImageGen/multicoreImageGen.js --devID 55 --out C:/Users/jc/workspace_v12/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang/Debug/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang.appimage_xip C:/Users/jc/workspace_v12/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang/Debug/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang.rprc_xip@4 >> Debug/temp_stdout_Debug.txt
    python C:/ti/mcu_plus_sdk_am243x_10_00_00_20/source/security/security_common/tools/boot/signing/appimage_x509_cert_gen.py --bin C:/Users/jc/workspace_v12/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang/Debug/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang.appimage --authtype 1 --key C:/ti/mcu_plus_sdk_am243x_10_00_00_20/source/security/security_common/tools/boot/signing/app_degenerateKey.pem --output C:/Users/jc/workspace_v12/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang/Debug/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang.appimage.hs_fs
    makefile_ccs_bootimage_gen:75: recipe for target 'all' failed
    process_begin: CreateProcess(NULL, python C:/ti/mcu_plus_sdk_am243x_10_00_00_20/source/security/security_common/tools/boot/signing/appimage_x509_cert_gen.py --bin C:/Users/jc/workspace_v12/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang/Debug/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang.appimage --authtype 1 --key C:/ti/mcu_plus_sdk_am243x_10_00_00_20/source/security/security_common/tools/boot/signing/app_degenerateKey.pem --output C:/Users/jc/workspace_v12/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang/Debug/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang.appimage.hs_fs, ...) failed.
    make (e=2): 系統找不到指定的檔案。

    gmake[3]: *** [all] Error 2
    gmake[2]: [post-build] Error 2 (ignored)
    makefile:167: recipe for target 'post-build' failed

    **** Build Finished ****

    Thank you very much for helping on this strange case.

    Best Regards,   JasonC

  • Hello Jason,

    From the above error logs, it seems like you do not have python installed in your system.

    Can you please check do you have python installed in your system?

    If yes, Are you able to run python command from any directory using command prompt?

    Regards,

    Tushar

  • Hello Tushar,

    Thank you very much. The python did not have an environment path. After path setup the CCS works.

    I try this set path on my second (backup) PC, but CCS still has error.

    I will re-install the CCS on that (2nd) PC today and see what happens.

    If it still doesn't work, I will post the Console message here.

    You provided a great help on my case.

    Best Regards, JasonC,

  • Hello Jason,

    The python did not have an environment path. After path setup the CCS works.

    Thanks for the above confirmation. If the original issue has been resolved we can close the thread.

    I will re-install the CCS on that (2nd) PC today and see what happens

    If you face different issue on the other PC.

    It is better to raise new thread so that it will not create confusion here, if someone else is also facing the same issue and following this thread.

    Regards,

    Tushar