Osmocombb build
From HacDC Wiki
Revision as of 10:13, 3 December 2014 by 72.83.149.74 (talk) (Adding notes on building osmocombb on debian jessie)
WIP
running notes on building osmocombb on debian jessie. the above section label will be removed once this is complete
Build notes
Order
- install libosmocore
- install osmocombb
libosmocore
- install build dependencies:
apt-get install libpcsclite-dev
- continue with instructions here
- buid debian package:
?dpkg-buildpackage -rfakeroot -uc -b?
- install package
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