Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi Ti
I have install ti-cgt-armllvm_3.2.2.LTS and sysconfig_1.24.0 and CCSTUDIO in my ubuntu
I use CCSTUDIO build is ok , But I use makefiles build is errors
Then I build R5 source code use makefiles as the https://software-dl.ti.com/mcu-plus-sdk/esd/AM62PX/latest/exports/docs/api_guide_am62px/GETTING_STARTED_BUILD.html#autotoc_md22
But there are some errors
there is the make log , you can check it
tisdk@tisdk-YangTianM4000e-16:~/ti$ ls bin opti-share ti-cgt-armllvm_3.2.2.LTS ccs2020 README.html ti_cgt_armllvm_3.2.2.LTS_linux-x64_installer.bin gcc-arm-9.2-2019.12-x86_64-aarch64-none-elf sysconfig_1.20.0 ti_cgt_armllvm_3.2.2.LTS_linux-x64_installer_install.log include sysconfig_1.23.0 ti_cgt_armllvm_3.2.2.LTS_uninstaller.dat lib sysconfig_1.24.0 ti_cgt_armllvm_3.2.2.LTS_uninstaller.run mcu_plus_sdk_am62px_11_00_00_16 TI_Arm_Clang_Compiler_3.2.1_manifest.html mcu_plus_sdk_am62px_11_01_00_16 TI_ARM_CLANG_RTS_3_2_0_LTS-69b07677-0ad6-43f8-949c-09e15329caaf.spdx tisdk@tisdk-YangTianM4000e-16:~/ti$ cd mcu_plus_sdk_am62px_11_00_00_16 tisdk@tisdk-YangTianM4000e-16:~/ti/mcu_plus_sdk_am62px_11_00_00_16$ make -s -C examples/hello_world/am62px-sk/mcu-r5fss0-0_freertos/ti-arm-clang Compiling: am62px:mcu-r5fss0-0:freertos:ti-arm-clang hello_world.release.out: ../../../hello_world.c make: /home/tisdk/ti/ti-cgt-armllvm_4.0.1.LTS/bin/tiarmclang: No such file or directory make: *** [makefile:159: hello_world.obj] Error 127 tisdk@tisdk-YangTianM4000e-16:~/ti/mcu_plus_sdk_am62px_11_00_00_16$
Thanks