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.

IWRL6432BOOST: Error: Exception occurred calling addInstance()

Part Number: IWRL6432BOOST
Other Parts Discussed in Thread: SYSCONFIG

So I am following the example in ti/MMWAVE_L_SDK_05_04_00_01/docs/api_guide_xwrL64xx/MAKEFILE_BUILD_PAGE.html and I get the following error:

make -C examples/drivers/epwm/epwm_duty_cycle/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang -f makefile all
make[2]: Entering directory '/home/user/ti/MMWAVE_L_SDK_05_04_00_01/examples/drivers/epwm/epwm_duty_cycle/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang'
Generating SysConfig files ...
/home/user/ti/sysconfig_1.17.0/nodejs/node /home/user/ti/sysconfig_1.17.0/dist/cli.js --product /home/user/ti/MMWAVE_L_SDK_05_04_00_01/.metadata/product.json --context m4fss0-0 --part Default --package FCCSP --output generated/ ../example.syscfg
Running script...
Error: Exception occurred calling addInstance()
    at cb (/home/user/ti/sysconfig_1.17.0/dist/webpack:/src/pinmux/services/scripting/runScript.ts:113:13)
    at Object.withDeprecatedAccess (/home/user/ti/sysconfig_1.17.0/dist/webpack:/src/pinmux/services/deprecatedAccessGuard.ts:14:10)
    at Object.runAsUserScript (/home/user/ti/sysconfig_1.17.0/dist/webpack:/src/pinmux/services/scripting/scriptingGuard.ts:49:3)
    at iteratee (/home/user/ti/sysconfig_1.17.0/dist/webpack:/src/pinmux/services/scripting/runScript.ts:109:5)
    at baseEach (/home/user/ti/sysconfig_1.17.0/dist/webpack:/node_modules/lodash/lodash.js:530:11)
    at Function.each (/home/user/ti/sysconfig_1.17.0/dist/webpack:/node_modules/lodash/lodash.js:9409:52)
    at iteratee (/home/user/ti/sysconfig_1.17.0/dist/webpack:/src/pinmux/services/scripting/runScript.ts:107:6)
    at baseEach (/home/user/ti/sysconfig_1.17.0/dist/webpack:/node_modules/lodash/lodash.js:530:11)
    at Function.each (/home/user/ti/sysconfig_1.17.0/dist/webpack:/node_modules/lodash/lodash.js:9409:52)
    at Object.t.runScripts (/home/user/ti/sysconfig_1.17.0/dist/webpack:/src/pinmux/services/scripting/runScript.ts:93:4)
make[2]: *** [makefile:205: syscfg] Error 1
make[2]: Leaving directory '/home/user/ti/MMWAVE_L_SDK_05_04_00_01/examples/drivers/epwm/epwm_duty_cycle/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang'
make[1]: *** [makefile.xwrL64xx:1639: sbl] Error 2
make[1]: Leaving directory '/home/user/ti/MMWAVE_L_SDK_05_04_00_01'
make: *** [makefile.xwrL64xx:22: all] Error 2


The command I use is:

user@userspace:~/ti/MMWAVE_L_SDK_05_04_00_01$ make -f makefile.xwrL64xx all PROFILE=release

It runs well for awhile (note that the following is with the -s silent option set):

