cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to generate mingw32 sdk in Yocto

Jzhua
Associate III

Is it possible to generate mingw32 sdk in Yocto

3 REPLIES 3
Olivier GALLIEN
ST Employee

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.

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
Associate III

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