Hello TI
The version of SDK I use: ti-processor-sdk-linux-rt-am62xx-evm-09.00.00.03
Compiling R5 results in the following error:
I execute the following command:
export PATH=/home/tronlong/am62x/arm-gnu-toolchain-11.3.rel1-x86_64-arm-none-linux-gnueabihf/bin:/home/tronlong/am62x/arm-gnu-toolchain-11.3.rel1-x86_64-aarch64-none-linux-gnu/bin:$PATH
mkdir output_image
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabihf- am62x_evm_r5_defconfig O=/home/tronlong/ti-processor-sdk-linux-rt-am62xx-evm-09.00.00.03/board-support/ti-u-boot/output_image/r5
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabihf- O=/home/tronlong/ti-processor-sdk-linux-rt-am62xx-evm-09.00.00.03/board-support/ti-u-boot/output_image/r5 BINMAN_INDIRS=/home/tronlong/ti-processor-sdk-linux-rt-am62xx-evm-09.00.00.03/board-support/prebuilt-images
I hope you can help.