Advertisement
Guest User

Untitled

a guest
May 25th, 2015
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. make atmega328_384_8
  2. avr-gcc -g -Wall -Os -fno-inline-small-functions -fno-split-wide-types -mshort-calls -mmcu=atmega328p -DF_CPU=8000000L '-DLED_START_FLASHES=3' '-DBAUD_RATE=38400' -c -o optiboot.o optiboot.c
  3. avr-gcc: error: unrecognized command line option ‘-mshort-calls’
  4. make: *** [optiboot.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement