osmocom-bb/src/README.building

21 lines
692 B
Plaintext
Raw Normal View History

2010-02-18 18:28:49 +00:00
== 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
2010-02-20 22:16:23 +00:00
# call 'make' in this (the src) subdirectory
2010-02-18 18:28:49 +00:00
2010-02-20 22:16:23 +00:00
=== Details ===
2010-02-18 18:28:49 +00:00
2010-02-20 22:16:23 +00:00
The master Makefile will build
2010-02-18 18:28:49 +00:00
2010-02-20 22:16:23 +00:00
* 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