Advertisement
bigrushdog

Untitled

Jul 9th, 2013
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 4.72 KB | None | 0 0
  1. bigrushdog@bigrushdog-Latitude-E6520:~/cfxp$ lunch full_m7tmo-codefirex > ~/Desktop/lunch_log
  2. configure: WARNING: unrecognized options: --with-tune, --enable-gold, --enable-plugins, --disable-libsanitizer
  3. configure: WARNING: unrecognized options: --with-tune, --enable-gold, --enable-plugins, --disable-libsanitizer
  4. configure: WARNING: unrecognized options: --with-mpc-version, --with-gdb-version, --with-cloog-version, --with-ppl-version, --with-mpfr-version, --with-gmp-version, --with-binutils-version, --with-gold-version, --with-gcc-version, --with-tune, --enable-graphite, --enable-gold, --enable-plugins, --disable-libsanitizer
  5. configure: WARNING:
  6. *** Makeinfo is missing. Info documentation will not be built.
  7. make[1]: warning: -jN forced in submake: disabling jobserver mode.
  8. *** This configuration is not supported in the following subdirectories:
  9.      sim
  10.     (Any other directories should still work fine.)
  11. /home/bigrushdog/cfxp/external/codefirex/src/build/../binutils/binutils-2.23/libiberty/stack-limit.c: In function 'stack_limit_increase':
  12. /home/bigrushdog/cfxp/external/codefirex/src/build/../binutils/binutils-2.23/libiberty/stack-limit.c:53:27: warning: use of C99 long long integer constant [-Wlong-long]
  13. /home/bigrushdog/cfxp/external/codefirex/src/build/../binutils/binutils-2.23/libiberty/stack-limit.c:55:28: warning: use of C99 long long integer constant [-Wlong-long]
  14. /home/bigrushdog/cfxp/external/codefirex/src/build/../binutils/binutils-2.23/libiberty/stack-limit.c:58:28: warning: use of C99 long long integer constant [-Wlong-long]
  15. configure: WARNING:
  16. *** Makeinfo is missing. Info documentation will not be built.
  17. configure: WARNING: decimal float is not supported for this target, ignored
  18. /home/bigrushdog/cfxp/external/codefirex/src/build/../gdb/gdb-linaro-7.6-2013.05/readline/util.c: In function '_rl_tropen':
  19. /home/bigrushdog/cfxp/external/codefirex/src/build/../gdb/gdb-linaro-7.6-2013.05/readline/util.c:510:3: warning: format '%ld' expects argument of type 'long int', but argument 3 has type '__pid_t' [-Wformat]
  20. /home/bigrushdog/cfxp/external/codefirex/src/build/../binutils/binutils-2.23/bfd/doc/chew.c: In function 'print_stack_level':
  21. /home/bigrushdog/cfxp/external/codefirex/src/build/../binutils/binutils-2.23/bfd/doc/chew.c:479:3: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat]
  22. /home/bigrushdog/cfxp/external/codefirex/src/build/../binutils/binutils-2.23/bfd/doc/chew.c:480:3: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat]
  23. /home/bigrushdog/cfxp/external/codefirex/src/build/../binutils/binutils-2.23/bfd/doc/chew.c: In function 'main':
  24. /home/bigrushdog/cfxp/external/codefirex/src/build/../binutils/binutils-2.23/bfd/doc/chew.c:1567:9: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat]
  25. WARNING: `makeinfo' is missing on your system.  You should only need it if
  26.         you modified a `.texi' or `.texinfo' file, or any other file
  27.         indirectly affecting the aspect of the manual.  The spurious
  28.         call might also be the consequence of using a buggy `make' (AIX,
  29.          DU, IRIX).  You might want to install the `Texinfo' package or
  30.         the `GNU make' package.  Grab either from any GNU archive site.
  31. make[3]: *** [bfd.info] Error 1
  32. /home/bigrushdog/cfxp/external/codefirex/src/build/../gdb/gdb-linaro-7.6-2013.05/readline/histfile.c: In function 'history_truncate_file':
  33. /home/bigrushdog/cfxp/external/codefirex/src/build/../gdb/gdb-linaro-7.6-2013.05/readline/histfile.c:406:13: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
  34. make[2]: *** [info-recursive] Error 1
  35. make[1]: *** [all-bfd] Error 2
  36. make: *** [stmp-build-host-libbfd] Error 2
  37. make: *** Waiting for unfinished jobs....
  38. configure: WARNING: unrecognized options: --with-mpc-version, --with-gdb-version, --with-cloog-version, --with-ppl-version, --with-mpfr-version, --with-gmp-version, --with-binutils-version, --with-gold-version, --with-gcc-version, --with-tune, --enable-graphite, --enable-gold, --enable-plugins, --disable-libsanitizer
  39. WARNING: `makeinfo' is missing on your system.  You should only need it if
  40.         you modified a `.texi' or `.texinfo' file, or any other file
  41.         indirectly affecting the aspect of the manual.  The spurious
  42.         call might also be the consequence of using a buggy `make' (AIX,
  43.          DU, IRIX).  You might want to install the `Texinfo' package or
  44.         the `GNU make' package.  Grab either from any GNU archive site.
  45. make[4]: *** [bfd.info] Error 1
  46. make[3]: *** [info-recursive] Error 1
  47. make[2]: *** [all-bfd] Error 2
  48. make[1]: *** [all] Error 2
  49. make: *** [stmp-build-target-gdb] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement