Advertisement
silver2row

First part of cross-compiling...

Dec 31st, 2020
1,240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.21 KB | None | 0 0
  1. # Trying .so files for cross-compiling
  2. # Partially taken from the Ubuntu cross-compilation from Teknic.com
  3.  
  4. sudo apt update && sudo apt upgrade
  5.  
  6. sudo apt install default-jre gdb-multiarch g++-arm-linux-gnueabihf
  7.  
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement