Steve K.
Steve K.
Sorry for the late reply, I finally got around testing it. Using the latest code base I don't have any issue building dependencies with `python build\thirdparty_download.py windows` but MSBuild still...
Yeah I don't know what that might be. The official Python installer on Windows creates a Python3 folder with a Python.exe file in it but no Python3.exe to be found
Been a bit busy lately but I will definitely add to the documentation as soon as possible
I could submit a PR if I could get Nextor to compile but I can't get it to work with WSL.
No. I followed the build instructions, but it wasn't finding the tools (N80, L80...) in PATH even though I installed all the required tools and put them in the bin...
@Konamiman I did as you just instructed and still get the same error as previously: ``` make -C kernel make[1]: Entering directory '/home/steveneska/Nextor/source/kernel' Makefile:75: *** "ERROR: can't execute /usr/bin/N80, is...
@Konamiman This is what I get: `-rw-r--r-- 1 steveneska steveneska 64522514 Mar 20 2023 /usr/bin/N80`
Yeah I get this now: `-rwxr-xr-x 1 steveneska steveneska 64522514 Mar 20 2023 /usr/bin/N80` Thank you for helping troubleshoot this and really sorry for the trouble, I'm very new to...
I will try to compile my changes, test to see if they check out and report back to you
Ran through this error while compiling Nextor with no modifications ``` sdasz80 -o bank5/fdisk_crt0.rel bank5/fdisk_crt0.s sdcc -o bank5/ --code-loc 0x4120 --data-loc 0x8020 -mz80 --disable-warning 196 --disable-warning 84 --disable-warning 85 \...