Recent content by zaxman22

  1. zaxman22

    Hacking [Tutorial] Printing Spla2n Posts with an Arduino/Teensy Board!

    After completely restarting I FINALLY found a fix for my error. Instead of going through command line, I installed MSYS. Using the MinGW Shell I navigated to my printer directory and just executed "make" and everything worked perfectly. I think it just really doesn't like using mingw32-make...
  2. zaxman22

    Hacking [Tutorial] Printing Spla2n Posts with an Arduino/Teensy Board!

    I just tried adding it to my path, it didn't fix the problem :/ ended up getting the same error. The system cannot find the path specified. The system cannot find the path specified. The system cannot find the path specified. ' [INFO] :' Begin compilation of project \"Joystick\"... "" avr-gcc...
  3. zaxman22

    Hacking [Tutorial] Printing Spla2n Posts with an Arduino/Teensy Board!

    So I rearranged my folders like this, and changed the path back to how it was before. I executed mingw32-make inside the flightstick folder and got this again: The system cannot find the path specified. The system cannot find the path specified. The system cannot find the path specified. '...
  4. zaxman22

    Hacking [Tutorial] Printing Spla2n Posts with an Arduino/Teensy Board!

    I'm having the same issue you had with "No rule to make target 'LUFA/Drivers/USB/Class/Common/HIDParser.c', needed by 'obj/HIDParser.o'. Stop.". You said you fixed this by updating your AVR installation, but mine is up to date.. can anyone else provide some help with this for me? This is what...