Hello,
I am VERY new. I got blink to work and jumped around, as that was a big leap for me. I am an analog guy, not a digital one (yet).
After I got blink working I decided I would try the Oscillator Osc.cpp. I opened the folder, navigated to Osc.cpp in VS (windows) and tried the build all command, and once that was done, the build task build_and_program_dfu
this is the error part of terminal:
Erase [=========================] 100% 74824 bytes
Erase done.
Download [=========================] 100% 74824 bytes
Download done.
File downloaded successfully
Error during download get_status
make: *** [../../libDaisy/core/Makefile:344: program-dfu] Error 74
- The terminal process “C:\Program Files\Git\bin\bash.exe ‘–login’, ‘-i’, ‘-c’, ‘make clean; make; make program-dfu’” terminated with exit code: 2.
This is a brand new clone of daisy. I set up everything roughly an hour ago. Any help would be appreciated.