ov7670-no-ram-arduino-uno icon indicating copy to clipboard operation
ov7670-no-ram-arduino-uno copied to clipboard

How do you compile this code?

Open FrownyFace opened this issue 9 years ago • 1 comments

I have tried avr-gcc but the makefile seems to be giving me bugs. Also, what platform did you use to flash the code (that is, Windows/Linux/Mac) and did you use avrdude?

FrownyFace avatar Sep 04 '16 18:09 FrownyFace

Works on Mac OS X using Crosspack AVR. I modified one line in the Makefile and then use make install to flash:

AVRDUDE_PORT=/dev/tty.usbmodem1411

canadaduane avatar Oct 13 '17 02:10 canadaduane