Advertisement
metalx1000

Cross Compile C program ARM device - Android

Feb 10th, 2016
717
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.09 KB | None | 0 0
  1. sudo aptitude install gcc-5-arm-linux-gnueabi
  2. arm-linux-gnueabi-gcc-5 -static test.c -o test
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement