How can I cross compile an stm32mp1 target project on windows?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-16 3: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?
- Labels:
-
STM32MP15 Lines
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-22 1: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
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-24 7:46 AM
Ok. Thanks a lot.
