Skip to main content
eeng.1
Associate
November 16, 2022
Question

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

  • November 16, 2022
  • 2 replies
  • 979 views

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?

This topic has been closed for replies.

2 replies

Olivier GALLIEN
ST Technical Moderator
November 22, 2022

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

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
eeng.1Author
Associate
November 24, 2022

Ok. Thanks a lot.