osmocom-bb/src
Harald Welte 95de639664 remove bogus autotools-generated makefile 2010-02-20 23:16:05 +01:00
..
host remove bogus autotools-generated makefile 2010-02-20 23:16:05 +01:00
shared/libosmocore Merge commit '54844802115a1666496649cc43d3a01abd707bc0' into subtree-test1 2010-02-20 22:24:00 +01:00
target/firmware build of osmocon using libosmocore 2010-02-20 22:16:21 +01:00
target_dsp Initial import of OsmocomBB into git repository 2010-02-18 16:46:36 +01:00
wireshark gsmtap patch cleanup 2010-02-19 23:01:57 +01:00
Makefile add new master Makefile 2010-02-20 23:13:25 +01:00
README.building fix typo in README (Timo Juhani Lindfors) 2010-02-20 17:33:24 +01:00

README.building

== How to build OsmocomBB? ==

=== Prerequisites ===

We assume you are building on a GNU/Linux host system such as Debian GNU/Linux.
Windows builds have been reported successfully using the Cygwin environment, but
we do not officially support this.

 # Get a GNU toolchain (gcc/binutils) for ARM (e.g. from http://gnuarm.com/)
 # Set your path to include the arm-elf-* executables of your toolchain

=== Building the actual GSM firmware ===

 # cd osmocom-bb/src/target/firmware
 # make

=== Building the osmocon terminal program and multiplexer ===

 # cd osmocom-bb/src/host/osmocon
 # make

=== Building the layer2 binary on the host PC ===

 # cd osmocom-bb/src/host/layer2
 # autoreconf -i
 # ./configure
 # make