Advertisement
Guest User

error_compile_luajit

a guest
Jun 4th, 2015
424
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. make[2]: entrant dans le répertoire « /home/franck/recalbox-buildroot/output/build/luajit-2.0.3/src »
  2. +--------------------------------------------------------------------------+
  3. | WARNING: Compiling the amalgamation needs a lot of virtual memory |
  4. | (around 300 MB with GCC 4.x)! If you don't have enough physical memory |
  5. | your machine will start swapping to disk and the compile will not finish |
  6. | within a reasonable amount of time. |
  7. | So either compile on a bigger machine or use the non-amalgamated build. |
  8. +--------------------------------------------------------------------------+
  9. /usr/bin/make all "LJCORE_O=ljamalg.o"
  10. make[3]: entrant dans le répertoire « /home/franck/recalbox-buildroot/output/build/luajit-2.0.3/src »
  11. HOSTCC host/minilua.o
  12. HOSTCC host/buildvm_asm.o
  13. In file included from host/buildvm_asm.c:6:0:
  14. host/buildvm.h:9:23: fatal error: sys/types.h: Aucun fichier ou dossier de ce type
  15. #include <sys/types.h>
  16. ^
  17. compilation terminated.
  18. In file included from /usr/include/limits.h:25:0,
  19. from /usr/lib/gcc/x86_64-linux-gnu/4.8/include-fixed/limits.h:168,
  20. from /usr/lib/gcc/x86_64-linux-gnu/4.8/include-fixed/syslimits.h:7,
  21. from /usr/lib/gcc/x86_64-linux-gnu/4.8/include-fixed/limits.h:34,
  22. from host/minilua.c:33:
  23. /usr/include/features.h:374:25: fatal error: sys/cdefs.h: Aucun fichier ou dossier de ce type
  24. # include <sys/cdefs.h>
  25. ^
  26. compilation terminated.
  27. make[3]: *** [host/minilua.o] Erreur 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement