Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. build uclibc and then build tests
  2.  
  3. cd into uclibc builddir
  4.  
  5. make CROSS=/home/kraj/work/oe/tmp/cross/armv5te/bin/arm-oe-linux-uclibceabi- UCLIBC_ONLY=1 TEST_INSTALLED_UCLIBC=1 test_compile
  6.  
  7. then copy the test directory over to target rfs
  8.  
  9.  
  10. sudo mkdir -p /opt/oe/home/root/uclibc
  11. sudo cp -a test /opt/oe/home/root/uclibc
  12. sudo cp .config /opt/oe/home/root/uclibc
  13. sudo cp Rules.mak /opt/oe/home/root/uclibc
  14.  
  15. ssh into target and then run the tests
  16.  
  17. cd uclibc/test
  18.  
  19. make UCLIBC_ONLY=1 CC=/bin/true -k check 2>&1 | tee ~/uclibc-test.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement