Advertisement
Guest User

Untitled

a guest
Nov 14th, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. Makefile:175: lib/data.ld: No such file or directory
  2. Makefile:175: lib/general.ld: No such file or directory
  3. Makefile:175: lib/error.ld: No such file or directory
  4. Makefile:175: lib/access.ld: No such file or directory
  5. Makefile:175: lib/init.ld: No such file or directory
  6. Makefile:175: lib/sysfs.ld: No such file or directory
  7. Makefile:175: lib/conf-parse.ld: No such file or directory
  8. Makefile:175: lib/conf-lex.ld: No such file or directory
  9. Makefile:175: lib/data.ad: No such file or directory
  10. Makefile:175: lib/general.ad: No such file or directory
  11. Makefile:175: lib/error.ad: No such file or directory
  12. Makefile:175: lib/access.ad: No such file or directory
  13. Makefile:175: lib/init.ad: No such file or directory
  14. Makefile:175: lib/sysfs.ad: No such file or directory
  15. Makefile:175: lib/conf-parse.ad: No such file or directory
  16. Makefile:175: lib/conf-lex.ad: No such file or directory
  17. make: Warning: File `lib/test/Module.mk' has modification time 437760299 s in the future
  18. gcc -M -MG -DETCDIR="\"/etc\"" -I. -Wall -O2 -Wstrict-prototypes -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wnested-externs -Winline -W -Wmissing-prototypes -Wundef prog/sensors/chips.c | \
  19. sed -e 's@^\(.*\)\.o:@prog/sensors/chips.rd prog/sensors/chips.ro: Makefile '`dirname prog/sensors/chips.rd`/Module.mk' @' > prog/sensors/chips.rd
  20. gcc -M -MG -DETCDIR="\"/etc\"" -I. -Wall -O2 -Wstrict-prototypes -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wnested-externs -Winline -W -Wmissing-prototypes -Wundef prog/sensors/main.c | \
  21. sed -e 's@^\(.*\)\.o:@prog/sensors/main.rd prog/sensors/main.ro: Makefile '`dirname prog/sensors/main.rd`/Module.mk' @' > prog/sensors/main.rd
  22. /usr/bin/bison
  23. bison -p sensors_yy -d lib/conf-parse.y -o lib/conf-parse.c
  24. /usr/bin/flex
  25. flex -Psensors_yy -t -Cfe -8 lib/conf-lex.l > lib/conf-lex.c
  26. flex: fatal internal error, exec failed
  27. make: *** [lib/conf-lex.c] Error 141
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement