cancel
Showing results for 
Search instead for 
Did you mean: 

How can I cross compile an stm32mp1 target project on windows?

eeng.1
Associate

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?

2 REPLIES 2
Olivier GALLIEN
ST Employee

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

Olivier GALLIEN
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
eeng.1
Associate

Ok. Thanks a lot.