Part Number:TDA4VM
I run the command as follows
$ cd yocto-build
$ ./oe-layertool-setup.sh -f ./configs/processor-sdk-linux/processor-sdk-linux-08_05_00.txt
$cd build
$echo "INHERIT += \"own-mirrors\"" >> conf/local.conf$echo "SOURCE_MIRROR_URL = \""">software-dl.ti.com/.../\"" >> conf/local.conf$echo "ARAGO_BRAND = \"psdkla\"" >> conf/local.conf$echo "DISTRO_FEATURES_append = \" virtualization\"" >> conf/local.conf$. conf/setenv
$ MACHINE=j7-evm bitbake -k tisdk-default-image
error log:
WARNING: Layer meta-psdkla should set LAYERSERIES_COMPAT_meta-psdkla in its conf/layer.conf file to list the core layer names it is compatible with.
ERROR: Failed to obtain external Arm toolchain version: Execution of '/opt/gcc-arm-9.2-ti2020.01-armv5-x86_64-arm-none-linux-gnueabi/bin/arm-none-linux-gnueabi-gcc -v' failed: command not found
ERROR: Failed to obtain external Arm toolchain version: Execution of '/opt/gcc-arm-9.2-ti2020.01-armv5-x86_64-arm-none-linux-gnueabi/bin/arm-none-linux-gnueabi-gcc -v' failed: command not found
ERROR: Failed to obtain external Arm toolchain version: Execution of '/opt/gcc-arm-9.2-ti2020.01-armv5-x86_64-arm-none-linux-gnueabi/bin/arm-none-linux-gnueabi-gcc -v' failed: command not found
ERROR: Failed to obtain external Arm toolchain version: Execution of '/opt/gcc-arm-9.2-ti2020.01-armv5-x86_64-arm-none-linux-gnueabi/bin/arm-none-linux-gnueabi-gcc -v' failed: command not found
NOTE: Started PRServer with DBfile: /home/work/ti-processor-sdk-linux-j7-evm-08_05_00_08/yocto-build/build/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 44399, PID: 531332
WARNING: Layer meta-psdkla should set LAYERSERIES_COMPAT_meta-psdkla in its conf/layer.conf file to list the core layer names it is compatible with.
ERROR: Failed to obtain external Arm toolchain version: Execution of '/opt/gcc-arm-9.2-ti2020.01-armv5-x86_64-arm-none-linux-gnueabi/bin/arm-none-linux-gnueabi-gcc -v' failed: command not found
ERROR: Failed to obtain external Arm toolchain version: Execution of '/opt/gcc-arm-9.2-ti2020.01-armv5-x86_64-arm-none-linux-gnueabi/bin/arm-none-linux-gnueabi-gcc -v' failed: command not found
ERROR: Failed to obtain external Arm toolchain version: Execution of '/opt/gcc-arm-9.2-ti2020.01-armv5-x86_64-arm-none-linux-gnueabi/bin/arm-none-linux-gnueabi-gcc -v' failed: command not found
ERROR: Failed to obtain external Arm toolchain version: Execution of '/opt/gcc-arm-9.2-ti2020.01-armv5-x86_64-arm-none-linux-gnueabi/bin/arm-none-linux-gnueabi-gcc -v' failed: command not found
Loading cache: 100% |#############################################################| Time: 0:00:00
Loaded 4297 entries from dependency cache.
ERROR: Nothing PROVIDES 'tisdk-default-image'
tisdk-default-image was skipped: incompatible with machine arago (not in COMPATIBLE_MACHINE)
NOTE: Resolving any missing task queue dependencies
Build Configuration:
BB_VERSION = "1.46.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "ubuntu-20.04"
TARGET_SYS = "arm-linux-gnueabi"
MACHINE = "arago"
DISTRO = "arago"
DISTRO_VERSION = "2021.09"
TUNE_FEATURES = "arm armv5 thumb dsp"
TARGET_FPU = "soft"
Please tell me how to configure toolchain, I have read 1.1.4. GCC ToolChain — Processor SDK Linux for J721e Documentation but I can't configure it, please give detailed steps.
youke yang:
The problem has been solved after operating according to meta-arago@lists.yoctoproject.org | Wiki.
,
Shine:
感谢分享解决方法!