Advertisement
Guest User

Untitled

a guest
Oct 26th, 2012
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. #!/bin/bash
  2. PATH=$PATH:/home/bulkin/tools/arm-2011.03/bin
  3. export PATH
  4.  
  5. echo compiling
  6. #arm-none-linux-gnueabi-gcc -o grabandshow grabandshow.c
  7. arm-none-linux-gnueabi-gcc -o grabandshow grabandshow.c -I/home/bulkin/Downloads/linux-2.6.35.3-11.09.01/include
  8.  
  9.  
  10.  
  11.  
  12. RETVAL=$?
  13. echo ret val was $RETVAL
  14.  
  15. echo press any key
  16. read -n 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement