This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] PROCESSOR-SDK-AM64X:适用于 AM64X 的 Processor SDK Linux

Guru**** 2535150 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1160562/processor-sdk-am64x-processor-sdk-linux-for-am64x

器件型号:PROCESSOR-SDK-AM64X

您好!

我们在两台不同的主机上遵循了本快速入门手册中的步骤。 遗憾的是、我们在两台机器上都遇到相同的错误:

错误:获取外部 Arm 工具链版本失败:执行'/opt/gcc-arm-9.2-ti2020.01-armv5-x86_64-arm-none-linux-gnueabi/bin/arm-none-linux-gnueabi-gcc -v'失败:找不到命令
错误:获取外部 Arm 工具链版本失败:执行'/opt/gcc-arm-9.2-ti2020.01-armv5-x86_64-arm-none-linux-gnueabi/bin/arm-none-linux-gnueabi-gcc -v'失败:找不到命令
错误:错误:external_toolchain 路径"/opt/gcc-arm-9.2-ti2020.01-armv5-x86_64-arm-none-linux-gnueabi 不存在

很遗憾、我找不到任何手动下载所需工具链的源:gcc-arm-arm-9.2-ti2020.01-armv5-x86_64-arm-none-linux-gnueabi

我使用了当前的 processor-sdk-08.04.01.04-config.txt

还有其他人遇到相同的错误或有解决此问题的方法吗?

最棒的

Jonas

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    Jonas、

    [引用 userid="489422" URL"~/support/processors-group/processors/f/processors-forum/1160562/processor-sdk-am64x-processor-sdk-linux-for-am64x ]2台不同主机上的快速入门手册中的步骤。 遗憾的是、我们在两台机器上都遇到相同的错误:

     是否在开始 bitbake 时未指定机器变量? 在 Yocto 方案中、您提到的工具链设置为 ARM 的默认工具链。 但我认为它不用于我们的 AM6xx 构建上的任何东西。 因此、不正确指定机器可能导致这种情况。

    MACHINE=am64xx-EVM  bitbake tisdk-base-image

    此致、Andreas

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    尊敬的 Andreas:

    指定 Machine 变量时也会发生同样的情况。

    此致、

    Jonas

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    你好 Jonas、

    不正确设置机器是导致与您报告的错误完全相同的一种方法、我想您可能已经找到了另一种方法。

    您能否发布完整的控制台日志。 我需要更多的工作。

    此致、Andreas

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    尊敬的 Andreas:

    当然: https://pastebin.com/09yUWUDU

    谢谢!
    Jonas

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    你好 Jonas、

    您能不能直接在此处将日志发布到 E2E (使用插入->代码功能使其格式化良好)。 对于一个、我无法从 TI 内部访问 pastebin 链接(它们被阻止)、其次、最好将相关的所有文档记录为该主题的一部分。

    谢谢、Andreas

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    jonas@jonas-Virtual-Machine:~/arago-sdk(master)$ ./oe-layertool-setup.sh -f configs/processor-sdk/processor-sdk-08.04.01.04-config.txt 
    /home/jonas/arago-sdk
    
    
    cloning repo bitbake
    
    Fetching origin
    Previous HEAD position was 0784db7d server/process: Disable gc around critical section
    Switched to branch '1.46'
    Your branch is up to date with 'origin/1.46'.
    Already up to date.
    Note: switching to '0784db7'.
    
    You are in 'detached HEAD' state. You can look around, make experimental
    changes and commit them, and you can discard any commits you make in this
    state without impacting any branches by switching back to a branch.
    
    If you want to create a new branch to retain commits you create, you may
    do so (now or later) by using -c with the switch command. Example:
    
      git switch -c <new-branch-name>
    
    Or undo this operation with:
    
      git switch -
    
    Turn off this advice by setting config variable advice.detachedHead to false
    
    HEAD is now at 0784db7d server/process: Disable gc around critical section
    
    
    cloning repo meta-processor-sdk
    
    Fetching origin
    Switched to branch 'dunfell'
    Your branch is up to date with 'origin/dunfell'.
    Already up to date.
    Note: switching to '479b10537b422694df4b9bac9c1b39d8cf9d39c5'.
    
    You are in 'detached HEAD' state. You can look around, make experimental
    changes and commit them, and you can discard any commits you make in this
    state without impacting any branches by switching back to a branch.
    
    If you want to create a new branch to retain commits you create, you may
    do so (now or later) by using -c with the switch command. Example:
    
      git switch -c <new-branch-name>
    
    Or undo this operation with:
    
      git switch -
    
    Turn off this advice by setting config variable advice.detachedHead to false
    
    HEAD is now at 479b1053 recipes-tisdk: ti-tisdk-makefile: Makefile_sysfw_image-hs-fs_am64
    
    
    cloning repo meta-arago
    
    Fetching origin
    remote: Enumerating objects: 9, done.
    remote: Counting objects: 100% (9/9), done.
    remote: Compressing objects: 100% (8/8), done.
    remote: Total 9 (delta 0), reused 0 (delta 0), pack-reused 0
    Unpacking objects: 100% (9/9), 2.87 KiB | 735.00 KiB/s, done.
    From git://git.yoctoproject.org/meta-arago
     + 55adbef9...8f80d5b9 dunfell-wip              -> origin/dunfell-wip  (forced update)
       29ef988f..3761750b  kirkstone                -> origin/kirkstone
       29ef988f..3761750b  kirkstone-next           -> origin/kirkstone-next
       29ef988f..3761750b  kirkstone-wip            -> origin/kirkstone-wip
       29ef988f..3761750b  master                   -> origin/master
     * [new tag]           cicd.2022.10.12.19.06.00 -> cicd.2022.10.12.19.06.00
    Previous HEAD position was 4061de84 ltp-ddt: CI/CD Auto-Merger: cicd.2022.09.16.17:39:59
    Switched to branch 'dunfell'
    Your branch is up to date with 'origin/dunfell'.
    Already up to date.
    Note: switching to '08.04.01.005'.
    
    You are in 'detached HEAD' state. You can look around, make experimental
    changes and commit them, and you can discard any commits you make in this
    state without impacting any branches by switching back to a branch.
    
    If you want to create a new branch to retain commits you create, you may
    do so (now or later) by using -c with the switch command. Example:
    
      git switch -c <new-branch-name>
    
    Or undo this operation with:
    
      git switch -
    
    Turn off this advice by setting config variable advice.detachedHead to false
    
    HEAD is now at 4061de84 ltp-ddt: CI/CD Auto-Merger: cicd.2022.09.16.17:39:59
    
    
    cloning repo meta-qt5
    
    Fetching origin
    Switched to branch 'dunfell'
    Your branch is up to date with 'origin/dunfell'.
    Already up to date.
    Note: switching to '5ef3a0f'.
    
    You are in 'detached HEAD' state. You can look around, make experimental
    changes and commit them, and you can discard any commits you make in this
    state without impacting any branches by switching back to a branch.
    
    If you want to create a new branch to retain commits you create, you may
    do so (now or later) by using -c with the switch command. Example:
    
      git switch -c <new-branch-name>
    
    Or undo this operation with:
    
      git switch -
    
    Turn off this advice by setting config variable advice.detachedHead to false
    
    HEAD is now at 5ef3a0f qtdeclarative: Fix build with gcc-11
    
    
    cloning repo meta-virtualization
    
    Fetching origin
    Switched to branch 'dunfell'
    Your branch is up to date with 'origin/dunfell'.
    Already up to date.
    Note: switching to 'beea119eb529b4a11f266004aee8b548427aea39'.
    
    You are in 'detached HEAD' state. You can look around, make experimental
    changes and commit them, and you can discard any commits you make in this
    state without impacting any branches by switching back to a branch.
    
    If you want to create a new branch to retain commits you create, you may
    do so (now or later) by using -c with the switch command. Example:
    
      git switch -c <new-branch-name>
    
    Or undo this operation with:
    
      git switch -
    
    Turn off this advice by setting config variable advice.detachedHead to false
    
    HEAD is now at beea119 openvswitch: CVE-2021-3905 External triggered memory leak
    
    
    cloning repo meta-openembedded
    
    Fetching origin
    remote: Counting objects: 68, done.
    remote: Compressing objects: 100% (66/66), done.
    remote: Total 68 (delta 38), reused 0 (delta 0)
    Unpacking objects: 100% (68/68), 15.57 KiB | 156.00 KiB/s, done.
    From git://git.openembedded.org/meta-openembedded
       022e65ccd..2467e6c82  master      -> origin/master
       022e65ccd..9628ca83c  master-next -> origin/master-next
    Switched to branch 'dunfell'
    Your branch is up to date with 'origin/dunfell'.
    Already up to date.
    Note: switching to '6792ebdd966aa0fb662989529193a0940fbfee00'.
    
    You are in 'detached HEAD' state. You can look around, make experimental
    changes and commit them, and you can discard any commits you make in this
    state without impacting any branches by switching back to a branch.
    
    If you want to create a new branch to retain commits you create, you may
    do so (now or later) by using -c with the switch command. Example:
    
      git switch -c <new-branch-name>
    
    Or undo this operation with:
    
      git switch -
    
    Turn off this advice by setting config variable advice.detachedHead to false
    
    HEAD is now at 6792ebdd9 c-ares: upgrade 1.17.2 -> 1.18.1
    
    
    cloning repo meta-ti
    
    Fetching origin
    remote: Enumerating objects: 24, done.
    remote: Counting objects: 100% (24/24), done.
    remote: Compressing objects: 100% (23/23), done.
    remote: Total 24 (delta 6), reused 0 (delta 0), pack-reused 0
    Unpacking objects: 100% (24/24), 7.80 KiB | 185.00 KiB/s, done.
    From git://git.yoctoproject.org/meta-ti
       25dee11f..129616fd  dunfell                  -> origin/dunfell
       25dee11f..129616fd  dunfell-next             -> origin/dunfell-next
     + 551cdb67...25dee11f dunfell-wip              -> origin/dunfell-wip  (forced update)
       2b11afa8..5eb1a669  kirkstone                -> origin/kirkstone
       2b11afa8..5eb1a669  kirkstone-next           -> origin/kirkstone-next
       2b11afa8..5eb1a669  kirkstone-wip            -> origin/kirkstone-wip
       2b11afa8..5eb1a669  master                   -> origin/master
     * [new tag]           cicd.2022.10.12.19.06.00 -> cicd.2022.10.12.19.06.00
    Previous HEAD position was e84c0aea linux-ti-staging-rt: RC Auto-Merger: 08.04.01.005
    Switched to branch 'dunfell'
    Your branch is behind 'origin/dunfell' by 3 commits, and can be fast-forwarded.
      (use "git pull" to update your local branch)
    Updating 25dee11f..129616fd
    Fast-forward
     recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb  | 2 +-
     recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 2 +-
     recipes-kernel/linux/linux-ti-staging_5.10.bb    | 4 ++--
     3 files changed, 4 insertions(+), 4 deletions(-)
    Note: switching to '08.04.01.005'.
    
    You are in 'detached HEAD' state. You can look around, make experimental
    changes and commit them, and you can discard any commits you make in this
    state without impacting any branches by switching back to a branch.
    
    If you want to create a new branch to retain commits you create, you may
    do so (now or later) by using -c with the switch command. Example:
    
      git switch -c <new-branch-name>
    
    Or undo this operation with:
    
      git switch -
    
    Turn off this advice by setting config variable advice.detachedHead to false
    
    HEAD is now at e84c0aea linux-ti-staging-rt: RC Auto-Merger: 08.04.01.005
    
    
    cloning repo meta-arm
    
    Fetching origin
    remote: Enumerating objects: 19, done.
    remote: Counting objects: 100% (19/19), done.
    remote: Compressing objects: 100% (11/11), done.
    remote: Total 11 (delta 9), reused 0 (delta 0), pack-reused 0
    Unpacking objects: 100% (11/11), 1.22 KiB | 47.00 KiB/s, done.
    From git://git.yoctoproject.org/meta-arm
       545ba524..cbcb1bf3  master     -> origin/master
    Previous HEAD position was c4f04f3f arm/trusted-firmware-a: add branch name for mbedtls
    Switched to branch 'dunfell'
    Your branch is up to date with 'origin/dunfell'.
    Already up to date.
    Note: switching to 'c4f04f3fb66f8f4365b08b553af8206372e90a63'.
    
    You are in 'detached HEAD' state. You can look around, make experimental
    changes and commit them, and you can discard any commits you make in this
    state without impacting any branches by switching back to a branch.
    
    If you want to create a new branch to retain commits you create, you may
    do so (now or later) by using -c with the switch command. Example:
    
      git switch -c <new-branch-name>
    
    Or undo this operation with:
    
      git switch -
    
    Turn off this advice by setting config variable advice.detachedHead to false
    
    HEAD is now at c4f04f3f arm/trusted-firmware-a: add branch name for mbedtls
    
    
    cloning repo oe-core
    
    Fetching origin
    remote: Counting objects: 113, done.
    remote: Compressing objects: 100% (36/36), done.
    remote: Total 113 (delta 77), reused 113 (delta 77)
    Receiving objects: 100% (113/113), 37.81 KiB | 3.44 MiB/s, done.
    Resolving deltas: 100% (77/77), completed with 28 local objects.
    From git://git.openembedded.org/openembedded-core
       d19cd09b43..e728d0965d  kirkstone  -> origin/kirkstone
    Previous HEAD position was ef38f7acee linux-yocto/5.4: update to v5.4.213
    Switched to branch 'dunfell'
    Your branch is up to date with 'origin/dunfell'.
    Already up to date.
    Note: switching to 'ef38f7acee3f0ae400138fa60f4695a86dffc16e'.
    
    You are in 'detached HEAD' state. You can look around, make experimental
    changes and commit them, and you can discard any commits you make in this
    state without impacting any branches by switching back to a branch.
    
    If you want to create a new branch to retain commits you create, you may
    do so (now or later) by using -c with the switch command. Example:
    
      git switch -c <new-branch-name>
    
    Or undo this operation with:
    
      git switch -
    
    Turn off this advice by setting config variable advice.detachedHead to false
    
    HEAD is now at ef38f7acee linux-yocto/5.4: update to v5.4.213
    
    
    ################################################################################
    The bblayers.conf configuration file has been created for you with some
    default values.  Please verify the contents of your conf/bblayers.conf
    file for correctness.
    
    NOTE: Any additional entries to this file will be lost if the ./oe-layertool-setup.sh
          script is run again.  To add entries permanently to this file
          please add them to the config file used and rerun the
          ./oe-layertool-setup.sh script.
    
    
    
    ################################################################################
    The local.conf configuration file has been created for you with some
    default values.  Please verify the contents of your conf/local.conf
    file for correctness.
    
    By default the number of threads used by the build is set to the number
    of CPUs found on your system.
    
    NOTE: You will probably want to change the default MACHINE setting in the
          local.conf file to the machine you are trying to build.
    
    WARNING: Found existing /home/jonas/arago-sdk/build/conf/local.conf
    Saving a backup to /home/jonas/arago-sdk/build/conf/local.conf.bak
    
    
    ################################################################################
    A setenv file has been created for you in the conf directory.  Please verify
    The contents of this file.  Once you have verified the contents please source
    this file to configure your environment for building:
    
        . conf/setenv
    
    You can then start building using the bitbake command.  You will likely want
    to set the MACHINE option if you have not done so in your local.conf file.
    
    For example:
        MACHINE=xxxxx bitbake <target>
    
    Common targets are:
    From oe-core:
        core-image-base: A console-only image that fully supports the target device 
        core-image-minimal-dev: No Summary available
        core-image-minimal-mtdutils: No Summary available
        core-image-tiny-initramfs: No Summary available
        core-image-minimal-initramfs: No Summary available
        build-appliance-image_15.0.0: An image containing the build system itself
        core-image-minimal: A small image just capable of allowing a device to boot.
    From meta-psdkla:
        arago-core-psdkla-bundle: No Summary available
    From meta-processor-sdk:
        tisdk-docker-rootfs-image: No Summary available
    From meta-openembedded:
        initramfs-kexecboot-image: Initramfs image for kexecboot kernel
        initramfs-debug-image: No Summary available
        meta-initramfs-image: meta-initramfs build test image
        initramfs-kexecboot-klibc-image: Initramfs image for kexecboot kernel (klibc-static binaries)
        meta-python-image-base: meta-python build test image
        meta-python-image: meta-python build test image
        meta-python-ptest-image: meta-python ptest test image
        meta-networking-image-base: meta-networking build test image
        meta-networking-image: No Summary available
        meta-webserver-image: No Summary available
        meta-webserver-image-base: meta-webserver build test image
        meta-oe-ptest-image: meta-oe ptest test image
        meta-oe-image: meta-oe build test image
        meta-oe-image-base: meta-oe build test image
        core-image-minimal-xfce: No Summary available
    From meta-arm:
        arm-autonomy-host-image-minimal: No Summary available
    From meta-arago[recommended]:
        tisdk-bootstrap-image: Arago TI SDK bootstrap image usable for board bringup
        tisdk-tiny-image: Arago TI SDK super minimal base image for initramfs
        tisdk-core-bundle: Installer package for TI SDK - NOT for direct use on target
        tisdk-thinlinux-image: Arago TI SDK Thin Linux image
        tisdk-bootstrap-base-image: Arago TI SDK bootstrap base image for initramfs
        tisdk-base-image: Arago TI SDK base image with test tools
        tisdk-default-image: Arago TI SDK full filesystem image
    jonas@jonas-Virtual-Machine:~/arago-sdk(master)$ cd build/
    jonas@jonas-Virtual-Machine:~/arago-sdk/build(master)$ . conf/setenv 
    jonas@jonas-Virtual-Machine:~/arago-sdk/build(master)$ export TOOLCHAIN_PATH_ARMV7=/opt/gcc-arm-9.2-2019.12-x86_64-arm-none-linux-gnueabihf
    jonas@jonas-Virtual-Machine:~/arago-sdk/build(master)$ export TOOLCHAIN_PATH_ARMV8=/opt/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu
    jonas@jonas-Virtual-Machine:~/arago-sdk/build(master)$ MACHINE=am64xx-evm bitbake tisdk-base-image
    NOTE: Retrying server connection (#1)...
    NOTE: Bitbake server didn't start within 5 seconds, waiting for 90
    ERROR: Unable to start bitbake server (False)
    ERROR: Server log for this session (/home/jonas/arago-sdk/build/bitbake-cookerdaemon.log):
    --- Starting bitbake server pid 4667 at 2022-10-13 10:37:03.018099 ---
    
    jonas@jonas-Virtual-Machine:~/arago-sdk/build(master)$ cat /home/jonas/arago-sdk/build/bitbake-cookerdaemon.log
    --- Starting bitbake server pid 1641570 at 2022-10-10 16:07:29.305298 ---
    Started bitbake server pid 1641570
    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.
    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-2019.12-x86_64-aarch64-none-linux-gnu/bin/arm-none-linux-gnueabihf-gcc -v' failed: command not found
    ERROR: Failed to obtain external Arm toolchain version: Execution of '/opt/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/arm-none-linux-gnueabihf-gcc -v' failed: command not found
    ERROR: Failed to obtain external Arm toolchain version: Execution of '/opt/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/arm-none-linux-gnueabihf-gcc -v' failed: command not found
    ERROR: Failed to obtain external Arm toolchain version: Execution of '/opt/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/arm-none-linux-gnueabihf-gcc -v' failed: command not found
    PR Server unable to bind to 27.0.0.1:0
    Process ProcessServer-1:
    Traceback (most recent call last):
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 43, in __init__
        SimpleXMLRPCServer.__init__(self, interface,
      File "/usr/lib/python3.8/xmlrpc/server.py", line 605, in __init__
        socketserver.TCPServer.__init__(self, addr, requestHandler, bind_and_activate)
      File "/usr/lib/python3.8/socketserver.py", line 452, in __init__
        self.server_bind()
      File "/usr/lib/python3.8/socketserver.py", line 466, in server_bind
        self.socket.bind(self.server_address)
    OSError: [Errno 99] Cannot assign requested address
    
    During handling of the above exception, another exception occurred:
    
    Traceback (most recent call last):
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/cooker.py", line 383, in handlePRServ
        self.prhost = prserv.serv.auto_start(self.data)
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 478, in auto_start
        singleton.start()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 311, in start
        self.prserv = PRServer(self.dbfile, self.logfile, self.interface, daemon=False)
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 50, in __init__
        raise PRServiceConfigError
    prserv.serv.PRServiceConfigError
    
    During handling of the above exception, another exception occurred:
    
    Traceback (most recent call last):
      File "/usr/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
        self.run()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/server/process.py", line 115, in run
        ret = self.main()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/server/process.py", line 120, in main
        self.cooker.pre_serve()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/cooker.py", line 1637, in pre_serve
        self.handlePRServ()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/cooker.py", line 385, in handlePRServ
        bb.fatal("Unable to start PR Server, exitting")
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/__init__.py", line 114, in fatal
        raise BBHandledException()
    bb.BBHandledException
    --- Starting bitbake server pid 1641599 at 2022-10-10 16:07:29.919125 ---
    Started bitbake server pid 1641599
    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.
    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-2019.12-x86_64-aarch64-none-linux-gnu/bin/arm-none-linux-gnueabihf-gcc -v' failed: command not found
    ERROR: Failed to obtain external Arm toolchain version: Execution of '/opt/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/arm-none-linux-gnueabihf-gcc -v' failed: command not found
    ERROR: Failed to obtain external Arm toolchain version: Execution of '/opt/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/arm-none-linux-gnueabihf-gcc -v' failed: command not found
    ERROR: Failed to obtain external Arm toolchain version: Execution of '/opt/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/arm-none-linux-gnueabihf-gcc -v' failed: command not found
    PR Server unable to bind to 27.0.0.1:0
    Process ProcessServer-1:
    Traceback (most recent call last):
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 43, in __init__
        SimpleXMLRPCServer.__init__(self, interface,
      File "/usr/lib/python3.8/xmlrpc/server.py", line 605, in __init__
        socketserver.TCPServer.__init__(self, addr, requestHandler, bind_and_activate)
      File "/usr/lib/python3.8/socketserver.py", line 452, in __init__
        self.server_bind()
      File "/usr/lib/python3.8/socketserver.py", line 466, in server_bind
        self.socket.bind(self.server_address)
    OSError: [Errno 99] Cannot assign requested address
    
    During handling of the above exception, another exception occurred:
    
    Traceback (most recent call last):
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/cooker.py", line 383, in handlePRServ
        self.prhost = prserv.serv.auto_start(self.data)
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 478, in auto_start
        singleton.start()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 311, in start
        self.prserv = PRServer(self.dbfile, self.logfile, self.interface, daemon=False)
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 50, in __init__
        raise PRServiceConfigError
    prserv.serv.PRServiceConfigError
    
    During handling of the above exception, another exception occurred:
    
    Traceback (most recent call last):
      File "/usr/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
        self.run()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/server/process.py", line 115, in run
        ret = self.main()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/server/process.py", line 120, in main
        self.cooker.pre_serve()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/cooker.py", line 1637, in pre_serve
        self.handlePRServ()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/cooker.py", line 385, in handlePRServ
        bb.fatal("Unable to start PR Server, exitting")
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/__init__.py", line 114, in fatal
        raise BBHandledException()
    bb.BBHandledException
    --- Starting bitbake server pid 1641631 at 2022-10-10 16:07:30.568043 ---
    Started bitbake server pid 1641631
    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.
    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-2019.12-x86_64-aarch64-none-linux-gnu/bin/arm-none-linux-gnueabihf-gcc -v' failed: command not found
    ERROR: Failed to obtain external Arm toolchain version: Execution of '/opt/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/arm-none-linux-gnueabihf-gcc -v' failed: command not found
    ERROR: Failed to obtain external Arm toolchain version: Execution of '/opt/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/arm-none-linux-gnueabihf-gcc -v' failed: command not found
    ERROR: Failed to obtain external Arm toolchain version: Execution of '/opt/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/arm-none-linux-gnueabihf-gcc -v' failed: command not found
    PR Server unable to bind to 27.0.0.1:0
    Process ProcessServer-1:
    Traceback (most recent call last):
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 43, in __init__
        SimpleXMLRPCServer.__init__(self, interface,
      File "/usr/lib/python3.8/xmlrpc/server.py", line 605, in __init__
        socketserver.TCPServer.__init__(self, addr, requestHandler, bind_and_activate)
      File "/usr/lib/python3.8/socketserver.py", line 452, in __init__
        self.server_bind()
      File "/usr/lib/python3.8/socketserver.py", line 466, in server_bind
        self.socket.bind(self.server_address)
    OSError: [Errno 99] Cannot assign requested address
    
    During handling of the above exception, another exception occurred:
    
    Traceback (most recent call last):
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/cooker.py", line 383, in handlePRServ
        self.prhost = prserv.serv.auto_start(self.data)
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 478, in auto_start
        singleton.start()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 311, in start
        self.prserv = PRServer(self.dbfile, self.logfile, self.interface, daemon=False)
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 50, in __init__
        raise PRServiceConfigError
    prserv.serv.PRServiceConfigError
    
    During handling of the above exception, another exception occurred:
    
    Traceback (most recent call last):
      File "/usr/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
        self.run()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/server/process.py", line 115, in run
        ret = self.main()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/server/process.py", line 120, in main
        self.cooker.pre_serve()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/cooker.py", line 1637, in pre_serve
        self.handlePRServ()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/cooker.py", line 385, in handlePRServ
        bb.fatal("Unable to start PR Server, exitting")
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/__init__.py", line 114, in fatal
        raise BBHandledException()
    bb.BBHandledException
    --- Starting bitbake server pid 1641661 at 2022-10-10 16:07:31.195931 ---
    Started bitbake server pid 1641661
    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.
    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-2019.12-x86_64-aarch64-none-linux-gnu/bin/arm-none-linux-gnueabihf-gcc -v' failed: command not found
    ERROR: Failed to obtain external Arm toolchain version: Execution of '/opt/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/arm-none-linux-gnueabihf-gcc -v' failed: command not found
    ERROR: Failed to obtain external Arm toolchain version: Execution of '/opt/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/arm-none-linux-gnueabihf-gcc -v' failed: command not found
    ERROR: Failed to obtain external Arm toolchain version: Execution of '/opt/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/arm-none-linux-gnueabihf-gcc -v' failed: command not found
    PR Server unable to bind to 27.0.0.1:0
    Process ProcessServer-1:
    Traceback (most recent call last):
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 43, in __init__
        SimpleXMLRPCServer.__init__(self, interface,
      File "/usr/lib/python3.8/xmlrpc/server.py", line 605, in __init__
        socketserver.TCPServer.__init__(self, addr, requestHandler, bind_and_activate)
      File "/usr/lib/python3.8/socketserver.py", line 452, in __init__
        self.server_bind()
      File "/usr/lib/python3.8/socketserver.py", line 466, in server_bind
        self.socket.bind(self.server_address)
    OSError: [Errno 99] Cannot assign requested address
    
    During handling of the above exception, another exception occurred:
    
    Traceback (most recent call last):
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/cooker.py", line 383, in handlePRServ
        self.prhost = prserv.serv.auto_start(self.data)
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 478, in auto_start
        singleton.start()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 311, in start
        self.prserv = PRServer(self.dbfile, self.logfile, self.interface, daemon=False)
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 50, in __init__
        raise PRServiceConfigError
    prserv.serv.PRServiceConfigError
    
    During handling of the above exception, another exception occurred:
    
    Traceback (most recent call last):
      File "/usr/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
        self.run()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/server/process.py", line 115, in run
        ret = self.main()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/server/process.py", line 120, in main
        self.cooker.pre_serve()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/cooker.py", line 1637, in pre_serve
        self.handlePRServ()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/cooker.py", line 385, in handlePRServ
        bb.fatal("Unable to start PR Server, exitting")
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/__init__.py", line 114, in fatal
        raise BBHandledException()
    bb.BBHandledException
    --- Starting bitbake server pid 1641693 at 2022-10-10 16:07:36.860793 ---
    Started bitbake server pid 1641693
    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.
    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-2019.12-x86_64-aarch64-none-linux-gnu/bin/arm-none-linux-gnueabihf-gcc -v' failed: command not found
    ERROR: Failed to obtain external Arm toolchain version: Execution of '/opt/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/arm-none-linux-gnueabihf-gcc -v' failed: command not found
    ERROR: Failed to obtain external Arm toolchain version: Execution of '/opt/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/arm-none-linux-gnueabihf-gcc -v' failed: command not found
    ERROR: Failed to obtain external Arm toolchain version: Execution of '/opt/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/arm-none-linux-gnueabihf-gcc -v' failed: command not found
    PR Server unable to bind to 27.0.0.1:0
    Process ProcessServer-1:
    Traceback (most recent call last):
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 43, in __init__
        SimpleXMLRPCServer.__init__(self, interface,
      File "/usr/lib/python3.8/xmlrpc/server.py", line 605, in __init__
        socketserver.TCPServer.__init__(self, addr, requestHandler, bind_and_activate)
      File "/usr/lib/python3.8/socketserver.py", line 452, in __init__
        self.server_bind()
      File "/usr/lib/python3.8/socketserver.py", line 466, in server_bind
        self.socket.bind(self.server_address)
    OSError: [Errno 99] Cannot assign requested address
    
    During handling of the above exception, another exception occurred:
    
    Traceback (most recent call last):
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/cooker.py", line 383, in handlePRServ
        self.prhost = prserv.serv.auto_start(self.data)
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 478, in auto_start
        singleton.start()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 311, in start
        self.prserv = PRServer(self.dbfile, self.logfile, self.interface, daemon=False)
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 50, in __init__
        raise PRServiceConfigError
    prserv.serv.PRServiceConfigError
    
    During handling of the above exception, another exception occurred:
    
    Traceback (most recent call last):
      File "/usr/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
        self.run()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/server/process.py", line 115, in run
        ret = self.main()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/server/process.py", line 120, in main
        self.cooker.pre_serve()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/cooker.py", line 1637, in pre_serve
        self.handlePRServ()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/cooker.py", line 385, in handlePRServ
        bb.fatal("Unable to start PR Server, exitting")
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/__init__.py", line 114, in fatal
        raise BBHandledException()
    bb.BBHandledException
    --- Starting bitbake server pid 1641724 at 2022-10-10 16:07:42.504292 ---
    Started bitbake server pid 1641724
    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.
    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-2019.12-x86_64-aarch64-none-linux-gnu/bin/arm-none-linux-gnueabihf-gcc -v' failed: command not found
    ERROR: Failed to obtain external Arm toolchain version: Execution of '/opt/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/arm-none-linux-gnueabihf-gcc -v' failed: command not found
    ERROR: Failed to obtain external Arm toolchain version: Execution of '/opt/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/arm-none-linux-gnueabihf-gcc -v' failed: command not found
    ERROR: Failed to obtain external Arm toolchain version: Execution of '/opt/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/arm-none-linux-gnueabihf-gcc -v' failed: command not found
    PR Server unable to bind to 27.0.0.1:0
    Process ProcessServer-1:
    Traceback (most recent call last):
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 43, in __init__
        SimpleXMLRPCServer.__init__(self, interface,
      File "/usr/lib/python3.8/xmlrpc/server.py", line 605, in __init__
        socketserver.TCPServer.__init__(self, addr, requestHandler, bind_and_activate)
      File "/usr/lib/python3.8/socketserver.py", line 452, in __init__
        self.server_bind()
      File "/usr/lib/python3.8/socketserver.py", line 466, in server_bind
        self.socket.bind(self.server_address)
    OSError: [Errno 99] Cannot assign requested address
    
    During handling of the above exception, another exception occurred:
    
    Traceback (most recent call last):
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/cooker.py", line 383, in handlePRServ
        self.prhost = prserv.serv.auto_start(self.data)
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 478, in auto_start
        singleton.start()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 311, in start
        self.prserv = PRServer(self.dbfile, self.logfile, self.interface, daemon=False)
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 50, in __init__
        raise PRServiceConfigError
    prserv.serv.PRServiceConfigError
    
    During handling of the above exception, another exception occurred:
    
    Traceback (most recent call last):
      File "/usr/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
        self.run()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/server/process.py", line 115, in run
        ret = self.main()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/server/process.py", line 120, in main
        self.cooker.pre_serve()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/cooker.py", line 1637, in pre_serve
        self.handlePRServ()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/cooker.py", line 385, in handlePRServ
        bb.fatal("Unable to start PR Server, exitting")
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/__init__.py", line 114, in fatal
        raise BBHandledException()
    bb.BBHandledException
    --- Starting bitbake server pid 1641755 at 2022-10-10 16:07:48.126971 ---
    Started bitbake server pid 1641755
    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.
    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-2019.12-x86_64-aarch64-none-linux-gnu/bin/arm-none-linux-gnueabihf-gcc -v' failed: command not found
    ERROR: Failed to obtain external Arm toolchain version: Execution of '/opt/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/arm-none-linux-gnueabihf-gcc -v' failed: command not found
    ERROR: Failed to obtain external Arm toolchain version: Execution of '/opt/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/arm-none-linux-gnueabihf-gcc -v' failed: command not found
    ERROR: Failed to obtain external Arm toolchain version: Execution of '/opt/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/arm-none-linux-gnueabihf-gcc -v' failed: command not found
    PR Server unable to bind to 27.0.0.1:0
    Process ProcessServer-1:
    Traceback (most recent call last):
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 43, in __init__
        SimpleXMLRPCServer.__init__(self, interface,
      File "/usr/lib/python3.8/xmlrpc/server.py", line 605, in __init__
        socketserver.TCPServer.__init__(self, addr, requestHandler, bind_and_activate)
      File "/usr/lib/python3.8/socketserver.py", line 452, in __init__
        self.server_bind()
      File "/usr/lib/python3.8/socketserver.py", line 466, in server_bind
        self.socket.bind(self.server_address)
    OSError: [Errno 99] Cannot assign requested address
    
    During handling of the above exception, another exception occurred:
    
    Traceback (most recent call last):
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/cooker.py", line 383, in handlePRServ
        self.prhost = prserv.serv.auto_start(self.data)
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 478, in auto_start
        singleton.start()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 311, in start
        self.prserv = PRServer(self.dbfile, self.logfile, self.interface, daemon=False)
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 50, in __init__
        raise PRServiceConfigError
    prserv.serv.PRServiceConfigError
    
    During handling of the above exception, another exception occurred:
    
    Traceback (most recent call last):
      File "/usr/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
        self.run()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/server/process.py", line 115, in run
        ret = self.main()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/server/process.py", line 120, in main
        self.cooker.pre_serve()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/cooker.py", line 1637, in pre_serve
        self.handlePRServ()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/cooker.py", line 385, in handlePRServ
        bb.fatal("Unable to start PR Server, exitting")
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/__init__.py", line 114, in fatal
        raise BBHandledException()
    bb.BBHandledException
    --- Starting bitbake server pid 1641786 at 2022-10-10 16:07:53.773863 ---
    Started bitbake server pid 1641786
    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.
    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-2019.12-x86_64-aarch64-none-linux-gnu/bin/arm-none-linux-gnueabihf-gcc -v' failed: command not found
    ERROR: Failed to obtain external Arm toolchain version: Execution of '/opt/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/arm-none-linux-gnueabihf-gcc -v' failed: command not found
    ERROR: Failed to obtain external Arm toolchain version: Execution of '/opt/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/arm-none-linux-gnueabihf-gcc -v' failed: command not found
    ERROR: Failed to obtain external Arm toolchain version: Execution of '/opt/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/arm-none-linux-gnueabihf-gcc -v' failed: command not found
    PR Server unable to bind to 27.0.0.1:0
    Process ProcessServer-1:
    Traceback (most recent call last):
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 43, in __init__
        SimpleXMLRPCServer.__init__(self, interface,
      File "/usr/lib/python3.8/xmlrpc/server.py", line 605, in __init__
        socketserver.TCPServer.__init__(self, addr, requestHandler, bind_and_activate)
      File "/usr/lib/python3.8/socketserver.py", line 452, in __init__
        self.server_bind()
      File "/usr/lib/python3.8/socketserver.py", line 466, in server_bind
        self.socket.bind(self.server_address)
    OSError: [Errno 99] Cannot assign requested address
    
    During handling of the above exception, another exception occurred:
    
    Traceback (most recent call last):
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/cooker.py", line 383, in handlePRServ
        self.prhost = prserv.serv.auto_start(self.data)
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 478, in auto_start
        singleton.start()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 311, in start
        self.prserv = PRServer(self.dbfile, self.logfile, self.interface, daemon=False)
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 50, in __init__
        raise PRServiceConfigError
    prserv.serv.PRServiceConfigError
    
    During handling of the above exception, another exception occurred:
    
    Traceback (most recent call last):
      File "/usr/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
        self.run()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/server/process.py", line 115, in run
        ret = self.main()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/server/process.py", line 120, in main
        self.cooker.pre_serve()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/cooker.py", line 1637, in pre_serve
        self.handlePRServ()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/cooker.py", line 385, in handlePRServ
        bb.fatal("Unable to start PR Server, exitting")
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/__init__.py", line 114, in fatal
        raise BBHandledException()
    bb.BBHandledException
    --- Starting bitbake server pid 13601 at 2022-10-11 10:55:40.131938 ---
    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: Error: EXTERNAL_TOOLCHAIN path '/opt/gcc-arm-9.2-ti2020.01-armv5-x86_64-arm-none-linux-gnueabi' does not exist
    --- Starting bitbake server pid 15105 at 2022-10-11 10:56:58.019740 ---
    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: Error: EXTERNAL_TOOLCHAIN path '/opt/gcc-arm-9.2-ti2020.01-armv5-x86_64-arm-none-linux-gnueabi' does not exist
    --- Starting bitbake server pid 15331 at 2022-10-11 10:58:51.969483 ---
    Started bitbake server pid 15331
    NOTE: Your conf/bblayers.conf has been automatically updated.
    NOTE: Your conf/bblayers.conf has been automatically updated.
    PR Server unable to bind to 27.0.0.1:0
    Process ProcessServer-1:
    Traceback (most recent call last):
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 43, in __init__
        SimpleXMLRPCServer.__init__(self, interface,
      File "/usr/lib/python3.8/xmlrpc/server.py", line 605, in __init__
        socketserver.TCPServer.__init__(self, addr, requestHandler, bind_and_activate)
      File "/usr/lib/python3.8/socketserver.py", line 452, in __init__
        self.server_bind()
      File "/usr/lib/python3.8/socketserver.py", line 466, in server_bind
        self.socket.bind(self.server_address)
    OSError: [Errno 99] Cannot assign requested address
    
    During handling of the above exception, another exception occurred:
    
    Traceback (most recent call last):
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/cooker.py", line 383, in handlePRServ
        self.prhost = prserv.serv.auto_start(self.data)
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 478, in auto_start
        singleton.start()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 311, in start
        self.prserv = PRServer(self.dbfile, self.logfile, self.interface, daemon=False)
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 50, in __init__
        raise PRServiceConfigError
    prserv.serv.PRServiceConfigError
    
    During handling of the above exception, another exception occurred:
    
    Traceback (most recent call last):
      File "/usr/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
        self.run()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/server/process.py", line 115, in run
        ret = self.main()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/server/process.py", line 120, in main
        self.cooker.pre_serve()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/cooker.py", line 1637, in pre_serve
        self.handlePRServ()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/cooker.py", line 385, in handlePRServ
        bb.fatal("Unable to start PR Server, exitting")
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/__init__.py", line 114, in fatal
        raise BBHandledException()
    bb.BBHandledException
    --- Starting bitbake server pid 15397 at 2022-10-11 10:58:53.424646 ---
    --- Starting bitbake server pid 3782 at 2022-10-11 15:11:12.661429 ---
    Started bitbake server pid 3782
    NOTE: Your conf/bblayers.conf has been automatically updated.
    NOTE: Your conf/bblayers.conf has been automatically updated.
    PR Server unable to bind to 27.0.0.1:0
    Process ProcessServer-1:
    Traceback (most recent call last):
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 43, in __init__
        SimpleXMLRPCServer.__init__(self, interface,
      File "/usr/lib/python3.8/xmlrpc/server.py", line 605, in __init__
        socketserver.TCPServer.__init__(self, addr, requestHandler, bind_and_activate)
      File "/usr/lib/python3.8/socketserver.py", line 452, in __init__
        self.server_bind()
      File "/usr/lib/python3.8/socketserver.py", line 466, in server_bind
        self.socket.bind(self.server_address)
    OSError: [Errno 99] Cannot assign requested address
    
    During handling of the above exception, another exception occurred:
    
    Traceback (most recent call last):
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/cooker.py", line 383, in handlePRServ
        self.prhost = prserv.serv.auto_start(self.data)
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 478, in auto_start
        singleton.start()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 311, in start
        self.prserv = PRServer(self.dbfile, self.logfile, self.interface, daemon=False)
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 50, in __init__
        raise PRServiceConfigError
    prserv.serv.PRServiceConfigError
    
    During handling of the above exception, another exception occurred:
    
    Traceback (most recent call last):
      File "/usr/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
        self.run()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/server/process.py", line 115, in run
        ret = self.main()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/server/process.py", line 120, in main
        self.cooker.pre_serve()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/cooker.py", line 1637, in pre_serve
        self.handlePRServ()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/cooker.py", line 385, in handlePRServ
        bb.fatal("Unable to start PR Server, exitting")
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/__init__.py", line 114, in fatal
        raise BBHandledException()
    bb.BBHandledException
    --- Starting bitbake server pid 3848 at 2022-10-11 15:11:14.219502 ---
    --- Starting bitbake server pid 4601 at 2022-10-13 10:37:01.456598 ---
    Started bitbake server pid 4601
    NOTE: Your conf/bblayers.conf has been automatically updated.
    NOTE: Your conf/bblayers.conf has been automatically updated.
    PR Server unable to bind to 27.0.0.1:0
    Process ProcessServer-1:
    Traceback (most recent call last):
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 43, in __init__
        SimpleXMLRPCServer.__init__(self, interface,
      File "/usr/lib/python3.8/xmlrpc/server.py", line 605, in __init__
        socketserver.TCPServer.__init__(self, addr, requestHandler, bind_and_activate)
      File "/usr/lib/python3.8/socketserver.py", line 452, in __init__
        self.server_bind()
      File "/usr/lib/python3.8/socketserver.py", line 466, in server_bind
        self.socket.bind(self.server_address)
    OSError: [Errno 99] Cannot assign requested address
    
    During handling of the above exception, another exception occurred:
    
    Traceback (most recent call last):
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/cooker.py", line 383, in handlePRServ
        self.prhost = prserv.serv.auto_start(self.data)
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 478, in auto_start
        singleton.start()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 311, in start
        self.prserv = PRServer(self.dbfile, self.logfile, self.interface, daemon=False)
      File "/home/jonas/arago-sdk/sources/bitbake/lib/prserv/serv.py", line 50, in __init__
        raise PRServiceConfigError
    prserv.serv.PRServiceConfigError
    
    During handling of the above exception, another exception occurred:
    
    Traceback (most recent call last):
      File "/usr/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
        self.run()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/server/process.py", line 115, in run
        ret = self.main()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/server/process.py", line 120, in main
        self.cooker.pre_serve()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/cooker.py", line 1637, in pre_serve
        self.handlePRServ()
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/cooker.py", line 385, in handlePRServ
        bb.fatal("Unable to start PR Server, exitting")
      File "/home/jonas/arago-sdk/sources/bitbake/lib/bb/__init__.py", line 114, in fatal
        raise BBHandledException()
    bb.BBHandledException
    --- Starting bitbake server pid 4667 at 2022-10-13 10:37:03.018099 ---
    

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您能否验证工具链二进制文件的安装并在此处提供输出?

    $ ll $TOOLCHAIN_PATH_ARMV7/bin
    $ ll $TOOLCHAIN_PATH_ARMV8/bin

    您还在使用什么 Linux 发行版?

    此致、Andreas

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    你(们)好、Andreas

    jonas@jonas-Virtual-Machine:~/arago-sdk/build(master)$ ll $TOOLCHAIN_PATH_ARMV7/bin
    total 308176
    drwxr-xr-x 2 jonas jonas     4096 Dez  9  2019 ./
    drwxr-xr-x 9 jonas jonas     4096 Dez 13  2019 ../
    -rwxr-xr-x 1 jonas jonas  4800840 Dez  9  2019 arm-none-linux-gnueabihf-addr2line*
    -rwxr-xr-x 2 jonas jonas  4971456 Dez  9  2019 arm-none-linux-gnueabihf-ar*
    -rwxr-xr-x 2 jonas jonas  7253104 Dez  9  2019 arm-none-linux-gnueabihf-as*
    -rwxr-xr-x 2 jonas jonas  5398072 Dez  9  2019 arm-none-linux-gnueabihf-c++*
    -rwxr-xr-x 1 jonas jonas  4752136 Dez  9  2019 arm-none-linux-gnueabihf-c++filt*
    -rwxr-xr-x 1 jonas jonas  5390792 Dez  9  2019 arm-none-linux-gnueabihf-cpp*
    -rwxr-xr-x 1 jonas jonas 43668064 Dez  9  2019 arm-none-linux-gnueabihf-dwp*
    -rwxr-xr-x 1 jonas jonas   109016 Dez  9  2019 arm-none-linux-gnueabihf-elfedit*
    -rwxr-xr-x 2 jonas jonas  5398072 Dez  9  2019 arm-none-linux-gnueabihf-g++*
    -rwxr-xr-x 2 jonas jonas  5387592 Dez  9  2019 arm-none-linux-gnueabihf-gcc*
    -rwxr-xr-x 2 jonas jonas  5387592 Dez  9  2019 arm-none-linux-gnueabihf-gcc-9.2.1*
    -rwxr-xr-x 1 jonas jonas   141952 Dez  9  2019 arm-none-linux-gnueabihf-gcc-ar*
    -rwxr-xr-x 1 jonas jonas   141776 Dez  9  2019 arm-none-linux-gnueabihf-gcc-nm*
    -rwxr-xr-x 1 jonas jonas   141792 Dez  9  2019 arm-none-linux-gnueabihf-gcc-ranlib*
    -rwxr-xr-x 1 jonas jonas  5195848 Dez  9  2019 arm-none-linux-gnueabihf-gcov*
    -rwxr-xr-x 1 jonas jonas  3133408 Dez  9  2019 arm-none-linux-gnueabihf-gcov-dump*
    -rwxr-xr-x 1 jonas jonas  3277352 Dez  9  2019 arm-none-linux-gnueabihf-gcov-tool*
    -rwxr-xr-x 1 jonas jonas 90560248 Dez  9  2019 arm-none-linux-gnueabihf-gdb*
    -rwxr-xr-x 1 jonas jonas     3270 Dez  9  2019 arm-none-linux-gnueabihf-gdb-add-index*
    -rwxr-xr-x 1 jonas jonas  5397752 Dez  9  2019 arm-none-linux-gnueabihf-gfortran*
    -rwxr-xr-x 1 jonas jonas  5323760 Dez  9  2019 arm-none-linux-gnueabihf-gprof*
    -rwxr-xr-x 4 jonas jonas  7346064 Dez  9  2019 arm-none-linux-gnueabihf-ld*
    -rwxr-xr-x 4 jonas jonas  7346064 Dez  9  2019 arm-none-linux-gnueabihf-ld.bfd*
    -rwxr-xr-x 2 jonas jonas 54502264 Dez  9  2019 arm-none-linux-gnueabihf-ld.gold*
    -rwxr-xr-x 2 jonas jonas  4839912 Dez  9  2019 arm-none-linux-gnueabihf-nm*
    -rwxr-xr-x 2 jonas jonas  5534992 Dez  9  2019 arm-none-linux-gnueabihf-objcopy*
    -rwxr-xr-x 2 jonas jonas  7405496 Dez  9  2019 arm-none-linux-gnueabihf-objdump*
    -rwxr-xr-x 2 jonas jonas  4971448 Dez  9  2019 arm-none-linux-gnueabihf-ranlib*
    -rwxr-xr-x 2 jonas jonas  2603984 Dez  9  2019 arm-none-linux-gnueabihf-readelf*
    -rwxr-xr-x 1 jonas jonas  4792352 Dez  9  2019 arm-none-linux-gnueabihf-size*
    -rwxr-xr-x 1 jonas jonas  4789368 Dez  9  2019 arm-none-linux-gnueabihf-strings*
    -rwxr-xr-x 2 jonas jonas  5534992 Dez  9  2019 arm-none-linux-gnueabihf-strip*
    jonas@jonas-Virtual-Machine:~/arago-sdk/build(master)$ ll $TOOLCHAIN_PATH_ARMV8/bin
    total 345348
    drwxr-xr-x 2 jonas jonas     4096 Dez  9  2019 ./
    drwxr-xr-x 9 jonas jonas     4096 Dez 13  2019 ../
    -rwxr-xr-x 1 jonas jonas  5607416 Dez  9  2019 aarch64-none-linux-gnu-addr2line*
    -rwxr-xr-x 2 jonas jonas  5778440 Dez  9  2019 aarch64-none-linux-gnu-ar*
    -rwxr-xr-x 2 jonas jonas  8592720 Dez  9  2019 aarch64-none-linux-gnu-as*
    -rwxr-xr-x 2 jonas jonas  5731608 Dez  9  2019 aarch64-none-linux-gnu-c++*
    -rwxr-xr-x 1 jonas jonas  5557312 Dez  9  2019 aarch64-none-linux-gnu-c++filt*
    -rwxr-xr-x 1 jonas jonas  5727720 Dez  9  2019 aarch64-none-linux-gnu-cpp*
    -rwxr-xr-x 1 jonas jonas 49317384 Dez  9  2019 aarch64-none-linux-gnu-dwp*
    -rwxr-xr-x 1 jonas jonas   108952 Dez  9  2019 aarch64-none-linux-gnu-elfedit*
    -rwxr-xr-x 2 jonas jonas  5731608 Dez  9  2019 aarch64-none-linux-gnu-g++*
    -rwxr-xr-x 2 jonas jonas  5721872 Dez  9  2019 aarch64-none-linux-gnu-gcc*
    -rwxr-xr-x 2 jonas jonas  5721872 Dez  9  2019 aarch64-none-linux-gnu-gcc-9.2.1*
    -rwxr-xr-x 1 jonas jonas   141856 Dez  9  2019 aarch64-none-linux-gnu-gcc-ar*
    -rwxr-xr-x 1 jonas jonas   141672 Dez  9  2019 aarch64-none-linux-gnu-gcc-nm*
    -rwxr-xr-x 1 jonas jonas   141688 Dez  9  2019 aarch64-none-linux-gnu-gcc-ranlib*
    -rwxr-xr-x 1 jonas jonas  5198168 Dez  9  2019 aarch64-none-linux-gnu-gcov*
    -rwxr-xr-x 1 jonas jonas  3138752 Dez  9  2019 aarch64-none-linux-gnu-gcov-dump*
    -rwxr-xr-x 1 jonas jonas  3279072 Dez  9  2019 aarch64-none-linux-gnu-gcov-tool*
    -rwxr-xr-x 1 jonas jonas 93554696 Dez  9  2019 aarch64-none-linux-gnu-gdb*
    -rwxr-xr-x 1 jonas jonas     3270 Dez  9  2019 aarch64-none-linux-gnu-gdb-add-index*
    -rwxr-xr-x 1 jonas jonas  5731296 Dez  9  2019 aarch64-none-linux-gnu-gfortran*
    -rwxr-xr-x 1 jonas jonas  6129144 Dez  9  2019 aarch64-none-linux-gnu-gprof*
    -rwxr-xr-x 4 jonas jonas  9995472 Dez  9  2019 aarch64-none-linux-gnu-ld*
    -rwxr-xr-x 4 jonas jonas  9995472 Dez  9  2019 aarch64-none-linux-gnu-ld.bfd*
    -rwxr-xr-x 2 jonas jonas 65432984 Dez  9  2019 aarch64-none-linux-gnu-ld.gold*
    -rwxr-xr-x 2 jonas jonas  5647208 Dez  9  2019 aarch64-none-linux-gnu-nm*
    -rwxr-xr-x 2 jonas jonas  6341992 Dez  9  2019 aarch64-none-linux-gnu-objcopy*
    -rwxr-xr-x 2 jonas jonas  9179360 Dez  9  2019 aarch64-none-linux-gnu-objdump*
    -rwxr-xr-x 2 jonas jonas  5778440 Dez  9  2019 aarch64-none-linux-gnu-ranlib*
    -rwxr-xr-x 2 jonas jonas  2603736 Dez  9  2019 aarch64-none-linux-gnu-readelf*
    -rwxr-xr-x 1 jonas jonas  5596280 Dez  9  2019 aarch64-none-linux-gnu-size*
    -rwxr-xr-x 1 jonas jonas  5595624 Dez  9  2019 aarch64-none-linux-gnu-strings*
    -rwxr-xr-x 2 jonas jonas  6341992 Dez  9  2019 aarch64-none-linux-gnu-strip*

    我使用的是 Ubuntu 20.04.03 LTS

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    你好 Jonas、

    谢谢。 工具链似乎安装正确。

    但是、目前官方不支持 Ubuntu 20.04。 由于您已经在使用虚拟机、您能否使用 Ubuntu 18.04设置一个虚拟机以查看您是否可以使用此环境进行正常构建?

    顺便说一下、您报告的错误有点奇怪、在尝试使用官方不支持的 Linux 发行版时、我没有看到您描述的特定上下文中的错误。 可能是 Yocto 的'EDE_TARGET_SYS'过程似乎出错了、这是一种替代工具链二进制名称的机制。 这会导致您的编译由于某种原因尝试使用错误的名称访问工具链二进制文件。

    此致、Andreas

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    尊敬的 Andreas:

    谢谢。 我使用 Ubuntu 18.04.04设置新虚拟机。 MACHINE=am64-EVM 看起来工作正常、但 HS 版本提供了类似的工具链错误。

    jonas@jonas-VirtualBox:~/tisdk/build$ git clone git.ti.com/.../core-secdev-k3.git -b master
    Cloning into 'core-secdev-k3'...
    remote: Enumerating objects: 43, done.
    remote: Counting objects: 100% (43/43), done.
    remote: Compressing objects: 100% (41/41), done.
    remote: Total 43 (delta 13), reused 0 (delta 0), pack-reused 0
    Unpacking objects: 100% (43/43), done.
    jonas@jonas-VirtualBox:~/tisdk/build$ export TI_SECURE_DEV_PKG=`pwd`/core-secdev-k3
    jonas@jonas-VirtualBox:~/tisdk/build$ TI_SECURE_DEV_PKG_K3=$TI_SECURE_DEV_PKG MACHINE=am64xx-hs-evm bitbake tisdk-base-image
    ERROR: Unable to start bitbake server (None)
    ERROR: Server log for this session (/home/jonas/tisdk/build/bitbake-cookerdaemon.log):
    --- Starting bitbake server pid 31683 at 2022-10-21 09:31:48.732729 ---
    ERROR: Failed to obtain external Arm toolchain version: Execution of '${DEF_TOOLCHAIN_PATH}/bin/INVALID-linux-gcc -v' failed: command not found
    ERROR: Failed to obtain external Arm toolchain version: Execution of '${DEF_TOOLCHAIN_PATH}/bin/INVALID-linux-gcc -v' failed: command not found
    ERROR: Error: EXTERNAL_TOOLCHAIN path '${DEF_TOOLCHAIN_PATH}' does not exist
    
    jonas@jonas-VirtualBox:~/tisdk/build$ ll $TOOLCHAIN_PATH_ARMV7/bin
    total 308176
    drwxr-xr-x 2 jonas jonas     4096 Dez  9  2019 ./
    drwxr-xr-x 9 jonas jonas     4096 Dez 13  2019 ../
    -rwxr-xr-x 1 jonas jonas  4800840 Dez  9  2019 arm-none-linux-gnueabihf-addr2line*
    -rwxr-xr-x 2 jonas jonas  4971456 Dez  9  2019 arm-none-linux-gnueabihf-ar*
    -rwxr-xr-x 2 jonas jonas  7253104 Dez  9  2019 arm-none-linux-gnueabihf-as*
    -rwxr-xr-x 2 jonas jonas  5398072 Dez  9  2019 arm-none-linux-gnueabihf-c++*
    -rwxr-xr-x 1 jonas jonas  4752136 Dez  9  2019 arm-none-linux-gnueabihf-c++filt*
    -rwxr-xr-x 1 jonas jonas  5390792 Dez  9  2019 arm-none-linux-gnueabihf-cpp*
    -rwxr-xr-x 1 jonas jonas 43668064 Dez  9  2019 arm-none-linux-gnueabihf-dwp*
    -rwxr-xr-x 1 jonas jonas   109016 Dez  9  2019 arm-none-linux-gnueabihf-elfedit*
    -rwxr-xr-x 2 jonas jonas  5398072 Dez  9  2019 arm-none-linux-gnueabihf-g++*
    -rwxr-xr-x 2 jonas jonas  5387592 Dez  9  2019 arm-none-linux-gnueabihf-gcc*
    -rwxr-xr-x 2 jonas jonas  5387592 Dez  9  2019 arm-none-linux-gnueabihf-gcc-9.2.1*
    -rwxr-xr-x 1 jonas jonas   141952 Dez  9  2019 arm-none-linux-gnueabihf-gcc-ar*
    -rwxr-xr-x 1 jonas jonas   141776 Dez  9  2019 arm-none-linux-gnueabihf-gcc-nm*
    -rwxr-xr-x 1 jonas jonas   141792 Dez  9  2019 arm-none-linux-gnueabihf-gcc-ranlib*
    -rwxr-xr-x 1 jonas jonas  5195848 Dez  9  2019 arm-none-linux-gnueabihf-gcov*
    -rwxr-xr-x 1 jonas jonas  3133408 Dez  9  2019 arm-none-linux-gnueabihf-gcov-dump*
    -rwxr-xr-x 1 jonas jonas  3277352 Dez  9  2019 arm-none-linux-gnueabihf-gcov-tool*
    -rwxr-xr-x 1 jonas jonas 90560248 Dez  9  2019 arm-none-linux-gnueabihf-gdb*
    -rwxr-xr-x 1 jonas jonas     3270 Dez  9  2019 arm-none-linux-gnueabihf-gdb-add-index*
    -rwxr-xr-x 1 jonas jonas  5397752 Dez  9  2019 arm-none-linux-gnueabihf-gfortran*
    -rwxr-xr-x 1 jonas jonas  5323760 Dez  9  2019 arm-none-linux-gnueabihf-gprof*
    -rwxr-xr-x 4 jonas jonas  7346064 Dez  9  2019 arm-none-linux-gnueabihf-ld*
    -rwxr-xr-x 4 jonas jonas  7346064 Dez  9  2019 arm-none-linux-gnueabihf-ld.bfd*
    -rwxr-xr-x 2 jonas jonas 54502264 Dez  9  2019 arm-none-linux-gnueabihf-ld.gold*
    -rwxr-xr-x 2 jonas jonas  4839912 Dez  9  2019 arm-none-linux-gnueabihf-nm*
    -rwxr-xr-x 2 jonas jonas  5534992 Dez  9  2019 arm-none-linux-gnueabihf-objcopy*
    -rwxr-xr-x 2 jonas jonas  7405496 Dez  9  2019 arm-none-linux-gnueabihf-objdump*
    -rwxr-xr-x 2 jonas jonas  4971448 Dez  9  2019 arm-none-linux-gnueabihf-ranlib*
    -rwxr-xr-x 2 jonas jonas  2603984 Dez  9  2019 arm-none-linux-gnueabihf-readelf*
    -rwxr-xr-x 1 jonas jonas  4792352 Dez  9  2019 arm-none-linux-gnueabihf-size*
    -rwxr-xr-x 1 jonas jonas  4789368 Dez  9  2019 arm-none-linux-gnueabihf-strings*
    -rwxr-xr-x 2 jonas jonas  5534992 Dez  9  2019 arm-none-linux-gnueabihf-strip*
    jonas@jonas-VirtualBox:~/tisdk/build$ ll $TOOLCHAIN_PATH_ARMV8/bin
    total 345348
    drwxr-xr-x 2 jonas jonas     4096 Dez  9  2019 ./
    drwxr-xr-x 9 jonas jonas     4096 Dez 13  2019 ../
    -rwxr-xr-x 1 jonas jonas  5607416 Dez  9  2019 aarch64-none-linux-gnu-addr2line*
    -rwxr-xr-x 2 jonas jonas  5778440 Dez  9  2019 aarch64-none-linux-gnu-ar*
    -rwxr-xr-x 2 jonas jonas  8592720 Dez  9  2019 aarch64-none-linux-gnu-as*
    -rwxr-xr-x 2 jonas jonas  5731608 Dez  9  2019 aarch64-none-linux-gnu-c++*
    -rwxr-xr-x 1 jonas jonas  5557312 Dez  9  2019 aarch64-none-linux-gnu-c++filt*
    -rwxr-xr-x 1 jonas jonas  5727720 Dez  9  2019 aarch64-none-linux-gnu-cpp*
    -rwxr-xr-x 1 jonas jonas 49317384 Dez  9  2019 aarch64-none-linux-gnu-dwp*
    -rwxr-xr-x 1 jonas jonas   108952 Dez  9  2019 aarch64-none-linux-gnu-elfedit*
    -rwxr-xr-x 2 jonas jonas  5731608 Dez  9  2019 aarch64-none-linux-gnu-g++*
    -rwxr-xr-x 2 jonas jonas  5721872 Dez  9  2019 aarch64-none-linux-gnu-gcc*
    -rwxr-xr-x 2 jonas jonas  5721872 Dez  9  2019 aarch64-none-linux-gnu-gcc-9.2.1*
    -rwxr-xr-x 1 jonas jonas   141856 Dez  9  2019 aarch64-none-linux-gnu-gcc-ar*
    -rwxr-xr-x 1 jonas jonas   141672 Dez  9  2019 aarch64-none-linux-gnu-gcc-nm*
    -rwxr-xr-x 1 jonas jonas   141688 Dez  9  2019 aarch64-none-linux-gnu-gcc-ranlib*
    -rwxr-xr-x 1 jonas jonas  5198168 Dez  9  2019 aarch64-none-linux-gnu-gcov*
    -rwxr-xr-x 1 jonas jonas  3138752 Dez  9  2019 aarch64-none-linux-gnu-gcov-dump*
    -rwxr-xr-x 1 jonas jonas  3279072 Dez  9  2019 aarch64-none-linux-gnu-gcov-tool*
    -rwxr-xr-x 1 jonas jonas 93554696 Dez  9  2019 aarch64-none-linux-gnu-gdb*
    -rwxr-xr-x 1 jonas jonas     3270 Dez  9  2019 aarch64-none-linux-gnu-gdb-add-index*
    -rwxr-xr-x 1 jonas jonas  5731296 Dez  9  2019 aarch64-none-linux-gnu-gfortran*
    -rwxr-xr-x 1 jonas jonas  6129144 Dez  9  2019 aarch64-none-linux-gnu-gprof*
    -rwxr-xr-x 4 jonas jonas  9995472 Dez  9  2019 aarch64-none-linux-gnu-ld*
    -rwxr-xr-x 4 jonas jonas  9995472 Dez  9  2019 aarch64-none-linux-gnu-ld.bfd*
    -rwxr-xr-x 2 jonas jonas 65432984 Dez  9  2019 aarch64-none-linux-gnu-ld.gold*
    -rwxr-xr-x 2 jonas jonas  5647208 Dez  9  2019 aarch64-none-linux-gnu-nm*
    -rwxr-xr-x 2 jonas jonas  6341992 Dez  9  2019 aarch64-none-linux-gnu-objcopy*
    -rwxr-xr-x 2 jonas jonas  9179360 Dez  9  2019 aarch64-none-linux-gnu-objdump*
    -rwxr-xr-x 2 jonas jonas  5778440 Dez  9  2019 aarch64-none-linux-gnu-ranlib*
    -rwxr-xr-x 2 jonas jonas  2603736 Dez  9  2019 aarch64-none-linux-gnu-readelf*
    -rwxr-xr-x 1 jonas jonas  5596280 Dez  9  2019 aarch64-none-linux-gnu-size*
    -rwxr-xr-x 1 jonas jonas  5595624 Dez  9  2019 aarch64-none-linux-gnu-strings*
    -rwxr-xr-x 2 jonas jonas  6341992 Dez  9  2019 aarch64-none-linux-gnu-strip*

    此致、
    Jonas

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好
    此主题是否有更新?

    我们发现、在最新的 PROCESSOR-SDK-08.04.01.04中、meta-ti 层(meta-ti/conf/machine/am64xx-...)中没有 am64xx-hs-evm 机器配置 此修补程序已删除 :https://git.yoctoproject.org/meta-ti/commit/conf/machine?h=dunfell&id=dbc88f2d652a08d3f0f9dbb24b7f693dec6f7f2a

    但是、手册中已经说明: https://software-dl.ti.com/processor-sdk-linux/esd/AM64X/08_04_01_04/exports/docs/linux/Overview_Building_the_SDK.html#build-steps 、要使用以下机器配置构建 HS 版本:am64xx-hs-evm。

    这显然是错误发生的原因。 我建议您的团队修改手册的内容、并确保其适应所提供的实际文件。 这可能会为我们节省很多时间。

    找到该问题后、我将 am64xx-evm-k3r5-sr2-hs-se.conf 中的 SYSFW_SOC 和 SYSFW_suffix 更改为



    根据 SR 1.0 HE - SE 器件的迁移指南。

    然后、我使用以下命令提供 TI_SECURE_DEV_PKG 密钥、为 HS 版本制作了全新的构建:

    soc = am64x soc_type=hs machine=am64xx-evm TI_SECURE_DEV_PKG_K3=$TI_SECURE_DEV_PKG TI_SECURE_DEV_PKG`pwd`μ C/CORE-SECDEV-K3 bitbake tisdk-base-image

    它成功构建、没有错误。 但是、它不会在我们的末尾启动 串行控制台上无输出。
    您能否确认它正在您的终端上工作?

    此致、
    Jonas

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    [引用 userid="489422" URL"~/support/processors-group/processors/f/processors-forum/1160562/processor-sdk-am64x-processor-sdk-linux-for-am64x/4390841 #4390841"]我们发现在最新的 PROCESSOR-SDK-08.01.04中、meta-ti 层中没有 am64xx-hs-EVM 机器配置(meta-ti/conf/machine/am64xx-...) 此修补程序已删除 :https://git.yoctoproject.org/meta-ti/commit/conf/machine?h=dunfell&id=dbc88f2d652a08d3f0f9dbb24b7f693dec6f7f2a

    但是、手册中已经说明: https://software-dl.ti.com/processor-sdk-linux/esd/AM64X/08_04_01_04/exports/docs/linux/Overview_Building_the_SDK.html#build-steps 、要使用以下机器配置构建 HS 版本:am64xx-hs-evm。

    这显然是错误发生的原因。 我建议您的团队修改手册的内容、并确保其适应所提供的实际文件。 这可能会为我们节省大量时间。

    是的、正确答案、  SDK v8.04开始、am64xx-hs-EVM 不再用作机器目标。  am64xx-EVM 目标涵盖了所有器件型号。 这在我们的文档中是不正确的、我采取了一项措施来纠正这一问题。 很抱歉、您的终端上浪费了与此文档错误相关的任何时间。

    [引用 userid="489422" URL"~/support/processors-group/processors/f/processors-forum/1160562/processor-sdk-am64x-processor-sdk-linux-for-am64x/4390841` 4390841"] SOC=am64x SOC_type=hs machine=am64xx-EVM TI_SECURE_DEV_PKG_K3=$TI_SECURE_DEV_PKG TI_SECURE_DEV_PKG=`pdk / COREE-SECDEV-K3 bitwd-base]

    实际上、我们的 Yocto SDK 构建仅 在内部使用 TI_SECURE_DEV_PKG_K3、并且仅允许传入此 ENV 变量。 此外、由于 评估订单的原因、您使用 ENV 变量进行分配的方式在一行中、按顺序可能会导致 TI_SECURE_DEV_PKG_K3为空。 此外、无需在 该命令行上定义 SOC 和 SOC_TYPE、这些不会传递到 Yocto 编译中(这通过白名单进行管理、现在称为 BBB_ENV_passthrough_Additions)。 请尝试以下操作:

    MACHINE=am64xx-evm TI_SECURE_DEV_PKG_K3=`pwd`/core-secdev-k3 bitbake tisdk-base-image

    此致、Andreas

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好、

    谢谢!

    使用此命令

    MACHINE=am64xx-evm TI_SECURE_DEV_PKG_K3=`pwd`/core-secdev-k3 bitbake tisdk-base-image

    并将 am64xx-evm-k3r5-sr2-hs-fs.conf 中的标志更改为

    SYSFW_SOC ="am64x"
    SYSFW_SEASIN ="hs"


    我能够在 HS 修订版1板上构建和启动它。

    此致、
    Jonas