wmjb

Results 15 comments of wmjb

simple, assuming the TXT_BASE address in the firmware is 80110000 and the UEFI firmware is on usb port 1 partition 1, in u-boot console load usb 0:1 80110000 RP_EFI.fd go...

thanks, manages to get it to go a bit further overriding the depth to 16, then it was crashing on the testGLSL function in glx/hardext.c to test the verion so...

this is the diff so far to get to that point. mayeb i've made some changes that don't make sense ```diff --git a/src/gl/init.c b/src/gl/init.c index 0398a1b..dcdbd3a 100644 --- a/src/gl/init.c +++...

https://github.com/wmjb/nano-for-windows/actions/runs/10546743936

thanks for this, with your build recipe and a few tweaks i was able to get it built for arm32 windows.

just to give you a bit of background on the reason for the request. i've used llvm-mingw https://github.com/mstorsjo/llvm-mingw to cross compile llvm-msvc to armv7 -nvidia tegra arm32 microsoft surface rt...

> > Can you just rename mingw32-make as nmake? Simple makefiles are generally compatible across different make implementations. What makes nmake makefiles special is that it usually assumes you use...

looks like the problem is with the opengl32.dll.

microsoft surface 1 and 2, windows 10. we use gldirect5 which gives opengl 1.1 over dx9. ioq3 builds and runs fine.

a temporary workaround seems to be comment out the check https://github.com/pypa/distutils/blob/49e362ce78427d51b104664d246296f7546176a1/distutils/ccompiler.py#L1086 and it compiles with mingw