2022-11-16 03:24 AM
I want to use arm-ostl-linux-gnueabi-gcc on windows. I have installed stm32mp1-gcc9.3.0-r2.exe on my windows 10 OS. When I try to compile a code, libraries like stdlib.h etc not found error appears. How can I resolve this?
2022-11-22 01:18 AM
Hi @eeng.1 ,
The Yocto SDK is not supported under Windows.
We recommend an Ubuntu station.
We made some experimental trials with WSL2 which can eventually fit your need.
Please refer to PC prerequisites - stm32mpu for complete information about recommended setup.
Olivier
2022-11-24 07:46 AM
Ok. Thanks a lot.