osmocom-bb/src
Harald Welte 3a4148d7b8 layer2: move dump_bcch() into layer3.c where it belongs 2010-03-03 14:11:46 +01:00
..
host layer2: move dump_bcch() into layer3.c where it belongs 2010-03-03 14:11:46 +01:00
shared Merge commit 'f08eabf2341de43993918246e89ce30c3651f378' 2010-03-02 22:00:21 +01:00
target/firmware Layer1: various fixes + debugging aid 2010-03-03 13:55:51 +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 update build instructions 2010-02-20 23:16:23 +01:00
rsl.c add two new RSL utility functions 2010-03-02 21:59:20 +01:00
utils.c Import value_string utilities and some RSL stuff from OpenBSC 2010-03-01 23:44:23 +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
 # call 'make' in this (the src) subdirectory

=== Details ===

The master Makefile will build

 * libosmocore for the host (x86 or whatever you use)
 * libosmocore for the target (ARM)
 * osmocon and layer2 executalbes for the host (linking libosmocore)
 * the actual target firmware images