On Tue, 20 Jun 2023 at 18:06, Ross Burton <ross.bur...@arm.com> wrote:
>
> On 20 Jun 2023, at 13:08, Sumit Garg via lists.yoctoproject.org 
> <sumit.garg=linaro....@lists.yoctoproject.org> wrote:
> >
> > On Mon, 19 Jun 2023 at 22:03, Jesus.JimenezSanchez via
> > lists.yoctoproject.org
> > <Jesus.JimenezSanchez=verifone....@lists.yoctoproject.org> 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?
>

Sure, see [1].

[1] https://lists.yoctoproject.org/g/meta-arm/message/4809

-Sumit

> Ross
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#60362): https://lists.yoctoproject.org/g/yocto/message/60362
Mute This Topic: https://lists.yoctoproject.org/mt/99626981/21656
Mute #toolchain:https://lists.yoctoproject.org/g/yocto/mutehashtag/toolchain
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to