Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save meoso/f0267781e52f56f3110a68beb82121aa to your computer and use it in GitHub Desktop.
Save meoso/f0267781e52f56f3110a68beb82121aa to your computer and use it in GitHub Desktop.
cross compile jdupes for arm on debian amd64
### thank you @jbruchon
### https://github.com/jbruchon/jdupes
sudo aptitude install gcc-arm-linux-gnueabi binutils-arm-linux-gnueabi git
git clone --depth=1 https://github.com/jbruchon/jdupes.git
cd jdupes/
CC=arm-linux-gnueabi-gcc make
ls -lhrt
chmod +x ./jdupes
scp -p ./jdupes root@ARM_BOX:~/bin/
@meoso
Copy link
Author

meoso commented Aug 19, 2022

thank you @jbruchon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment