On 20 Jun 2023, at 13:08, Sumit Garg via lists.yoctoproject.org 
<[email protected]> wrote:
> 
> On Mon, 19 Jun 2023 at 22:03, Jesus.JimenezSanchez via
> lists.yoctoproject.org
> <[email protected]> wrote:
>> 
>> Hello, I'm trying to add the arm toolchain to my yocto project but I just 
>> got this error
>> ```
>> | cp: cannot stat 
>> '.../tmp-glibc/work/cortexa7t2hf-neon-vfpv4-ostl-linux-gnueabi/external-arm-toolchain/2022.02-r0/image/local/SUPPORTED':
>>  No such file or directory
>> ```
>> It comes from the `external-arm-toolchain.bb` recipe. I've checked and the 
>> `SUPPORTED` file is in the right folder (the `files` folder where the 
>> `external-arm-toolchain.bb` file is). I haven't made any modifications to 
>> the meta-arm repo. I just cloned it and changed to branch `kirkstone`. After 
>> that, I have configured my local.conf with this:
>> ```
>> TCMODE = "external-arm"
>> 
>> EXTERNAL_TOOLCHAIN = 
>> ".../gcc-arm-11.2-2022.02-x86_64-arm-none-linux-gnueabihf"
>> ```
>> 
> 
> Don't provide a relative path here. It should be an absolute path to
> your external toolchain install directory. This should resolve your
> issue.

If that’s the issue, can you add a check for the path being absolute to the 
class?

Ross
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#60361): https://lists.yoctoproject.org/g/yocto/message/60361
Mute This Topic: https://lists.yoctoproject.org/mt/99626981/21656
Mute #toolchain:https://lists.yoctoproject.org/g/yocto/mutehashtag/toolchain
Group Owner: [email protected]
Unsubscribe: 
https://lists.yoctoproject.org/g/yocto/leave/6691583/21656/737036229/xyzzy 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to