Actions

Osmocombb build: Difference between revisions

From HacDC Wiki

(works end to end)
(→‎Order: adding link to next set of notes)
Line 7: Line 7:
# ???
# ???
# profit
# profit
# [[Osmocombb|liberate the phones]]


===libosmocore===
===libosmocore===

Revision as of 17:41, 3 December 2014

Notes on building osmocombb on debian jessie.

Build notes

Order

  1. install libosmocore
  2. install osmocombb
  3. ???
  4. profit
  5. liberate the phones

libosmocore

  • install build dependencies:
 # apt-get install libpcsclite-dev
  • 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