Skip to content

Build arp scan for Eddy

leesy24 edited this page Nov 28, 2019 · 3 revisions

On 32bit linux

git clone https://github.com/royhills/arp-scan.git
cd arp-scan
export PATH=/opt/lemonix/cdt/bin:$PATH
export CC=arm-linux-gcc
export CPPFLAGS='-I/usr/local/include'
export LDFLAGS='-L/usr/local/lib'
autoreconf --install
./configure -host=arm-linux
make
arm-linux-strip arp-scan
Clone this wiki locally