Actions

Osmocombb build: Difference between revisions

From HacDC Wiki

(Adding notes on building osmocombb on debian jessie)
 
(→‎libosmocore: done with this bit)
Line 8: Line 8:


===libosmocore===
===libosmocore===
# install build dependencies:
* install build dependencies:
    apt-get install libpcsclite-dev
  # apt-get install libpcsclite-dev
# continue with instructions [http://bb.osmocom.org/trac/wiki/libosmocore here]
 
# buid debian package:
* continue with instructions [http://bb.osmocom.org/trac/wiki/libosmocore here]
    ?dpkg-buildpackage -rfakeroot -uc -b?
 
# install package
* buid debian package:
  $ dpkg-buildpackage -rfakeroot -uc -b
 
* install packages:
  # dpkg -i ../libosmo*.deb


===osmocombb===
===osmocombb===

Revision as of 17:26, 3 December 2014

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

  • 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

  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