Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. [DEBUG] Checking that gcc can compile a trivial program
  2. [DEBUG] ==> Executing: 'x86_64-build_pc-linux-gnu-gcc' '-O2' '-g' '-pipe' '-I/media/Repo/git/onie/build/x-tools/powerpc-softfloat-g4.9.2-lnx3.2.69-uClibc-ng-1.0.22/build/build/powerpc-onie-linux-uclibc/buildtools/include' '-L/media/Repo/git/onie/build/x-tools/powerpc-softfloat-g4.9.2-lnx3.2.69-uClibc-ng-1.0.22/build/build/powerpc-onie-linux-uclibc/buildtools/lib' '/media/Repo/git/onie/build/x-tools/powerpc-softfloat-g4.9.2-lnx3.2.69-uClibc-ng-1.0.22/build/build/powerpc-onie-linux-uclibc/build/test.c' '-o' '/media/Repo/git/onie/build/x-tools/powerpc-softfloat-g4.9.2-lnx3.2.69-uClibc-ng-1.0.22/build/build/powerpc-onie-linux-uclibc/build/.gccout'
  3. [DEBUG] Checking that gcc can compile a trivial program: done in 0.02s (at 00:01)
  4. [DEBUG] =================================================================
  5. [DEBUG] Checking that gcc can compile a trivial statically linked program (CT_WANTS_STATIC_LINK)
  6. [DEBUG] You may need to ensure that static libraries such as libc.a are installed on your system
  7. [DEBUG] ==> Executing: 'x86_64-build_pc-linux-gnu-gcc' '-O2' '-g' '-I/media/Repo/git/onie/build/x-tools/powerpc-softfloat-g4.9.2-lnx3.2.69-uClibc-ng-1.0.22/build/build/powerpc-onie-linux-uclibc/buildtools/include' '-L/media/Repo/git/onie/build/x-tools/powerpc-softfloat-g4.9.2-lnx3.2.69-uClibc-ng-1.0.22/build/build/powerpc-onie-linux-uclibc/buildtools/lib' '/media/Repo/git/onie/build/x-tools/powerpc-softfloat-g4.9.2-lnx3.2.69-uClibc-ng-1.0.22/build/build/powerpc-onie-linux-uclibc/build/test.c' '-static' '-o' '/media/Repo/git/onie/build/x-tools/powerpc-softfloat-g4.9.2-lnx3.2.69-uClibc-ng-1.0.22/build/build/powerpc-onie-linux-uclibc/build/.gccout'
  8. [DEBUG] /usr/bin/ld: cannot find -lc
  9. [ERROR] collect2: error: ld returned 1 exit status
  10. [ERROR]
  11. [ERROR] >>
  12. [ERROR] >> Build failed in step 'Checking that gcc can compile a trivial statically linked program (CT_WANTS_STATIC_LINK)'
  13. [ERROR] >> called in step '(top-level)'
  14. [ERROR] >>
  15. [ERROR] >> Error happened in: CT_DoExecLog[scripts/functions@338]
  16. [ERROR] >> called from: main[scripts/crosstool-NG.sh@570]
  17. [ERROR] >>
  18. [ERROR] >> For more info on this error, look at the file: 'build.log'
  19. [ERROR] >> There is a list of known issues, some with workarounds, in:
  20. [ERROR] >> '/media/Repo/git/onie/build/crosstool-ng/crosstool-ng-1.23.0/docs/B - Known issues.txt'
  21. [ERROR] >>
  22. [ERROR] >> If you feel this is a bug in crosstool-NG, report it at:
  23. [ERROR] >> https://github.com/crosstool-ng/crosstool-ng/issues/
  24. [ERROR] >>
  25. [ERROR] >> Make sure your report includes all the information pertinent to this issue.
  26. [ERROR] >> Read the bug reporting guidelines here:
  27. [ERROR] >> http://crosstool-ng.github.io/support/
  28. [ERROR]
  29. [ERROR] (elapsed: 0:00.47)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement