Guest User

Untitled

a guest
Jun 19th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. liranuna@monster:~/maemo$ sb2-init -c qemu-arm ARM /usr/arm-linux-gnueabi/bin/arm-linux-gnueabi-gcc
  2. Using /usr/arm-linux-gnueabi/bin/arm-linux-gnueabi-gcc to detect target architecture:
  3. Finished writing sb2.config
  4. checking for a BSD-compatible install... /usr/bin/install -c
  5. checking whether build environment is sane... yes
  6. checking for a thread-safe mkdir -p... /bin/mkdir -p
  7. checking for gawk... no
  8. checking for mawk... mawk
  9. checking whether make sets $(MAKE)... yes
  10. checking for gcc... gcc
  11. checking for C compiler default output file name... a.out
  12. checking whether the C compiler works... configure: error: cannot run C compiled programs.
  13. If you meant to cross compile, use `--host'.
  14. See `config.log' for more details.
  15.  
  16.  
  17. Running /usr/bin/sb2-build-libtool failed
  18. You can run this manually later, otherwise your
  19. sb2 environment is correctly setup and ready to use
  20. liranuna@monster:~/maemo$ gedit hello.c
  21. liranuna@monster:~/maemo$ sb2 gcc hello.c
  22. liranuna@monster:~/maemo$ sb2 ./a.out
  23. /bin/bash: ./a.out: No such file or directory
  24. liranuna@monster:~/maemo$ sb2 -e ./a.out
  25. /bin/bash: ./a.out: No such file or directory
Add Comment
Please, Sign In to add comment