Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. avr-gcc -g -Wall -O2 -mmcu=atmega328p -I/usr/local/avr/include -c -o print.o print.c
  2. print.c: In function ‘main’:
  3. print.c:18: warning: control reaches end of non-void function
  4. avr-gcc -g -Wall -O2 -mmcu=atmega328p -I/usr/local/avr/include -c -o uart.o uart.c
  5. avr-gcc -g -Wall -O2 -mmcu=atmega328p -I/usr/local/avr/include -Wl,-Map,print.map -o print.elf print.o uart.o -L/usr/local/avr/lib/avr5 -L/usr/local/avr/lib
  6. /usr/lib/gcc/avr/4.3.3/../../../avr/bin/ld: crtm328p.o: No such file: No such file or directory
  7. make: *** [print.elf] Error 1
  8.  
  9. -rw-r--r-- 1 root root 4432 2011-04-22 01:13 /usr/local/avr/lib/avr5/crtm328p.o
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement