Actions

Osmocombb build: Difference between revisions

From HacDC Wiki

(→‎libosmocore: done with this bit)
(→‎osmocombb: done here)
Line 20: Line 20:


===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

Revision as of 17:37, 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

  • 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