{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} \margl1440\margr1440\vieww9000\viewh8400\viewkind0 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural\pardirnatural \f0\fs24 \cf0 Last login: Mon May 2 09:32:25 on console\ Shellys-Laptop:~ shellymurphy$ sudo make -f hello.bus.45.c program-usbtiny\ Password:\ make: hello.bus.45.c: No such file or directory\ make: *** No rule to make target `hello.bus.45.c'. Stop.\ Shellys-Laptop:~ shellymurphy$ cd Desktop\ Shellys-Laptop:Desktop shellymurphy$ sudo make -f hello.bus.45.c program-usbtinyhello.bus.45.c:1: *** missing separator. Stop.\ Shellys-Laptop:Desktop shellymurphy$ sudo make -f hello.bus.45.c program-usbtinyhello.bus.45.c:1: *** missing separator. Stop.\ Shellys-Laptop:Desktop shellymurphy$ sudo make -f hello.bus.45.c program-usbtinyhello.bus.45.c:1: *** missing separator. Stop.\ Shellys-Laptop:Desktop shellymurphy$ ls\ Arduino.app bookmarks.html\ IMG_0910.JPG hello.bus.45.c\ Patrick school work hello.bus.45.make\ Patrick.hug.Cameron5x5.jpg screenshots\ Robotics pix for Patrick\ Shellys-Laptop:Desktop shellymurphy$ sudo make -f hello.bus.45.make program-usbtiny\ avr-gcc -mmcu=attiny85 -Wall -Os -DF_CPU=8000000 -I./ -o hello.bus.45.out hello.bus.45.c\ avr-objcopy -j .text -O ihex hello.bus.45.out hello.bus.45.c.hex;\\\ avr-size --mcu=attiny85 --format=avr hello.bus.45.out\ AVR Memory Usage\ ----------------\ Device: attiny85\ \ Program: 704 bytes (8.6% Full)\ (.text + .data + .bootloader)\ \ Data: 4 bytes (0.8% Full)\ (.data + .bss + .noinit)\ \ \ avrdude -p t85 -P usb -c usbtiny -U flash:w:hello.bus.45.c.hex\ \ avrdude: AVR device initialized and ready to accept instructions\ \ Reading | ################################################## | 100% 0.01s\ \ avrdude: Device signature = 0x1e930b\ avrdude: NOTE: FLASH memory has been specified, an erase cycle will be performed\ To disable this feature, specify the -D option.\ avrdude: erasing chip\ avrdude: reading input file "hello.bus.45.c.hex"\ avrdude: input file hello.bus.45.c.hex auto detected as Intel Hex\ avrdude: writing flash (704 bytes):\ \ Writing | ################################################## | 100% 0.47s\ \ \ \ avrdude: 704 bytes of flash written\ avrdude: verifying flash memory against hello.bus.45.c.hex:\ avrdude: load data flash data from input file hello.bus.45.c.hex:\ avrdude: input file hello.bus.45.c.hex auto detected as Intel Hex\ avrdude: input file hello.bus.45.c.hex contains 704 bytes\ avrdude: reading on-chip flash data:\ \ Reading | ################################################## | 100% 0.37s\ \ \ \ avrdude: verifying ...\ avrdude: 704 bytes of flash verified\ \ avrdude: safemode: Fuses OK\ \ avrdude done. Thank you.\ }