I see. Thank you.
Can I move forward with performing the binary install by looking up steps on how to do that, or do I need to uninstall my current dfu 0.5.4 first?
I'm getting this when I try to run the configure file in the install you attached
Last login: Mon Nov 26 11:17:43 on ttys000
Adam-Rolphs-iMac-3:~ adamrolph$ /Users/adamrolph/Desktop/OSX-dfu-programmer-binary/dfu_programmer_install_src/dfu-programmer/configure ; exit;
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /Users/adamrolph/Desktop/OSX-dfu-programmer-binary/dfu_programmer_install_src/dfu-programmer/m4/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: error: source directory already configured; run "make distclean" there first
logout
[Process completed]
This is what I got when I ran the executable file
Last login: Mon Nov 26 11:18:26 on ttys000
Adam-Rolphs-iMac-3:~ adamrolph$ /Users/adamrolph/Desktop/OSX-dfu-programmer-binary/dfu-programmer ; exit;
dyld: Library not loaded: /usr/local/lib/libusb-1.0.0.dylib
Referenced from: /Users/adamrolph/Desktop/OSX-dfu-programmer-binary/dfu-programmer
Reason: image not found
Trace/BPT trap: 5
logout
[Process completed]
Thanks for any help. I just want to be able to flash memory so I can start learning how to code drivers.. setting up the proper workspace in the terminal really has me hung up.