Advertisement
Hppavilion1

Binutils compilation for GCC cross-compiler failing

Jan 23rd, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. ../../binutils-2.25/libiberty/pex-unix.c:787:13: warning: identifier 'this' conflicts with C++ keyword [-Wc++-compat]
  2. free (this);
  3. ^
  4. Makefile:1104: recipe for target 'pex-unix.o' failed
  5. make[2]: *** [pex-unix.o] Error 1
  6. make[2]: Leaving directory '/usr/src/build-binutils/libiberty'
  7. Makefile:8041: recipe for target 'all-libiberty' failed
  8. make[1]: *** [all-libiberty] Error 2
  9. make[1]: Leaving directory '/usr/src/build-binutils'
  10. Makefile:835: recipe for target 'all' failed
  11. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement