Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2014
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.91 KB | None | 0 0
  1. [Timur@Timur-Zenbook rootfs]$ sb2-init raspbian ~/Projects/Others/raspberry/tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-gcc
  2. Info: Mapping mode not specified, using default (simple)
  3. Using /home/Timur/Projects/Others/raspberry/tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-gcc to detect target architecture:
  4. Finished writing sb2.gcc.config
  5. gcc configured.
  6. sb2-init: Target architecture is 'arm'
  7. sb2-init: Host architecture is 'x86_64'
  8. which: no qemu-arm in (/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:/home/Timur/.local/bin:/home/Timur/bin:/home/Timur/dev/sb2/bin)
  9. sb2-init: WARNING:
  10. sb2-init: ******* default CPU transparency (qemu-arm) can not
  11. sb2-init: ******* be located or executed. Maybe you should run sb2-init
  12. sb2-init: ******* again and specify a working CPU transparency method
  13. sb2-init: ******* with the '-c' option?
  14. Finished writing sb2.config
  15. sb2-init: Creating Debian build system settings for this target:
  16. /home/Timur/dev/sb2/bin/sb2: line 654: /home/Timur/Projects/Others/raspberry/rootfs/sbin/ldconfig: cannot execute binary file: Exec format error
  17. /home/Timur/dev/sb2/bin/sb2: line 654: /home/Timur/Projects/Others/raspberry/rootfs/sbin/ldconfig: cannot execute binary file: Exec format error
  18. Can't locate Dpkg.pm in @INC (you may need to install the Dpkg module) (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /home/Timur/Projects/Others/raspberry/rootfs/usr/bin/dpkg-architecture line 25.
  19. BEGIN failed--compilation aborted at /home/Timur/Projects/Others/raspberry/rootfs/usr/bin/dpkg-architecture line 25.
  20. /home/Timur/dev/sb2/bin/sb2: line 654: /home/Timur/Projects/Others/raspberry/rootfs/sbin/ldconfig: cannot execute binary file: Exec format error
  21. Can't locate Dpkg.pm in @INC (you may need to install the Dpkg module) (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /home/Timur/Projects/Others/raspberry/rootfs/usr/bin/dpkg-architecture line 25.
  22. BEGIN failed--compilation aborted at /home/Timur/Projects/Others/raspberry/rootfs/usr/bin/dpkg-architecture line 25.
  23. /home/Timur/dev/sb2/bin/sb2: line 654: /home/Timur/Projects/Others/raspberry/rootfs/sbin/ldconfig: cannot execute binary file: Exec format error
  24. /home/Timur/dev/sb2/share/scratchbox2/scripts/sb2-generate-locales: line 62: /home/Timur/Projects/Others/raspberry/rootfs/usr/bin/localedef: Invalid argument
  25. Messages from sb2:
  26. 2014-10-22 14:15:27.877 (ERROR) sb2-generate-locales{bash}[5300] exec(/home/Timur/Projects/Others/raspberry/rootfs/usr/bin/localedef) failed, internal configuration error: LD_LIBRARY_PATH and/or LD_PRELOAD were not set by exec mapping logic
  27. # exit 0 (0)
  28. sb2-init: configuring libtool for this target:
  29. /home/Timur/dev/sb2/bin/sb2: line 654: /home/Timur/Projects/Others/raspberry/rootfs/sbin/ldconfig: cannot execute binary file: Exec format error
  30. checking for a BSD-compatible install... /usr/bin/install -c
  31. checking whether build environment is sane... yes
  32. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  33. checking for gawk... gawk
  34. checking whether make sets $(MAKE)... yes
  35. checking for gcc... gcc
  36. checking for C compiler default output file name... a.out
  37. checking whether the C compiler works... configure: error: cannot run C compiled programs.
  38. If you meant to cross compile, use `--host'.
  39. See `config.log' for more details.
  40. Messages from sb2:
  41. 2014-10-22 14:15:29.618 (ERROR) configure{bash}[5681] exec(./a.out) failed, internal configuration error: LD_LIBRARY_PATH and/or LD_PRELOAD were not set by exec mapping logic
  42. # exit 1 (1)
  43.  
  44.  
  45. Running /home/Timur/dev/sb2/bin/sb2-build-libtool failed
  46. You can run this manually later, otherwise your
  47. sb2 environment is correctly setup and ready to use
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement