Actions

Osmocombb build: Difference between revisions

From HacDC Wiki

(Adding notes on building osmocombb on debian jessie)
 
(→‎libosmocore: adding build dependencies)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
=WIP=
Notes on building osmocombb on debian jessie.
running notes on building osmocombb on debian jessie. the above section label will be removed once this is complete


==Build notes==
==Build notes==
==Order==
===Order===
# install libosmocore
# install libosmocore
# install osmocombb
# install osmocombb
# ???
# profit
# [[Osmocombb|liberate the phones]]


===libosmocore===
===libosmocore===
# install build dependencies:
* install build dependencies:
    apt-get install libpcsclite-dev
  # apt-get install libpcsclite-dev dh-autoreconf doxygen
# 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===
# install build dependencies:
* install build dependencies:
      apt-get install binutils-arm-none-eabi gcc-arm-none-eabi gdb-arm-none-eabi libstdc++-arm-none-eabi-newlib
  # apt-get install binutils-arm-none-eabi gcc-arm-none-eabi gdb-arm-none-eabi libstdc++-arm-none-eabi-newlib
# continue with instructions [http://bb.osmocom.org/trac/wiki/Software/GettingStarted here]
 
* continue with instructions [http://bb.osmocom.org/trac/wiki/Software/GettingStarted here]
 
* executables found in:
  $REPO/src/host/osmocon

Latest revision as of 05:36, 4 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 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