Advertisement
Guest User

Untitled

a guest
Dec 23rd, 2012
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. unlab@unlab-hackbox10:~/Downloads/dfu-programmer-0.5.5$ sudo make
  2. make all-recursive
  3. make[1]: Entering directory `/home/unlab/Downloads/dfu-programmer-0.5.5'
  4. Making all in src
  5. make[2]: Entering directory `/home/unlab/Downloads/dfu-programmer-0.5.5/src'
  6. source='main.c' object='main.o' libtool=no \
  7. DEPDIR=.deps depmode=none /bin/bash ../m4/depcomp \
  8. gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -c main.c
  9. ../m4/depcomp: line 3: $'\r': command not found
  10. ../m4/depcomp: line 5: $'\r': command not found
  11. ../m4/depcomp: line 7: $'\r': command not found
  12. ../m4/depcomp: line 12: $'\r': command not found
  13. ../m4/depcomp: line 17: $'\r': command not found
  14. ../m4/depcomp: line 21: $'\r': command not found
  15. ../m4/depcomp: line 26: $'\r': command not found
  16. ../m4/depcomp: line 28: $'\r': command not found
  17. ../m4/depcomp: line 29: syntax error near unexpected token `$'in\r''
  18. './m4/depcomp: line 29: `case $1 in
  19. make[2]: *** [main.o] Error 2
  20. make[2]: Leaving directory `/home/unlab/Downloads/dfu-programmer-0.5.5/src'
  21. make[1]: *** [all-recursive] Error 1
  22. make[1]: Leaving directory `/home/unlab/Downloads/dfu-programmer-0.5.5'
  23. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement