summaryrefslogtreecommitdiffstats
path: root/src/README.building
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-02-20 23:16:23 +0100
committerHarald Welte <laforge@gnumonks.org>2010-02-20 23:16:23 +0100
commit0c1881a417651385664dfceac8511be38bf2cb87 (patch)
tree37147b81ca208d649ed2f26cfc85e346025e63be /src/README.building
parent95de639664b1f3c6769d417bd023c9dfbe40e600 (diff)
update build instructions
Diffstat (limited to 'src/README.building')
-rw-r--r--src/README.building21
1 files changed, 7 insertions, 14 deletions
diff --git a/src/README.building b/src/README.building
index bfd86b65..c327d373 100644
--- a/src/README.building
+++ b/src/README.building
@@ -8,20 +8,13 @@ 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
-=== Building the actual GSM firmware ===
+=== Details ===
- # cd osmocom-bb/src/target/firmware
- # make
+The master Makefile will build
-=== 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
+ * 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