Advertisement
Guest User

toolchain build failure

a guest
Jun 27th, 2013
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/niklas/builds/open-ath9k-htc-firmware/toolchain/dl/binutils-2.23.1/bfd -I. -I/home/niklas/builds/open-ath9k-htc-firmware/toolchain/dl/binutils-2.23.1/bfd -I/home/niklas/builds/open-ath9k-htc-firmware/toolchain/dl/binutils-2.23.1/bfd/../include -DHAVE_bfd_elf32_xtensa_le_vec -DHAVE_bfd_elf32_xtensa_be_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/niklas/builds/open-ath9k-htc-firmware/toolchain/inst/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT elf32-xtensa.lo -MD -MP -MF .deps/elf32-xtensa.Tpo -c /home/niklas/builds/open-ath9k-htc-firmware/toolchain/dl/binutils-2.23.1/bfd/elf32-xtensa.c -o elf32-xtensa.o
  2. /home/niklas/builds/open-ath9k-htc-firmware/toolchain/dl/binutils-2.23.1/bfd/elf32-xtensa.c: In function ‘clear_section_cache’:
  3. /home/niklas/builds/open-ath9k-htc-firmware/toolchain/dl/binutils-2.23.1/bfd/elf32-xtensa.c:6078:36: error: argument to ‘sizeof’ in ‘memset’ call is the same expression as the destination; did you mean to dereference it? [-Werror=sizeof-pointer-memaccess]
  4. memset (sec_cache, 0, sizeof (sec_cache));
  5. ^
  6. /home/niklas/builds/open-ath9k-htc-firmware/toolchain/dl/binutils-2.23.1/bfd/elf32-xtensa.c: In function ‘section_cache_section’:
  7. /home/niklas/builds/open-ath9k-htc-firmware/toolchain/dl/binutils-2.23.1/bfd/elf32-xtensa.c:6120:32: error: argument to ‘sizeof’ in ‘memset’ call is the same expression as the destination; did you mean to dereference it? [-Werror=sizeof-pointer-memaccess]
  8. memset (sec_cache, 0, sizeof (sec_cache));
  9. ^
  10. cc1: all warnings being treated as errors
  11. make[5]: *** [elf32-xtensa.lo] Error 1
  12. make[5]: Leaving directory `/home/niklas/builds/open-ath9k-htc-firmware/toolchain/build/binutils-2.23.1/bfd'
  13. make[4]: *** [all-recursive] Error 1
  14. make[4]: Leaving directory `/home/niklas/builds/open-ath9k-htc-firmware/toolchain/build/binutils-2.23.1/bfd'
  15. make[3]: *** [all] Error 2
  16. make[3]: Leaving directory `/home/niklas/builds/open-ath9k-htc-firmware/toolchain/build/binutils-2.23.1/bfd'
  17. make[2]: *** [all-bfd] Error 2
  18. make[2]: Leaving directory `/home/niklas/builds/open-ath9k-htc-firmware/toolchain/build/binutils-2.23.1'
  19. make[1]: *** [all] Error 2
  20. make[1]: Leaving directory `/home/niklas/builds/open-ath9k-htc-firmware/toolchain/build/binutils-2.23.1'
  21. make: *** [/home/niklas/builds/open-ath9k-htc-firmware/toolchain/build/binutils-2.23.1/.built] Error 2
  22. make toolchain 485.12s user 66.98s system 78% cpu 11:39.82 total
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement