Part Number: PROCESSOR-SDK-J721E
Hello!
I'm trying to build the `can_boot_app_mcu_rtos ` application for the J721e_evm, but I'm getting below error.
make[2]: *** No rule to make target 'mcu_only_app.c', needed by '/home/shirisha/ti-processor-sdk-rtos-j721e-evm-09_01_00_06/mcusw/binary/can_boot_app_mcu_rtos/obj/j721e_evm/mcu1_0/release/mcu_only_app.oer5f'. Stop.
Can someone please help on this?
I'm currently trying the following steps:
shirisha@shirisha:~/ti-processor-sdk-rtos-j721e-evm-09_01_00_06$ cd mcusw/build/
shirisha@shirisha:~/ti-processor-sdk-rtos-j721e-evm-09_01_00_06/mcusw/build$ make -s -j can_boot_app_mcu_rtos BOARD=j721e_evm SOC=j721e BOOTMODE=mmcsd BUILD_PROFILE=release CORE=mcu1_0 BUILD_OS_TYPE=freertos
# Check and update: src/version/rmpmhal_version.h
Nothing to be done for j721e i2c_profile_indp
Nothing to be done for j721e i2c_icss0
Nothing to be done for j721e i2c_profile
Nothing to be done for j721e i2c_indp
Nothing to be done for j721e fatfs_multi_indp
# Check and update: src/version/sciserver_version.h
Building MCUSW CAN Boot App with BISTFUNC=disabled, BOOTFUNC=enabled, HLOSBOOT=none, BOOTMODE=mmcsd, CANFUNC=can_fast_response, DEVICETYPE=GP, BUILD_OS_TYPE=freertos, ENABLE_OSPI_DMA=no and MCUONLYFUNC=enabled
Building MCUSW CAN Boot App with BISTFUNC=disabled, BOOTFUNC=enabled, HLOSBOOT=none, BOOTMODE=mmcsd, CANFUNC=can_fast_response, DEVICETYPE=GP, BUILD_OS_TYPE=freertos, ENABLE_OSPI_DMA=no and MCUONLYFUNC=enabled
Building MCUSW CAN Boot App with BISTFUNC=disabled, BOOTFUNC=enabled, HLOSBOOT=none, BOOTMODE=mmcsd, CANFUNC=can_fast_response, DEVICETYPE=GP, BUILD_OS_TYPE=freertos, ENABLE_OSPI_DMA=no and MCUONLYFUNC=enabled
make[2]: *** No rule to make target 'mcu_only_app.c', needed by '/home/shirisha/ti-processor-sdk-rtos-j721e-evm-09_01_00_06/mcusw/binary/can_boot_app_mcu_rtos/obj/j721e_evm/mcu1_0/release/mcu_only_app.oer5f'. Stop.
make[1]: *** [/home/shirisha/ti-processor-sdk-rtos-j721e-evm-09_01_00_06/pdk_jacinto_09_01_00_22/packages/ti/build/makerules/common.mk:411: mcu1_0] Error 2
make: *** [makefile:204: can_boot_app_mcu_rtos] Error 2
shirisha@shirisha:~/ti-processor-sdk-rtos-j721e-evm-09_01_00_06/mcusw/build$