Make (e=2)

Hi there, I’ve just received a Daisy Patch and am trying to load the verb example as my first go. I am running into the following error when running the command make program-dfu

C:\Users\rprim~\Desktop\DaisyExamples\patch\verb>make program-dfu
dfu-util -a 0 -s 0x08000000:leave -D build/ex_verb.bin -d 0483:df11
process_begin: CreateProcess(NULL, dfu-util -a 0 -s 0x08000000:leave -D build/ex_verb.bin -d 0483:df11, …) failed.
make (e=2): The system cannot find the file specified.
make: *** [program-dfu] Error 2

I’m sure this has to do with the environment variables but cant see the issue. These are what I have entered into the path section of both the user and the system:

Environment Variables

I think I figured it out, I just replaced the dfu util with a new directory and path, seems to work. I get the error 74, but I think that is fairly normal.

I was able to load the verb from max/msp now

1 Like