Re: Windows 11 - Compiling toolchain (5.3 and 6)

2023-10-12 Thread zhengxiaojun
在 2023/10/12 23:21, Sebastian Huber 写道: Hello Chris, some of our customers use WSL2 with Ubuntu, they reported no issues with the RSB build of RTEMS 6. If you want to build mingw tools, then I would build them on Linux with a mingw cross compiler. I can not get arm-rtems-gcc in this way.

Re: Windows 11 - Compiling toolchain (5.3 and 6)

2023-10-12 Thread zhengxiaojun
Hello Chris, I used MSYS2, not all the tools can be compiled in MSYS2. MSYS2 has a pre-built dtc package, so you do not need to compile it. And ged,texinfo,gdb,rtems-tools can not build success in my MSYS2, but these tools are not essential for compiling RTEMS6. I just compile expat,gmp, b

Re: Windows 11 - Compiling toolchain (5.3 and 6)

2023-10-12 Thread Chris Johns
On 13/10/2023 1:21 am, Sebastian Huber wrote: > some of our customers use WSL2 with Ubuntu, they reported no issues with the > RSB > build of RTEMS 6. I think something in recent Linux versions is causing problems with RTEMS 5. > If you want to build mingw tools, then I would build them on Linux

Re: Windows 11 - Compiling toolchain (5.3 and 6)

2023-10-12 Thread Sebastian Huber
Hello Chris, some of our customers use WSL2 with Ubuntu, they reported no issues with the RSB build of RTEMS 6. If you want to build mingw tools, then I would build them on Linux with a mingw cross compiler. Kind regards, Sebastian -- embedded brains GmbH Herr Sebastian HUBER Dorni

Windows 11 - Compiling toolchain (5.3 and 6)

2023-10-12 Thread Chris Thomas
Good Day, I'm attempting to build a toolchain on Windows 11. I've followed the quickstart guide for 5.3 as well as 6 and run into build errors each time. I began with MSYS2 and ran into this issue: https://www.mail-archive.com/users@rtems.org/msg03627.html I implemented the work around but i