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.

J784S4XEVM: Problem to use MMALIB Test

Part Number: J784S4XEVM

I am unable to execute the tests of MatrixMultiply_ixX_ixX_oxX.

I set up the following variables

$CGT7X_ROOT /opt/ti_compilers/ti-cgt-c7000_4.1.0.LTS
$CMAKE_CURRENT_LIST_DIR ./test_mmalib/ti-processor-sdk-rtos-j784s4-evm-11_01_01_01/mmalib_11_01_00_06
$CMAKE_SOURCE_DIR ./test_mmalib/ti-processor-sdk-rtos-j784s4-evm-11_01_01_01/mmalib_11_01_00_06
$KERNEL_NAME linalg_c7xmma/MMALIB_LINALG_matrixMatrixMultiply_ixX_ixX_oxX

My target is a J784S4EVM. First, I want to us test the 202 data file.

rm -rf build; cmake -S ./ -B ./build -DTARGET_PLATFORM= -DSOC=RESERVED -DDEVICE=C7120 -DBUILD_MODE=use_prebuilt_and_test -DMMALIB_DEBUGPRINT='1' -DKERNEL_NAME_TO_TEST=$KERNEL_NAME -DTEST_CASE=ALL -DBUILD_TYPE=debug ; cmake --build ./build

When a launch on my CCS env... in the console.Capture d’écran 2025-12-08 161105.jpg

Some can help me ?