Guest User

gcc 4.9.0 lm32

a guest
Apr 28th, 2014
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. make[2]: Entering directory `/home/ysionneau/perso/gcc/build/opcodes'
  2. make all-recursive
  3. make[3]: Entering directory `/home/ysionneau/perso/gcc/build/opcodes'
  4. Making all in .
  5. make[4]: Entering directory `/home/ysionneau/perso/gcc/build/opcodes'
  6. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.0/opcodes -I. -I../../gcc-4.9.0/opcodes -I../bfd -I../../gcc-4.9.0/opcodes/../include -I../../gcc-4.9.0/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT lm32-asm.lo -MD -MP -MF .deps/lm32-asm.Tpo -c -o lm32-asm.lo ../../gcc-4.9.0/opcodes/lm32-asm.c
  7. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.0/opcodes -I. -I../../gcc-4.9.0/opcodes -I../bfd -I../../gcc-4.9.0/opcodes/../include -I../../gcc-4.9.0/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT lm32-asm.lo -MD -MP -MF .deps/lm32-asm.Tpo -c ../../gcc-4.9.0/opcodes/lm32-asm.c -o lm32-asm.o
  8. In file included from ../../gcc-4.9.0/opcodes/../include/opcode/cgen.h:26:0,
  9. from ../../gcc-4.9.0/opcodes/lm32-desc.h:221,
  10. from ../../gcc-4.9.0/opcodes/lm32-asm.c:35:
  11. ../../gcc-4.9.0/opcodes/../include/cgen/bitset.h:41:40: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PARAMS’
  12. ../../gcc-4.9.0/opcodes/../include/cgen/bitset.h:42:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PARAMS’
  13. ../../gcc-4.9.0/opcodes/../include/cgen/bitset.h:43:31: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PARAMS’
  14. ../../gcc-4.9.0/opcodes/../include/cgen/bitset.h:44:29: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PARAMS’
  15. ../../gcc-4.9.0/opcodes/../include/cgen/bitset.h:45:29: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PARAMS’
  16. ../../gcc-4.9.0/opcodes/../include/cgen/bitset.h:46:32: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PARAMS’
  17. ../../gcc-4.9.0/opcodes/../include/cgen/bitset.h:47:31: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PARAMS’
  18. ../../gcc-4.9.0/opcodes/../include/cgen/bitset.h:48:36: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PARAMS’
  19. ../../gcc-4.9.0/opcodes/../include/cgen/bitset.h:49:33: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PARAMS’
  20. ../../gcc-4.9.0/opcodes/../include/cgen/bitset.h:50:38: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PARAMS’
  21. make[4]: *** [lm32-asm.lo] Error 1
  22. make[4]: Leaving directory `/home/ysionneau/perso/gcc/build/opcodes'
  23. make[3]: *** [all-recursive] Error 1
  24. make[3]: Leaving directory `/home/ysionneau/perso/gcc/build/opcodes'
  25. make[2]: *** [all] Error 2
  26. make[2]: Leaving directory `/home/ysionneau/perso/gcc/build/opcodes'
  27. make[1]: *** [all-opcodes] Error 2
  28. make[1]: Leaving directory `/home/ysionneau/perso/gcc/build'
  29. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment