Makefile:214: *** missing separator. Stop.

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
jim

Makefile:214: *** missing separator. Stop.

Post by jim » Fri Feb 22, 2008 3:01 am

i go from this:

avrdude -p t2313 -c dasa -i 5000 -P /dev/cu.PL2303-1B1

avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 2.30s

avrdude: Device signature = 0x1e910a

avrdude: safemode: Fuses OK

avrdude done. Thank you.


to this:

make program-alt_leds
Makefile:214: *** missing separator. Stop.

real easy.

am i having problems with "make", "alt_leds" or with "makefile"?

jim

Post Reply