Generating SysConfig files ...
Running script...
Validating...
Generating Code (example.syscfg)...
Writing /home/user/ti/MMWAVE_L_SDK_05_04_00_01/examples/drivers/edma/edma_polled_transfer/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang/generated/ti_dpl_config.c...
Writing /home/user/ti/MMWAVE_L_SDK_05_04_00_01/examples/drivers/edma/edma_polled_transfer/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang/generated/ti_dpl_config.h...
Writing /home/user/ti/MMWAVE_L_SDK_05_04_00_01/examples/drivers/edma/edma_polled_transfer/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang/generated/ti_drivers_config.c...
Writing /home/user/ti/MMWAVE_L_SDK_05_04_00_01/examples/drivers/edma/edma_polled_transfer/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang/generated/ti_drivers_config.h...
Writing /home/user/ti/MMWAVE_L_SDK_05_04_00_01/examples/drivers/edma/edma_polled_transfer/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang/generated/ti_drivers_open_close.c...
Writing /home/user/ti/MMWAVE_L_SDK_05_04_00_01/examples/drivers/edma/edma_polled_transfer/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang/generated/ti_drivers_open_close.h...
Writing /home/user/ti/MMWAVE_L_SDK_05_04_00_01/examples/drivers/edma/edma_polled_transfer/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang/generated/ti_pinmux_config.c...
Writing /home/user/ti/MMWAVE_L_SDK_05_04_00_01/examples/drivers/edma/edma_polled_transfer/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang/generated/ti_power_clock_config.c...
Writing /home/user/ti/MMWAVE_L_SDK_05_04_00_01/examples/drivers/edma/edma_polled_transfer/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang/generated/ti_board_config.c...
Writing /home/user/ti/MMWAVE_L_SDK_05_04_00_01/examples/drivers/edma/edma_polled_transfer/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang/generated/ti_board_config.h...
Writing /home/user/ti/MMWAVE_L_SDK_05_04_00_01/examples/drivers/edma/edma_polled_transfer/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang/generated/ti_board_open_close.c...
Writing /home/user/ti/MMWAVE_L_SDK_05_04_00_01/examples/drivers/edma/edma_polled_transfer/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang/generated/ti_board_open_close.h...
Writing /home/user/ti/MMWAVE_L_SDK_05_04_00_01/examples/drivers/edma/edma_polled_transfer/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang/generated/ti_cli_mpd_demo_config.h...
Writing /home/user/ti/MMWAVE_L_SDK_05_04_00_01/examples/drivers/edma/edma_polled_transfer/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang/generated/ti_cli_mmwave_demo_config.h...
Compiling: xwrL64xx:m4fss0-0:nortos:ti-arm-clang edma_polled_transfer.release.out: ../../../edma_polled_transfer.c
Compiling: xwrL64xx:m4fss0-0:nortos:ti-arm-clang edma_polled_transfer.release.out: ../main.c
Compiling: xwrL64xx:m4fss0-0:nortos:ti-arm-clang edma_polled_transfer.release.out: generated/ti_drivers_config.c
Compiling: xwrL64xx:m4fss0-0:nortos:ti-arm-clang edma_polled_transfer.release.out: generated/ti_drivers_open_close.c
Compiling: xwrL64xx:m4fss0-0:nortos:ti-arm-clang edma_polled_transfer.release.out: generated/ti_board_config.c
Compiling: xwrL64xx:m4fss0-0:nortos:ti-arm-clang edma_polled_transfer.release.out: generated/ti_board_open_close.c
Compiling: xwrL64xx:m4fss0-0:nortos:ti-arm-clang edma_polled_transfer.release.out: generated/ti_dpl_config.c
Compiling: xwrL64xx:m4fss0-0:nortos:ti-arm-clang edma_polled_transfer.release.out: generated/ti_pinmux_config.c
Compiling: xwrL64xx:m4fss0-0:nortos:ti-arm-clang edma_polled_transfer.release.out: generated/ti_power_clock_config.c
.
Linking: xwrL64xx:m4fss0-0:nortos:ti-arm-clang edma_polled_transfer.release.out ...
Linking: xwrL64xx:m4fss0-0:nortos:ti-arm-clang edma_polled_transfer.release.out Done !!!
.
Boot image: xwrL64xx:m4fss0-0:nortos:ti-arm-clang /home/user/ti/MMWAVE_L_SDK_05_04_00_01/examples/drivers/edma/edma_polled_transfer/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang/edma_polled_transfer.release.appimage ...
Boot image: xwrL64xx:m4fss0-0:nortos:ti-arm-clang /home/user/ti/MMWAVE_L_SDK_05_04_00_01/examples/drivers/edma/edma_polled_transfer/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang/edma_polled_transfer.release.appimage Done !!!
.
Generating SysConfig files ...
Running script...
Validating...
Generating Code (example.syscfg)...
Writing /home/user/ti/MMWAVE_L_SDK_05_04_00_01/examples/drivers/edma/edma_polled_transfer/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang/generated/ti_dpl_config.c...
Writing /home/user/ti/MMWAVE_L_SDK_05_04_00_01/examples/drivers/edma/edma_polled_transfer/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang/generated/ti_dpl_config.h...
Writing /home/user/ti/MMWAVE_L_SDK_05_04_00_01/examples/drivers/edma/edma_polled_transfer/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang/generated/ti_drivers_config.c...
Writing /home/user/ti/MMWAVE_L_SDK_05_04_00_01/examples/drivers/edma/edma_polled_transfer/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang/generated/ti_drivers_config.h...
Writing /home/user/ti/MMWAVE_L_SDK_05_04_00_01/examples/drivers/edma/edma_polled_transfer/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang/generated/ti_drivers_open_close.c...
Writing /home/user/ti/MMWAVE_L_SDK_05_04_00_01/examples/drivers/edma/edma_polled_transfer/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang/generated/ti_drivers_open_close.h...
Writing /home/user/ti/MMWAVE_L_SDK_05_04_00_01/examples/drivers/edma/edma_polled_transfer/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang/generated/ti_pinmux_config.c...
Writing /home/user/ti/MMWAVE_L_SDK_05_04_00_01/examples/drivers/edma/edma_polled_transfer/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang/generated/ti_power_clock_config.c...
Writing /home/user/ti/MMWAVE_L_SDK_05_04_00_01/examples/drivers/edma/edma_polled_transfer/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang/generated/ti_board_config.c...
Writing /home/user/ti/MMWAVE_L_SDK_05_04_00_01/examples/drivers/edma/edma_polled_transfer/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang/generated/ti_board_config.h...
Writing /home/user/ti/MMWAVE_L_SDK_05_04_00_01/examples/drivers/edma/edma_polled_transfer/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang/generated/ti_board_open_close.c...
Writing /home/user/ti/MMWAVE_L_SDK_05_04_00_01/examples/drivers/edma/edma_polled_transfer/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang/generated/ti_board_open_close.h...
Writing /home/user/ti/MMWAVE_L_SDK_05_04_00_01/examples/drivers/edma/edma_polled_transfer/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang/generated/ti_cli_mpd_demo_config.h...
Writing /home/user/ti/MMWAVE_L_SDK_05_04_00_01/examples/drivers/edma/edma_polled_transfer/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang/generated/ti_cli_mmwave_demo_config.h...
Compiling: xwrL64xx:m4fss0-0:freertos:ti-arm-clang edma_polled_transfer.release.out: ../../../edma_polled_transfer.c
Compiling: xwrL64xx:m4fss0-0:freertos:ti-arm-clang edma_polled_transfer.release.out: ../main.c
Compiling: xwrL64xx:m4fss0-0:freertos:ti-arm-clang edma_polled_transfer.release.out: generated/ti_drivers_config.c
Compiling: xwrL64xx:m4fss0-0:freertos:ti-arm-clang edma_polled_transfer.release.out: generated/ti_drivers_open_close.c
Compiling: xwrL64xx:m4fss0-0:freertos:ti-arm-clang edma_polled_transfer.release.out: generated/ti_board_config.c
Compiling: xwrL64xx:m4fss0-0:freertos:ti-arm-clang edma_polled_transfer.release.out: generated/ti_board_open_close.c
Compiling: xwrL64xx:m4fss0-0:freertos:ti-arm-clang edma_polled_transfer.release.out: generated/ti_dpl_config.c
Compiling: xwrL64xx:m4fss0-0:freertos:ti-arm-clang edma_polled_transfer.release.out: generated/ti_pinmux_config.c
Compiling: xwrL64xx:m4fss0-0:freertos:ti-arm-clang edma_polled_transfer.release.out: generated/ti_power_clock_config.c
.
Linking: xwrL64xx:m4fss0-0:freertos:ti-arm-clang edma_polled_transfer.release.out ...
Linking: xwrL64xx:m4fss0-0:freertos:ti-arm-clang edma_polled_transfer.release.out Done !!!
.
Boot image: xwrL64xx:m4fss0-0:freertos:ti-arm-clang /home/user/ti/MMWAVE_L_SDK_05_04_00_01/examples/drivers/edma/edma_polled_transfer/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang/edma_polled_transfer.release.appimage ...
Boot image: xwrL64xx:m4fss0-0:freertos:ti-arm-clang /home/user/ti/MMWAVE_L_SDK_05_04_00_01/examples/drivers/edma/edma_polled_transfer/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang/edma_polled_transfer.release.appimage Done !!!
.

