Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. /bin/sh ../../gcc-4.5.1/gcc/../move-if-change tmp-gcov-iov.h gcov-iov.h
  2. echo timestamp > s-iov
  3. gcc -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.5.1/gcc -I../../gcc-4.5.1/gcc/. -I../../gcc-4.5.1/gcc/../include -I../../gcc-4.5.1/gcc/../libcpp/include -I/mnt/lfs/sources/gcc-build/gmp -I/mnt/lfs/sources/gcc-build/./mpfr -I/mnt/lfs/sources/gcc-4.5.1/mpfr -I../../gcc-4.5.1/gcc/../libdecnumber -I../../gcc-4.5.1/gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc-4.5.1/gcc/c-lang.c -o c-lang.o
  4. gcc -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.5.1/gcc -I../../gcc-4.5.1/gcc/. -I../../gcc-4.5.1/gcc/../include -I../../gcc-4.5.1/gcc/../libcpp/include -I/mnt/lfs/sources/gcc-build/gmp -I/mnt/lfs/sources/gcc-build/./mpfr -I/mnt/lfs/sources/gcc-4.5.1/mpfr -I../../gcc-4.5.1/gcc/../libdecnumber -I../../gcc-4.5.1/gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc-4.5.1/gcc/stub-objc.c -o stub-objc.o
  5. gcc -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.5.1/gcc -I../../gcc-4.5.1/gcc/. -I../../gcc-4.5.1/gcc/../include -I../../gcc-4.5.1/gcc/../libcpp/include -I/mnt/lfs/sources/gcc-build/gmp -I/mnt/lfs/sources/gcc-build/./mpfr -I/mnt/lfs/sources/gcc-4.5.1/mpfr -I../../gcc-4.5.1/gcc/../libdecnumber -I../../gcc-4.5.1/gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc-4.5.1/gcc/attribs.c -o attribs.o
  6. In file included from ../../gcc-4.5.1/gcc/rtl.h:28,
  7. from ../../gcc-4.5.1/gcc/attribs.c:30:
  8. ../../gcc-4.5.1/gcc/real.h:28:17: error: mpc.h: No such file or directory
  9. In file included from ../../gcc-4.5.1/gcc/rtl.h:28,
  10. from ../../gcc-4.5.1/gcc/attribs.c:30:
  11. ../../gcc-4.5.1/gcc/real.h:29: error: expected declaration specifiers or '...' before 'mpc_ptr'
  12. ../../gcc-4.5.1/gcc/real.h:29: error: expected declaration specifiers or '...' before 'mpc_srcptr'
  13. ../../gcc-4.5.1/gcc/real.h:29: error: expected declaration specifiers or '...' before 'mpc_srcptr'
  14. ../../gcc-4.5.1/gcc/real.h:29: error: expected declaration specifiers or '...' before 'mpc_rnd_t'
  15. ../../gcc-4.5.1/gcc/real.h:29: warning: function declaration isn't a prototype
  16. make[2]: *** [attribs.o] Error 1
  17. make[2]: Leaving directory `/mnt/lfs/sources/gcc-build/gcc'
  18. make[1]: *** [all-gcc] Error 2
  19. make[1]: Leaving directory `/mnt/lfs/sources/gcc-build'
  20. make: *** [all] Error 2
  21. lfs@debian:/mnt/lfs/sources/gcc-build$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement