Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- PATH=$PATH:/home/bulkin/tools/arm-2011.03/bin
- export PATH
- echo compiling
- #arm-none-linux-gnueabi-gcc -o grabandshow grabandshow.c
- arm-none-linux-gnueabi-gcc -o grabandshow grabandshow.c -I/home/bulkin/Downloads/linux-2.6.35.3-11.09.01/include
- RETVAL=$?
- echo ret val was $RETVAL
- echo press any key
- read -n 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement