niXman gcc-13.1.0 - Printable Version +- QB64 Phoenix Edition (https://staging.qb64phoenix.com) +-- Forum: Chatting and Socializing (https://staging.qb64phoenix.com/forumdisplay.php?fid=11) +--- Forum: General Discussion (https://staging.qb64phoenix.com/forumdisplay.php?fid=2) +--- Thread: niXman gcc-13.1.0 (/showthread.php?tid=1714) |
niXman gcc-13.1.0 - Jack - 06-02-2023 niXman has updated gcc version from 12.2.0 to 13.1.0, I tried it and so far no problems RE: niXman gcc-13.1.0 - Kernelpanic - 06-02-2023 (06-02-2023, 10:14 AM)Jack Wrote: niXman has updated gcc version from 12.2.0 to 13.1.0, I tried it and so far no problems Thanks for the hint. Now one can play around with the latest version. github - GCC for Windows or GCC and MinGW-w64 for Windows RE: niXman gcc-13.1.0 - a740g - 06-02-2023 Yeah. I am using it now. Seems good so far. I will do some more testing. Honestly though, I am more interested in mstorsjo/llvm-mingw: An LLVM/Clang/LLD based mingw-w64 toolchain (github.com) LLVM-MinGW allows one to build native binaries for ARM64 for Windows. RE: niXman gcc-13.1.0 - Jack - 06-02-2023 hi a740g wonder whether QB64pe will work with ucrt? will give it try RE: niXman gcc-13.1.0 - Jack - 06-02-2023 (06-02-2023, 04:33 PM)a740g Wrote: Yeah. I am using it now. Seems good so far. I will do some more testing. it compiles ok but there some anomalies, the mouse click is slow to register -- it takes several tries also the graphics are off RE: niXman gcc-13.1.0 - a740g - 06-03-2023 Yeah. It compiles just fine because of all the changes we have made to QB64-PE codebase (you can see these in the git commits). However, as you discovered, there are still some issues. We'll need to get these issues fixed if we ever want to make the switch. |