Re: [OE-core] mickledore - adding rust tooling to sdk seems to create problematic rustc/cargo executable configurations

2023-09-12 Thread Danny Hadley
link-arg=--sysroot=/sysroots/cortexa7t2hf-neon-vfpv4-linux-gnueabi ``` should I be double checking something is available to me in those sysroot paths? On Tue, Sep 12, 2023 at 1:48 PM Alexander Kanavin wrote: > On Tue, 12 Sept 2023 at 19:26, Danny Hadley wrote: > > > I can provide a

[OE-core] mickledore - adding rust tooling to sdk seems to create problematic rustc/cargo executable configurations

2023-09-12 Thread Danny Hadley
Hey all! I am working on rust project targeting the STM32MPU, (specifically the stm32MP135F-DK). ST has provided two layers for supporting os development on yocto: their distro: https://github.com/STMicroelectronics/meta-st-openstlinux their BSP: https://github.com/STMicroelectronics/meta-st-stm3