Actions

Osmocombb build

From HacDC Wiki

Revision as of 17:13, 3 December 2014 by 72.83.149.74 (talk) (Adding notes on building osmocombb on debian jessie)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

WIP

running notes on building osmocombb on debian jessie. the above section label will be removed once this is complete

Build notes

Order

  1. install libosmocore
  2. install osmocombb

libosmocore

  1. install build dependencies:
   apt-get install libpcsclite-dev
  1. continue with instructions here
  2. buid debian package:
   ?dpkg-buildpackage -rfakeroot -uc -b?
  1. install package

osmocombb

  1. install build dependencies:
      apt-get install binutils-arm-none-eabi gcc-arm-none-eabi gdb-arm-none-eabi libstdc++-arm-none-eabi-newlib
  1. continue with instructions here