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. -Sumit > I have added this to the `bblayers.conf`: > ``` > BBLAYERS += "${OEROOT}/layers/meta-arm/meta-arm-toolchain" > ``` > > And that's it, I think. Have I missed any steps? > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#60360): https://lists.yoctoproject.org/g/yocto/message/60360 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] -=-=-=-=-=-=-=-=-=-=-=-