mccakit

Results 18 comments of mccakit

So, what are we doing exactly? Do we choose the latest sdk or extract wdk manually or download the wdk installer and put it in a folder somewhere and point...

I use python 3.15, and I would like to use dev versions of python without trouble. If bugs occur, I can just submit a PR

Assets directory would be nice, as sdl_load already uses that

Is there anything I can do to help resolve this issue more quickly? I'd like to move on to new challenges and experiments, but I feel stuck.

### This example still doesn't compile [hi.zip](https://github.com/user-attachments/files/20375635/hi.zip) with this ``` xmake f -p cross --cross=x86_64-pc-linux-gnu --toolchain=llvm --sdk=C:\dev\sysroots\deb2 -cvD ``` [output.txt](https://github.com/user-attachments/files/20375649/output.txt) ### I'm on the dev branch as can be seen...

> I have improved it. [#6471](https://github.com/xmake-io/xmake/pull/6471) > > ``` > xmake f -p cross --cross=x86_64-pc-linux-gnu --toolchain=llvm --sdk=C:\xxx\llvm -cvD > ``` > > but std header has been not supported yet...

@waruqi full example here https://github.com/mccakit/Bug-Report

It is not a compiler issue, I can compile from the oneAPI shell using icx and run it successfully. but all builds in xmake fail.

I get stack buffer overruns with all targets built with xmake icx toolchain. ``` C:\Users\cakit\Desktop\intel_sycl\build\windows\x64\release>gdb-oneapi intel_sycl.exe GNU gdb (Intel(R) Distribution for GDB* 2025.1.0) 15.2 Copyright (C) 2025 Free Software Foundation,...

I tried without success, someone more knowledgable should look into it, I even tried reverting to the previous commit