2020-12-02 05:36 PM
2020-12-21 07:58 AM
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
2020-12-21 05:45 PM
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.
2020-12-21 05:54 PM
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