Osmocombb build
From HacDC Wiki
Notes on building osmocombb on debian jessie.
Build notes
Order
- install libosmocore
- install osmocombb
- ???
- profit
- liberate the phones
libosmocore
- install build dependencies:
# apt-get install libpcsclite-dev dh-autoreconf doxygen
- continue with instructions here
- buid debian package:
$ dpkg-buildpackage -rfakeroot -uc -b
- install packages:
# dpkg -i ../libosmo*.deb
osmocombb
- install build dependencies:
# apt-get install binutils-arm-none-eabi gcc-arm-none-eabi gdb-arm-none-eabi libstdc++-arm-none-eabi-newlib
- continue with instructions here
- executables found in:
$REPO/src/host/osmocon