Advertisement
Guest User

Untitled

a guest
Apr 10th, 2014
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. To enable serial port tests, use:
  2. perl Makefile.PL TESTPORT=<DEVICE>
  3. where <DEVICE> is a specific port or 'auto' to autodetect.
  4. Running ./configure ...
  5. checking for gcc... arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/mnt/openembedded/the_base_yocto/poky-devel-build/build/sysroots/cubietruck
  6. checking for C compiler default output file name... a.out
  7. checking whether the C compiler works... configure: error: cannot run C compiled programs.
  8. If you meant to cross compile, use `--host'.
  9. See `config.log' for more details.
  10. The 'configure' script didn't like something. It should have told you
  11. what went wrong, but you can check 'config.log' for more details.
  12. WARNING: ./run.do_configure:1 exit 2 from
  13. perl Makefile.PL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement