here's the error I'm getting:
C:\MLnew\magic-lantern>make 600d
process_begin: CreateProcess(NULL, date +%Y-%m-%d, ...) failed.
/usr/bin/sh: date: command not found
process_begin: CreateProcess(NULL, pwd, ...) failed.
make -C /platform/600D.102
make: *** /platform/600D.102: No such file or directory. Stop.
make: *** [600d] Error 2
I've tried every conceivable path in makefile.user, it just doesn't seem to be finding the directory.
tried:
C:/ path
c:/ path
/path
~path
../path
../../path
../../../path
ps .. I've looked at nanomad's VM, but not sure how to go about setting it up.