Replies: 1 comment
-
OK, rookie mistake I figured it out. Didn't start as 'administrator'. Got it to work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to change to ESPHamClock directory and run make -j 4 hamclock-2400x1440 / sudo make install. How do I do this in WSL. I'm sure I'm just leaving something out but cding to /mnt/c/windows/system32/ESPHamClock/ produces
n0xxx@Gunroom2:/mnt/c/Windows/system32/ESPHamClock/ESPHamClock$ make -j 4 hamclock-2400x1440
cd ArduinoLib && make clean
make[1]: Entering directory '/mnt/c/Windows/system32/ESPHamClock/ESPHamClock/ArduinoLib'
touch x.o x.a x.a.1
touch: cannot touch 'x.o': Permission denied
touch: cannot touch 'x.a': Permission denied
touch: cannot touch 'x.a.1': Permission denied
make[1]: *** [Makefile:41: clean] Error 1
make[1]: Leaving directory '/mnt/c/Windows/system32/ESPHamClock/ESPHamClock/ArduinoLib'
make: *** [Makefile:278: clean] Error 2
Beta Was this translation helpful? Give feedback.
All reactions