Skip to main content
Visitor II
November 16, 2022
Question

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

  • November 16, 2022
  • 2 replies
  • 956 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

    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

    eeng.1Author
    Visitor II
    November 24, 2022

    Ok. Thanks a lot.