Skip to main content
Jzhua
Associate III
December 3, 2020
Question

Is it possible to generate mingw32 sdk in Yocto

  • December 3, 2020
  • 1 reply
  • 1627 views

Is it possible to generate mingw32 sdk in Yocto

This topic has been closed for replies.

1 reply

Olivier GALLIEN
Technical Moderator
December 21, 2020

Hi @Jzhua​ ,

I'm wondering http://git.yoctoproject.org/cgit.cgi/meta-mingw is what you are looking for ?

Looks something is there but not integrated/supported by ST.

Can you share the need behind this request ?

Thx,

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.
Jzhua
JzhuaAuthor
Associate III
December 22, 2020

We are currently using an arm9 board, and the workflow is based on the windows operating system, including compiling, debugging and downloading. We just use buildroot to compile u-boot, kernel, rootfs on the Linux server, because we can find the windows version corresponding to the gcc compiler. Copy sysroot, so that you can develop applications under windows.

In addition to our own development equipment, we also provide customers with boards, and they develop applications by themselves. They are more willing to develop under windows rather than under Linux.

Jzhua
JzhuaAuthor
Associate III
December 22, 2020

We are currently testing the use of linaro mingw32-gcc compiler and sysroot build on yocto,it can compile and debug, it appears to be feasible. We will also conduct more extensive tests to verify