Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -pedantic -Wno-long-long -fno-strict-aliasing -fshort-wchar -pthread -march=armv5te -mthumb-interwork -msoft-float -pipe -DNDEBUG -DTRIMMED -g -Os -freorder-blocks -fomit-frame-pointer -DMOZILLA_CLIENT -include ../../../../mozilla-config.h -MD -MF .deps/dom_quickstubs.pp dom_quickstubs.cpp
  2. c++: internal compiler error: Killed (program cc1plus)
  3. Please submit a full bug report,
  4. with preprocessed source if appropriate.
  5. See <file:///usr/share/doc/gcc-4.6/README.Bugs> for instructions.
  6. make[6]: *** [dom_quickstubs.o] Error 4
  7. make[6]: *** Deleting file `dom_quickstubs.o'
  8. make[6]: Leaving directory `/root/objdir/js/src/xpconnect/src'
  9. make[5]: *** [libs] Error 2
  10. make[5]: Leaving directory `/root/objdir/js/src/xpconnect'
  11. make[4]: *** [libs_tier_platform] Error 2
  12. make[4]: Leaving directory `/root/objdir'
  13. make[3]: *** [tier_platform] Error 2
  14. make[3]: Leaving directory `/root/objdir'
  15. make[2]: *** [default] Error 2
  16. make[2]: Leaving directory `/root/objdir'
  17. make[1]: *** [realbuild] Error 2
  18. make[1]: Leaving directory `/root/mozilla-mobile-5.0'
  19. make: *** [build] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement