Dear TI.
I want to test the mcusw/mcuss_demos/profiling/cddIpcRProcLinux.
On the SDK8.00(ti-processor-sdk-rtos-j721e-evm-08_00_00_12).
I can compile the cddIpcRProcLinux by the below command on mcusw/build/
>> $ make -s cdd_ipc_profile_app_rc_linux MCUSW_UART_ENABLE=TRUE BOARD=j721e_evm SOC=j721e BUILD_PROFILE=release CORE=mcu1_0 BUILD_OS_TYPE=tirtos
but, on the SDK8.01(ti-processor-sdk-rtos-j721e-evm-08_01_00_13),
that cddIpcRProcLinux is not compiled.
>> $ make -s cdd_ipc_profile_app_rc_linux MCUSW_UART_ENABLE=TRUE BOARD=j721e_evm SOC=j721e BUILD_PROFILE=release CORE=mcu1_0 BUILD_OS_TYPE=freertos
>> ....
>> ....
>> # Compiling j721e_evm:j721e:mcu1_0:release:cdd_ipc_profile_app_rc_linux:main_tirtos.c
>> main_tirtos.c:73:10: fatal error: 'xdc/std.h' file not found
>> #include <xdc/std.h>
>> ^~~~~~~~~~~
>> 1 error generated.
>> ....
I was tried to modified the code for remove that error.
but, the other many errors was happend.
can I get the working code of the cddIpcRProcLinux on SDK8.01(ti-processor-sdk-rtos-j721e-evm-08_01_00_13).
please check it.
thank you.