LightningStalker / Splatmeme-Printer

LUFA Project for the Nintendo Switch. Pretends to be a HORI Pokken Pad and prints Splatoon 2 Posts 🍋🍋
Other
61 stars 10 forks source link

I use Arduino UNO R3 #7

Closed tupochang closed 7 years ago

tupochang commented 7 years ago

I use Arduino UNO R3 But when i edit the makefile setting MCU = atmega16u2 An error occurred error

MCU = at90usb1286 Can be compiled successfully

LightningStalker commented 7 years ago

I see a couple potential problems right off the bat:

Try using the latest AVR toolchain and read README.md very carefully.

tupochang commented 7 years ago

Ok, maybe I know where my problem If follow the steps GCC Compiler and Tools's Link is very old. I have to download "avr8-gnu-toolchain" Copy all folders that cover the "X:\WinAVR-20100110" folder. Now i can type make, and hit enter to compile.

LightningStalker commented 7 years ago

Glad to hear you got it straightened out

LightningStalker commented 7 years ago

Closing this