But after that last line I get the error I mentioned.

Any idea what is going wrong? What is this addInstance() and what does it mean exactly that "an exception" occurred when calling it? Why does it need to be called exactly? How can I fix this issue and build everything?

I am running Ubuntu 22.04 and the docs tell me to use SysConfig 1.17 which I am using.

  • Hello, 

    Have you confirmed that you have completed this step to install Mono Runtime? This is a required step in the setup of MMWAVE L SDK for linux systems. 

    This documentation can be found here under the Getting Started section. 

    Best Regards,

    Josh



  • Yeah that is installed...am I using the wrong  version? 

    user@userspace:~/ti/MMWAVE_L_SDK_05_04_00_01$ sudo apt install mono-runtime
    [sudo] password for user: 
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    mono-runtime is already the newest version (6.8.0.105+dfsg-3.2).
    0 upgraded, 0 newly installed, 0 to remove and 59 not upgraded

  • Hi, 

    The version you are using should be fine. 

    Taking a step back, do you notice that the build is failing for multiple/all examples or does the failure only occur with the epwm driver example?

    You can run the command below to see a list of all build targets. Can you try building some of the other examples individually and let me know if you see the same error?

    make -s help

    Best Regards,

    Josh



  • Here is a script I wrote to tell us what targets succeed and which don't:

    #!/bin/bash
    
    # Function to run a make command and check its status
    run_make_command() {
        make_command=$1
        echo "Running command: $make_command"
        output=$($make_command 2>&1)
        exit_code=$?
    
        if [ $exit_code -eq 0 ]; then
            if echo "$output" | grep -q "Done !!!"; then
                echo "Command succeeded"
            else
                echo "Command failed with unexpected output"
            fi
        else
            if echo "$output" | grep -q "Error: Exception occurred"; then
                echo "Command failed with an exception"
            else
                echo "Command failed with exit code $exit_code"
            fi
        fi
    
        echo "----------------------"
    }
    
    # Read the make commands from the input
    while read -r make_command; do
        run_make_command "$make_command"
    done < commands.txt


    The commands.txt file looks like:

    make -s -C examples/alg/caponBeamforming/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/alg/caponBeamforming/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/alg/caponBeamforming2D/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/alg/caponBeamforming2D/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/alg/featExtract/rangeDopplerBased/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/alg/featExtract/rangeDopplerBased/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/alg/featExtract/spectrumBased/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/alg/featExtract/spectrumBased/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/alg/classifier/gestureClassifier/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/alg/classifier/gestureClassifier/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/alg/classifier/targetClassifier/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/alg/classifier/targetClassifier/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/datapath/aoaproc/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/datapath/aoaproc/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/datapath/dopplerproc/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/datapath/dopplerproc/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/datapath/rangeproc/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/datapath/rangeproc/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/datapath/doaproc/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/datapath/doaproc/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/datapath/zoomproc/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/drivers/boot/sbl/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/control/mmwave/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/drivers/boot/spibooting/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/drivers/crc/crc_16bit/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/drivers/crc/crc_16bit/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/drivers/crc/crc_full_cpu/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/drivers/crc/crc_full_cpu/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/drivers/i2c/i2c_read/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/drivers/i2c/i2c_read/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/drivers/i2c/i2c_temperature/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/drivers/i2c/i2c_temperature/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/drivers/edma/edma_chain_transfer/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/drivers/edma/edma_chain_transfer/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/drivers/edma/edma_interrupt_transfer/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/drivers/edma/edma_interrupt_transfer/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/drivers/edma/edma_link_transfer/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/drivers/edma/edma_link_transfer/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/drivers/edma/edma_polled_transfer/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/drivers/edma/edma_polled_transfer/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/drivers/epwm/epwm_duty_cycle/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/drivers/epwm/epwm_duty_cycle/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/drivers/gpio/gpio_input_interrupt/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/drivers/gpio/gpio_input_interrupt/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/drivers/gpio/gpio_led_blink/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/drivers/gpio/gpio_led_blink/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/drivers/hwa/hwa_real_fft/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/drivers/hwa/hwa_real_fft/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/drivers/hwa/hwa_dc_sub/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/drivers/hwa/hwa_dc_sub/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/drivers/hwa/hwa_fft1D/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/drivers/hwa/hwa_compression/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/drivers/hwa/hwa_compression/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/drivers/lin/lin_external/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/drivers/lin/lin_external/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/drivers/lin/lin_external_responder_interrupts/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/drivers/lin/lin_external_responder_interrupts/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/drivers/lin/lin_loopback_interrupts/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/drivers/lin/lin_loopback_interrupts/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/drivers/lin/lin_loopback_polling/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/drivers/lin/lin_loopback_polling/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/drivers/lin/lin_sci_dma/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/drivers/lin/lin_sci_dma/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/drivers/lin/lin_sci_loopback/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/drivers/lin/lin_sci_loopback/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/drivers/mcspi/mcspi_loopback/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/drivers/mcspi/mcspi_loopback/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/drivers/mcspi/mcspi_loopback_dma/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/drivers/mcspi/mcspi_loopback_dma/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/drivers/power/power_modes/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/drivers/mcan/mcan_external_read_write/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/drivers/mcan/mcan_external_read_write/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/drivers/mcan/mcan_loopback_dma_lld/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/drivers/mcan/mcan_loopback_interrupt/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/drivers/mcan/mcan_loopback_interrupt/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/drivers/mcan/mcan_loopback_polling/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/drivers/mcan/mcan_loopback_polling/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/drivers/qspi/qspi_flash_diag/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/drivers/qspi/qspi_flash_diag/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/drivers/qspi/qspi_flash_dma_transfer/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/drivers/qspi/qspi_flash_dma_transfer/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/drivers/qspi/qspi_flash_transfer/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/drivers/qspi/qspi_flash_transfer/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/drivers/uart/uart_echo/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/drivers/uart/uart_echo/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/drivers/uart/uart_echo_callback/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/drivers/uart/uart_echo_callback/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/drivers/uart/uart_echo_dma/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/drivers/uart/uart_echo_dma/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/drivers/watchdog/watchdog_interrupt/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/drivers/watchdog/watchdog_interrupt/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/drivers/watchdog/watchdog_reset/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/drivers/watchdog/watchdog_reset/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/cmsis-dsp/arm_matrix_example/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/cmsis-dsp/arm_matrix_example/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/cmsis-dsp/arm_sin_cos_example/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/cmsis-dsp/arm_sin_cos_example/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/cmsis-dsp/arm_variance_example/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/cmsis-dsp/arm_variance_example/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/empty/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/empty/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/hello_world/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/hello_world/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/hello_world_cpp/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/hello_world_cpp/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/kernel/dpl/dpl_demo/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/kernel/dpl/dpl_demo/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/kernel/freertos/posix_demo/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/kernel/freertos/task_switch/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/mmw_demo/motion_and_presence_detection/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/mmw_demo/mmwave_demo/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/drivers/sharedmemory/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang 
    make -s -C examples/drivers/sharedmemory/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 
    make -s -C examples/ripple_demo/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang 

    So all the examples. When I run it, I get:

    Running command: make -s -C examples/alg/caponBeamforming/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/alg/caponBeamforming/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/alg/caponBeamforming2D/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/alg/caponBeamforming2D/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/alg/featExtract/rangeDopplerBased/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/alg/featExtract/rangeDopplerBased/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/alg/featExtract/spectrumBased/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/alg/featExtract/spectrumBased/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/alg/classifier/gestureClassifier/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/alg/classifier/gestureClassifier/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/alg/classifier/targetClassifier/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/alg/classifier/targetClassifier/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/datapath/aoaproc/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/datapath/aoaproc/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/datapath/dopplerproc/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/datapath/dopplerproc/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/datapath/rangeproc/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/datapath/rangeproc/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/datapath/doaproc/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/datapath/doaproc/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/datapath/zoomproc/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/boot/sbl/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/control/mmwave/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/boot/spibooting/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/crc/crc_16bit/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/crc/crc_16bit/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/crc/crc_full_cpu/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/crc/crc_full_cpu/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/i2c/i2c_read/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/i2c/i2c_read/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/i2c/i2c_temperature/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/i2c/i2c_temperature/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/edma/edma_chain_transfer/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/edma/edma_chain_transfer/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/edma/edma_interrupt_transfer/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/edma/edma_interrupt_transfer/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/edma/edma_link_transfer/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/edma/edma_link_transfer/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/edma/edma_polled_transfer/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/edma/edma_polled_transfer/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/epwm/epwm_duty_cycle/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command failed with an exception
    ----------------------
    Running command: make -s -C examples/drivers/epwm/epwm_duty_cycle/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command failed with an exception
    ----------------------
    Running command: make -s -C examples/drivers/gpio/gpio_input_interrupt/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/gpio/gpio_input_interrupt/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/gpio/gpio_led_blink/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/gpio/gpio_led_blink/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/hwa/hwa_real_fft/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/hwa/hwa_real_fft/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/hwa/hwa_dc_sub/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/hwa/hwa_dc_sub/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/hwa/hwa_fft1D/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/hwa/hwa_compression/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/hwa/hwa_compression/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/lin/lin_external/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/lin/lin_external/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/lin/lin_external_responder_interrupts/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/lin/lin_external_responder_interrupts/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/lin/lin_loopback_interrupts/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/lin/lin_loopback_interrupts/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/lin/lin_loopback_polling/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/lin/lin_loopback_polling/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/lin/lin_sci_dma/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/lin/lin_sci_dma/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/lin/lin_sci_loopback/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/lin/lin_sci_loopback/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/mcspi/mcspi_loopback/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/mcspi/mcspi_loopback/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/mcspi/mcspi_loopback_dma/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/mcspi/mcspi_loopback_dma/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/power/power_modes/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/mcan/mcan_external_read_write/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/mcan/mcan_external_read_write/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/mcan/mcan_loopback_dma_lld/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/mcan/mcan_loopback_interrupt/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/mcan/mcan_loopback_interrupt/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/mcan/mcan_loopback_polling/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/mcan/mcan_loopback_polling/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/qspi/qspi_flash_diag/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/qspi/qspi_flash_diag/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/qspi/qspi_flash_dma_transfer/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/qspi/qspi_flash_dma_transfer/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/qspi/qspi_flash_transfer/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/qspi/qspi_flash_transfer/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/uart/uart_echo/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/uart/uart_echo/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/uart/uart_echo_callback/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/uart/uart_echo_callback/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/uart/uart_echo_dma/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/uart/uart_echo_dma/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/watchdog/watchdog_interrupt/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/watchdog/watchdog_interrupt/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/watchdog/watchdog_reset/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/watchdog/watchdog_reset/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/cmsis-dsp/arm_matrix_example/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/cmsis-dsp/arm_matrix_example/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/cmsis-dsp/arm_sin_cos_example/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/cmsis-dsp/arm_sin_cos_example/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/cmsis-dsp/arm_variance_example/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/cmsis-dsp/arm_variance_example/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/empty/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/empty/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/hello_world/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/hello_world/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/hello_world_cpp/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/hello_world_cpp/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/kernel/dpl/dpl_demo/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/kernel/dpl/dpl_demo/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/kernel/freertos/posix_demo/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/kernel/freertos/task_switch/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/mmw_demo/motion_and_presence_detection/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/mmw_demo/mmwave_demo/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/sharedmemory/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Command succeeded
    ----------------------
    Running command: make -s -C examples/drivers/sharedmemory/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Command succeeded
    ----------------------

    In other words, the following commands failed, and this is how:

    make -s -C examples/drivers/epwm/epwm_duty_cycle/xwrL64xx-evm/m4fss0-0_nortos/ti-arm-clang
    Generating SysConfig files ...
    Running script...
    Error: Exception occurred calling addInstance()
        at cb (/home/user/ti/sysconfig_1.17.0/dist/webpack:/src/pinmux/services/scripting/runScript.ts:113:13)
        at Object.withDeprecatedAccess (/home/user/ti/sysconfig_1.17.0/dist/webpack:/src/pinmux/services/deprecatedAccessGuard.ts:14:10)
        at Object.runAsUserScript (/home/user/ti/sysconfig_1.17.0/dist/webpack:/src/pinmux/services/scripting/scriptingGuard.ts:49:3)
        at iteratee (/home/user/ti/sysconfig_1.17.0/dist/webpack:/src/pinmux/services/scripting/runScript.ts:109:5)
        at baseEach (/home/user/ti/sysconfig_1.17.0/dist/webpack:/node_modules/lodash/lodash.js:530:11)
        at Function.each (/home/user/ti/sysconfig_1.17.0/dist/webpack:/node_modules/lodash/lodash.js:9409:52)
        at iteratee (/home/user/ti/sysconfig_1.17.0/dist/webpack:/src/pinmux/services/scripting/runScript.ts:107:6)
        at baseEach (/home/user/ti/sysconfig_1.17.0/dist/webpack:/node_modules/lodash/lodash.js:530:11)
        at Function.each (/home/user/ti/sysconfig_1.17.0/dist/webpack:/node_modules/lodash/lodash.js:9409:52)
        at Object.t.runScripts (/home/user/ti/sysconfig_1.17.0/dist/webpack:/src/pinmux/services/scripting/runScript.ts:93:4)
    make: *** [makefile:205: syscfg] Error 1
    
    
    make -s -C examples/drivers/epwm/epwm_duty_cycle/xwrL64xx-evm/m4fss0-0_freertos/ti-arm-clang
    Generating SysConfig files ...
    Running script...
    Error: Exception occurred calling addInstance()
        at cb (/home/user/ti/sysconfig_1.17.0/dist/webpack:/src/pinmux/services/scripting/runScript.ts:113:13)
        at Object.withDeprecatedAccess (/home/user/ti/sysconfig_1.17.0/dist/webpack:/src/pinmux/services/deprecatedAccessGuard.ts:14:10)
        at Object.runAsUserScript (/home/user/ti/sysconfig_1.17.0/dist/webpack:/src/pinmux/services/scripting/scriptingGuard.ts:49:3)
        at iteratee (/home/user/ti/sysconfig_1.17.0/dist/webpack:/src/pinmux/services/scripting/runScript.ts:109:5)
        at baseEach (/home/user/ti/sysconfig_1.17.0/dist/webpack:/node_modules/lodash/lodash.js:530:11)
        at Function.each (/home/user/ti/sysconfig_1.17.0/dist/webpack:/node_modules/lodash/lodash.js:9409:52)
        at iteratee (/home/user/ti/sysconfig_1.17.0/dist/webpack:/src/pinmux/services/scripting/runScript.ts:107:6)
        at baseEach (/home/user/ti/sysconfig_1.17.0/dist/webpack:/node_modules/lodash/lodash.js:530:11)
        at Function.each (/home/user/ti/sysconfig_1.17.0/dist/webpack:/node_modules/lodash/lodash.js:9409:52)
        at Object.t.runScripts (/home/user/ti/sysconfig_1.17.0/dist/webpack:/src/pinmux/services/scripting/runScript.ts:93:4)
    make: *** [makefile:208: syscfg] Error 1

    I hope that was helpfiul.

    Also I noticed that when I do:

    make -s -f makefile.xwrL64xx clean
    make -s -f makefile.xwrL64xx libs

    nothing happens....is this expected?


  • Hello, 

    Thank you for sharing this information, it is very helpful indeed. So it seems that only the EPWM driver example (nortos and freertos versions) fails to build. I am trying to acquire an Ubuntu 22.04 machine so that I might replicate this issue on my end but it may take me a day or two. Is this example critical to your development at this time? If so, is it practical to switch to a Windows environment?

    Also I noticed that when I do:

    Fullscreen
    1
    2
    make -s -f makefile.xwrL64xx clean
    make -s -f makefile.xwrL64xx libs
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    nothing happens....is this expected?

    This is also strange indeed and unexpected. Similar to before, if you build/clean each library individually do you see the same issue of nothing happening?

    Regards,

    Josh

  • Hello, 

    I was actually able to replicate the issue on an Ubuntu 20.04 machine. Upgrading to Sysconfig 1.18 resolved the issue for me. I apologize for the confusion, I am putting in a ticket to have the documentation updated to recommend Sysconfig 1.18 for Linux systems. 

    Also, if you do upgrade to Sysconfig 1.18, ensure that you update the syscfg path variable in imports.mak as well. 

    Best Regards,

    Josh



  • That worked! Thanks :-) 

    Thanks for updating the documentation as well.