Closed Midcon113 closed 3 years ago
I've set up the symbolic links per the directions. I then do:
cd /cygdrive/c/Users/XXXX/workspace/x16-hello-cc65 make
The results I get are:
make -C asm make[1]: Entering directory '/cygdrive/c/Users/XXXX/workspace/x16-hello-cc65/asm' cl65 -t cx16 -o HELLOASM.PRG -l hello.list hello.asm cl65: Cannot exec 'ld65': No such file or directory make[1]: [Makefile:4: all] Error 1 make[1]: Leaving directory '/cygdrive/c/Users/XXXX/workspace/x16-hello-cc65/asm' make: [Makefile:2: all] Error 2
I've also run into the same error using Ubuntu 20.04 installed from the Microsoft Store, even after an uninstall and reinstall.
Really looking forward to digging into your tutorials next week when I'm off for spring break; hoping you can shed some light on this. Thank you!
I've set up the symbolic links per the directions. I then do:
cd /cygdrive/c/Users/XXXX/workspace/x16-hello-cc65 make
The results I get are:
make -C asm make[1]: Entering directory '/cygdrive/c/Users/XXXX/workspace/x16-hello-cc65/asm' cl65 -t cx16 -o HELLOASM.PRG -l hello.list hello.asm cl65: Cannot exec 'ld65': No such file or directory make[1]: [Makefile:4: all] Error 1 make[1]: Leaving directory '/cygdrive/c/Users/XXXX/workspace/x16-hello-cc65/asm' make: [Makefile:2: all] Error 2
I've also run into the same error using Ubuntu 20.04 installed from the Microsoft Store, even after an uninstall and reinstall.
Really looking forward to digging into your tutorials next week when I'm off for spring break; hoping you can shed some light on this. Thank you!