工具/软件:
尊敬的 TI 团队:
我尝试为 AM64x Processor SDK 版本 11.00.09.04 构建 Linux 映像和 Processor SDK、但我遇到了构建问题、遵循了 SDK 构建文档中提到的步骤。
详细信息:
$ MACHINE=am64xx-EVM bitbake -k tisdk-default-image
摘要:2 个任务失败:
/home/mikayama/tisdk/sources/meta-tisdk/meta-ti-foundational/recipes-demos/sitara-ipc-app/sitara-ipc-app.bb:do_unpack
日志:/home/mikayama/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/sitara-ipc-app/1.0/temp/log.do_unpack.528928
/home/mikayama/tisdk/sources/meta-tisdk/meta-ti-foundational/recipes-demos/benchmark-demo/benchmark-server_git.bb:do_unpack
日志:/home/mikayama/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/benchmark-server/1.0.0/temp/log.do_unpack.528962
摘要:有 2 条错误消息、返回
日志文件:log_do_unpack.528928
调试:执行 python 函数 do_unpack
调试:执行 python 函数 base_do_unpack
调试:运行“export pseudo_disabled“;export DBUS_Session_bus_address=“unix:path =/run/user/1001/bus;export SSH_agent_PID=“1842";“;export SSH_AUTH_SOCK=“/home/mikayama/tisdk/build/arago-tmp-default-glibc/hosttools;export PATH=“/home/mikayama/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/sitara-ipc-app/1.0/recipe-sysroot-native/usr/sbin /home/mikayama/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/sitara-ipc-app/1.0/recipe-sysroot-native/bin:/home/mikayama/tisdk/sources/bitbake/bin:/home/mikayama/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/sitara-ipc-app/1.0/recipe-sysroot-native/sbin:/home/mikayama/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/sitara-ipc-app/1.0/recipe-sysroot-native/usr/bin:/home/mikayama/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/sitara-ipc-app/1.0/recipe-sysroot/usr/bin/crossscripts:/home/mikayama/tisdk/sources/oe-core/scripts:/home/mikayama/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/sitara-ipc-app/1.0/recipe-sysroot-native/usr/bin/aarch64-oe-linux:/run/user/1001/keyring/ssh; export home=“/home/mikayama;git -c gc.autoDetach=false -c core.pager=cat -c safe.bareRepository=all branch --contains 6854fef24281893478d5d84be00d16f56b95b441 --list master 2>/dev/null | wc -l' in /home/mikayama/tisdk/build/../downloads/git2/git.ti.com.processor-sdk.sitara-apps.git
错误:Bitbake Fetcher 错误:UnpackError(“未找到最新源:克隆目录不可用或不是最新:/home/mikayama/tisdk/build/../downloads/git2/git.ti.com.processor-sdk.sitara-apps.git;未启用浅克隆“、“git://git.ti.com/processor-sdk/sitara-apps.git;protocol=git;branch=master“)
调试:Python 函数 base_do_unpacked 已完成
调试:Python 函数 do_unpacked 完成
日志文件:log_do_unpack.528962
调试:执行 python 函数 do_unpack
调试:执行 python 函数 base_do_unpack
调试:运行“export pseudo_disabled“;export DBUS_Session_bus_address=“unix:path=unius“;export SSH_agent_PID=“1842";“;export SSH_AUTH_SOCK=“export PATH“;export PATH=“/home/mikayama/tisdk/build/arago-tmp-default-glibc/hosttools:/home/mikayama/tisdk/sources/oe-core/scripts /home/mikayama/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/benchmark-server/1.0.0/recipe-sysroot-native/usr/sbin /home/mikayama/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/benchmark-server/1.0.0/recipe-sysroot-native/bin:/home/mikayama/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/benchmark-server/1.0.0/recipe-sysroot-native/usr/bin/aarch64-oe-linux /home/mikayama/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/benchmark-server/1.0.0/recipe-sysroot-native/usr/bin /home/mikayama/tisdk/sources/bitbake/bin:/run/user/1001/bus:/run/user/1001/keyring/ssh:/home/mikayama/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/benchmark-server/1.0.0/recipe-sysroot-native/sbin:/home/mikayama/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/benchmark-server/1.0.0/recipe-sysroot/usr/bin/crossscripts:/home/mikayama/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/benchmark-server/1.0.0/recipe-sysroot-native/usr/bin/python3-native; export home=“/home/mikayama;git -c gc.autoDetach=false -c core.pager=cat -c safe.bareRepository=all branch --contains dc762b22701940867cc915093b865bb69317e13d --list master 2>/dev/null | wc -l' in /home/mikayama/tisdk/build/../downloads/git2/git.ti.com.processor-sdk.sitara-apps.git
错误:Bitbake Fetcher 错误:UnpackError(“未找到最新源:克隆目录不可用或不是最新:/home/mikayama/tisdk/build/../downloads/git2/git.ti.com.processor-sdk.sitara-apps.git;未启用浅克隆“、“git://git.ti.com/processor-sdk/sitara-apps.git;protocol=git;branch=master“)
调试:Python 函数 base_do_unpacked 已完成
调试:Python 函数 do_unpacked 完成
我尝试使用 SDK 版本 10.01.10.04、但出现了相同的错误。
有没有 办法解决这个问题?
提前感谢。