Advertisement
Guest User

Untitled

a guest
Jan 31st, 2015
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. espe@cl:~/grado/programacion/arduino/uno$ make upload
  2. /usr/bin/avr-g++ -MM -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=100 -I. -I/usr/share/arduino/hardware/arduino/cores/arduino -I/usr/share/arduino/hardware/arduino/variants/standard -g -Os -w -Wall -ffunction-sections -fdata-sections -fno-exceptions build-cli/prueba.cpp -MF build-cli/prueba.d -MT build-cli/prueba.o
  3. cat build-cli/prueba.d > build-cli/depends.mk
  4. for STTYF in 'stty -F' 'stty --file' 'stty -f' 'stty <' ; \
  5. do $STTYF /dev/tty >/dev/null 2>&1 && break ; \
  6. done ; \
  7. $STTYF hupcl ; \
  8. (sleep 0.1 2>/dev/null || sleep 1) ; \
  9. $STTYF -hupcl
  10. stty: hupcl: No existe el fichero o el directorio
  11. stty: -hupcl: No existe el fichero o el directorio
  12. make: *** [reset] Error 1
  13. espe@cl:~/grado/programacion/arduino/uno$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement