R: Re: missing layer23 application
screaming-pain at libero.it
screaming-pain at libero.it
Wed Apr 13 16:27:26 CEST 2011
Thanks for your reply Dario,
I hope you can help me with this, I did distclean and then run make again from
/osmocom-bb/src, this is what I get minus some warnings
but if you think they could be useful I can send them as well
mkdir shared/libosmocore/build-target
cd shared/libosmocore/build-target && ../configure \
--host=arm-elf --disable-vty --enable-panic-infloop \
--disable-shared --disable-talloc --disable-tests \
CFLAGS="-Os -ffunction-sections -I/home/loretta/osmocom-
bb/src/target/firmware/include -nostartfiles"
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for arm-elf-strip... arm-elf-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make sets $(MAKE)... (cached) yes
checking for arm-elf-gcc... arm-elf-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-elf-gcc accepts -g... yes
checking for arm-elf-gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of arm-elf-gcc... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... arm-unknown-elf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by arm-elf-gcc... /home/loretta/install/gnuarm-3.4.3/arm-
elf/bin/ld
checking if the linker (/home/loretta/install/gnuarm-3.4.3/arm-elf/bin/ld) is
GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)...
/home/loretta/install/gnuarm-3.4.3/bin//arm-elf-nm -B
checking the name lister (/home/loretta/install/gnuarm-3.4.3/bin//arm-elf-nm -
B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 805306365
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /home/loretta/install/gnuarm-3.4.3/arm-elf/bin/ld option to
reload object files... -r
checking for arm-elf-objdump... arm-elf-objdump
checking how to recognize dependent libraries... unknown
checking for arm-elf-ar... arm-elf-ar
checking for arm-elf-strip... (cached) arm-elf-strip
checking for arm-elf-ranlib... arm-elf-ranlib
checking command to parse /home/loretta/install/gnuarm-3.4.3/bin//arm-elf-nm -
B output from arm-elf-gcc object... ok
checking how to run the C preprocessor... arm-elf-gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... no
checking for inttypes.h... no
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... no
checking for objdir... .libs
checking if arm-elf-gcc supports -fno-rtti -fno-exceptions... no
checking for arm-elf-gcc option to produce PIC... -fPIC -DPIC
checking if arm-elf-gcc PIC flag -fPIC -DPIC works... yes
checking if arm-elf-gcc static flag -static works... yes
checking if arm-elf-gcc supports -c -o file.o... yes
checking if arm-elf-gcc supports -c -o file.o... (cached) yes
checking whether the arm-elf-gcc linker (/home/loretta/install/gnuarm-3.4.3
/arm-elf/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for ANSI C header files... (cached) yes
checking execinfo.h usability... no
checking execinfo.h presence... no
checking for execinfo.h... no
checking sys/select.h usability... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking if arm-elf-gcc supports -fvisibility=hidden... no
configure: creating ./config.status
config.status: creating libosmocore.pc
config.status: creating libosmocodec.pc
config.status: creating libosmovty.pc
config.status: creating include/osmocom/Makefile
config.status: creating include/osmocom/vty/Makefile
config.status: creating include/osmocom/codec/Makefile
config.status: creating include/osmocom/crypt/Makefile
config.status: creating include/osmocore/Makefile
config.status: creating include/osmocore/protocol/Makefile
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating src/vty/Makefile
config.status: creating src/codec/Makefile
config.status: creating tests/Makefile
config.status: creating tests/timer/Makefile
config.status: creating tests/sms/Makefile
config.status: creating tests/msgfile/Makefile
config.status: creating tests/ussd/Makefile
config.status: creating tests/smscb/Makefile
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
cd shared/libosmocore/build-target && make
make[1]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-target'
make all-recursive
make[2]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-target'
Making all in include
make[3]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-target/include'
Making all in osmocom
make[4]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-target/include/osmocom'
Making all in codec
make[5]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-target/include/osmocom/codec'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-target/include/osmocom/codec'
Making all in crypt
make[5]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-target/include/osmocom/crypt'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-target/include/osmocom/crypt'
make[5]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-target/include/osmocom'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-target/include/osmocom'
make[4]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-target/include/osmocom'
Making all in osmocore
make[4]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-target/include/osmocore'
Making all in protocol
make[5]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-target/include/osmocore/protocol'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-target/include/osmocore/protocol'
make[5]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-target/include/osmocore'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-target/include/osmocore'
make[4]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-target/include/osmocore'
make[4]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-target/include'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-target/include'
make[3]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-target/include'
Making all in src
make[3]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-target/src'
Making all in .
make[4]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-target/src'
CC timer.lo
CC select.lo
CC signal.lo
CC msgb.lo
CC rxlev_stat.lo
CC tlv_parser.lo
CC bitvec.lo
CC comp128.lo
CC gsm_utils.lo
CC statistics.lo
CC write_queue.lo
CC utils.lo
CC rsl.lo
CC gsm48.lo
CC gsm48_ie.lo
CC logging.lo
CC gsm0808.lo
CC rate_ctr.lo
CC gsmtap_util.lo
CC gprs_cipher_core.lo
CC crc16.lo
CC panic.lo
CC process.lo
CC gsm0480.lo
CC plugin.lo
CC msgfile.lo
CCLD libosmocore.la
make[4]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-target/src'
Making all in vty
make[4]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-target/src/vty'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-target/src/vty'
Making all in codec
make[4]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-target/src/codec'
CC gsm610.lo
CC gsm620.lo
CC gsm660.lo
CC gsm690.lo
CCLD libosmocodec.la
make[4]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-target/src/codec'
make[3]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-target/src'
Making all in tests
make[3]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-target/tests'
make[4]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-target/tests'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-target/tests'
make[3]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-target/tests'
make[3]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-target'
make[3]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-target'
make[2]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-target'
make[1]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-target'
mkdir shared/libosmocore/build-host
cd shared/libosmocore/build-host && ../configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 805306365
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ANSI C header files... (cached) yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking if gcc supports -fvisibility=hidden... yes
configure: creating ./config.status
config.status: creating libosmocore.pc
config.status: creating libosmocodec.pc
config.status: creating libosmovty.pc
config.status: creating include/osmocom/Makefile
config.status: creating include/osmocom/vty/Makefile
config.status: creating include/osmocom/codec/Makefile
config.status: creating include/osmocom/crypt/Makefile
config.status: creating include/osmocore/Makefile
config.status: creating include/osmocore/protocol/Makefile
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating src/vty/Makefile
config.status: creating src/codec/Makefile
config.status: creating tests/Makefile
config.status: creating tests/timer/Makefile
config.status: creating tests/sms/Makefile
config.status: creating tests/msgfile/Makefile
config.status: creating tests/ussd/Makefile
config.status: creating tests/smscb/Makefile
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
cd shared/libosmocore/build-host && make
make[1]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host'
make all-recursive
make[2]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host'
Making all in include
make[3]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/include'
Making all in osmocom
make[4]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/include/osmocom'
Making all in vty
make[5]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/include/osmocom/vty'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/include/osmocom/vty'
Making all in codec
make[5]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/include/osmocom/codec'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/include/osmocom/codec'
Making all in crypt
make[5]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/include/osmocom/crypt'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/include/osmocom/crypt'
make[5]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/include/osmocom'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/include/osmocom'
make[4]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/include/osmocom'
Making all in osmocore
make[4]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/include/osmocore'
Making all in protocol
make[5]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/include/osmocore/protocol'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/include/osmocore/protocol'
make[5]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/include/osmocore'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/include/osmocore'
make[4]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/include/osmocore'
make[4]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/include'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/include'
make[3]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/include'
Making all in src
make[3]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/src'
Making all in .
make[4]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/src'
CC timer.lo
CC select.lo
CC signal.lo
CC msgb.lo
CC rxlev_stat.lo
CC tlv_parser.lo
CC bitvec.lo
CC comp128.lo
CC gsm_utils.lo
CC statistics.lo
CC write_queue.lo
CC utils.lo
CC rsl.lo
CC gsm48.lo
CC gsm48_ie.lo
CC logging.lo
CC gsm0808.lo
CC rate_ctr.lo
CC gsmtap_util.lo
CC gprs_cipher_core.lo
CC crc16.lo
CC panic.lo
CC process.lo
CC gsm0480.lo
CC plugin.lo
CC talloc.lo
CC msgfile.lo
CCLD libosmocore.la
make[4]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/src'
Making all in vty
make[4]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/src/vty'
CC buffer.lo
CC command.lo
CC vty.lo
CC vector.lo
CC utils.lo
CC telnet_interface.lo
CC logging_vty.lo
CCLD libosmovty.la
make[4]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/src/vty'
Making all in codec
make[4]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/src/codec'
CC gsm610.lo
CC gsm620.lo
CC gsm660.lo
CC gsm690.lo
CCLD libosmocodec.la
make[4]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/src/codec'
make[3]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/src'
Making all in tests
make[3]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/tests'
Making all in timer
make[4]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/tests/timer'
CC timer_test.o
CCLD timer_test
make[4]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/tests/timer'
Making all in sms
make[4]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/tests/sms'
CC sms_test.o
CCLD sms_test
make[4]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/tests/sms'
Making all in ussd
make[4]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/tests/ussd'
CC ussd_test.o
CCLD ussd_test
make[4]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/tests/ussd'
Making all in smscb
make[4]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/tests/smscb'
CC smscb_test.o
CCLD smscb_test
make[4]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/tests/smscb'
Making all in msgfile
make[4]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/tests/msgfile'
CC msgfile_test.o
CCLD msgfile_test
make[4]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/tests/msgfile'
make[4]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/tests'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/tests'
make[3]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/tests'
make[3]: Entering directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host'
make[3]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host'
make[2]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host'
make[1]: Leaving directory `/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host'
cd host/layer23 && LIBOSMOCORE_LIBS=/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/src/.libs/libosmocore.a
LIBOSMOVTY_LIBS=/home/loretta/osmocom-bb/src/shared/libosmocore/build-
host/src/vty/.libs/libosmovty.a LIBOSMOCORE_CFLAGS=-I/home/loretta/osmocom-
bb/src/shared/libosmocore/include LIBOSMOVTY_CFLAGS=-I/home/loretta/osmocom-
bb/src/shared/libosmocore/include ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBOSMOCORE... yes
checking for LIBOSMOVTY... yes
checking for gps_waiting in -lgps... no
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
configure: creating ./config.status
config.status: creating src/Makefile
config.status: creating src/common/Makefile
config.status: creating src/misc/Makefile
config.status: creating src/mobile/Makefile
config.status: creating include/Makefile
config.status: creating include/osmocom/Makefile
config.status: creating include/osmocom/bb/Makefile
config.status: creating include/osmocom/bb/common/Makefile
config.status: creating include/osmocom/bb/misc/Makefile
config.status: creating include/osmocom/bb/mobile/Makefile
config.status: creating Makefile
config.status: executing depfiles commands
make -C host/layer23
make[1]: Entering directory `/home/loretta/osmocom-bb/src/host/layer23'
Making all in include
make[2]: Entering directory `/home/loretta/osmocom-
bb/src/host/layer23/include'
Making all in osmocom
make[3]: Entering directory `/home/loretta/osmocom-
bb/src/host/layer23/include/osmocom'
Making all in bb
make[4]: Entering directory `/home/loretta/osmocom-
bb/src/host/layer23/include/osmocom/bb'
Making all in common
make[5]: Entering directory `/home/loretta/osmocom-
bb/src/host/layer23/include/osmocom/bb/common'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/loretta/osmocom-
bb/src/host/layer23/include/osmocom/bb/common'
Making all in misc
make[5]: Entering directory `/home/loretta/osmocom-
bb/src/host/layer23/include/osmocom/bb/misc'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/loretta/osmocom-
bb/src/host/layer23/include/osmocom/bb/misc'
Making all in mobile
make[5]: Entering directory `/home/loretta/osmocom-
bb/src/host/layer23/include/osmocom/bb/mobile'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/loretta/osmocom-
bb/src/host/layer23/include/osmocom/bb/mobile'
make[5]: Entering directory `/home/loretta/osmocom-
bb/src/host/layer23/include/osmocom/bb'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/loretta/osmocom-
bb/src/host/layer23/include/osmocom/bb'
make[4]: Leaving directory `/home/loretta/osmocom-
bb/src/host/layer23/include/osmocom/bb'
make[4]: Entering directory `/home/loretta/osmocom-
bb/src/host/layer23/include/osmocom'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/loretta/osmocom-
bb/src/host/layer23/include/osmocom'
make[3]: Leaving directory `/home/loretta/osmocom-
bb/src/host/layer23/include/osmocom'
make[3]: Entering directory `/home/loretta/osmocom-
bb/src/host/layer23/include'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/loretta/osmocom-bb/src/host/layer23/include'
make[2]: Leaving directory `/home/loretta/osmocom-bb/src/host/layer23/include'
Making all in src
make[2]: Entering directory `/home/loretta/osmocom-bb/src/host/layer23/src'
Making all in common
make[3]: Entering directory `/home/loretta/osmocom-
bb/src/host/layer23/src/common'
CC l1ctl.o
CC l1l2_interface.o
CC sap_interface.o
CC lapdm.o
CC logging.o
CC networks.o
CC sim.o
CC sysinfo.o
CC gps.o
AR liblayer23.a
make[3]: Leaving directory `/home/loretta/osmocom-
bb/src/host/layer23/src/common'
Making all in misc
make[3]: Entering directory `/home/loretta/osmocom-
bb/src/host/layer23/src/misc'
CC main.o
CC app_bcch_scan.o
CC bcch_scan.o
CCLD bcch_scan
CC app_ccch_scan.o
CC rslms.o
CCLD ccch_scan
CC app_echo_test.o
CCLD echo_test
CC app_cell_log.o
CC cell_log.o
CC geo.o
CCLD cell_log
CC app_cbch_sniff.o
CCLD cbch_sniff
make[3]: Leaving directory `/home/loretta/osmocom-
bb/src/host/layer23/src/misc'
Making all in mobile
make[3]: Entering directory `/home/loretta/osmocom-
bb/src/host/layer23/src/mobile'
CC gsm322.o
CC gsm48_cc.o
CC gsm48_mm.o
CC gsm48_rr.o
CC mnccms.o
CC settings.o
CC subscriber.o
CC support.o
CC transaction.o
CC vty_interface.o
AR libmobile.a
CC main.o
CC app_mobile.o
CCLD mobile
make[3]: Leaving directory `/home/loretta/osmocom-
bb/src/host/layer23/src/mobile'
make[3]: Entering directory `/home/loretta/osmocom-bb/src/host/layer23/src'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/loretta/osmocom-bb/src/host/layer23/src'
make[2]: Leaving directory `/home/loretta/osmocom-bb/src/host/layer23/src'
make[2]: Entering directory `/home/loretta/osmocom-bb/src/host/layer23'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/loretta/osmocom-bb/src/host/layer23'
make[1]: Leaving directory `/home/loretta/osmocom-bb/src/host/layer23'
cd host/osmocon && LIBOSMOCORE_LIBS=/home/loretta/osmocom-
bb/src/shared/libosmocore/build-host/src/.libs/libosmocore.a
LIBOSMOVTY_LIBS=/home/loretta/osmocom-bb/src/shared/libosmocore/build-
host/src/vty/.libs/libosmovty.a LIBOSMOCORE_CFLAGS=-I/home/loretta/osmocom-
bb/src/shared/libosmocore/include LIBOSMOVTY_CFLAGS=-I/home/loretta/osmocom-
bb/src/shared/libosmocore/include ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBOSMOCORE... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
make -C host/osmocon
make[1]: Entering directory `/home/loretta/osmocom-bb/src/host/osmocon'
make all-am
make[2]: Entering directory `/home/loretta/osmocom-bb/src/host/osmocon'
CC osmocon.o
CC tpu_debug.o
CC sercomm.o
CCLD osmocon
CC osmoload.o
CCLD osmoload
make[2]: Leaving directory `/home/loretta/osmocom-bb/src/host/osmocon'
make[1]: Leaving directory `/home/loretta/osmocom-bb/src/host/osmocon'
make -C host/gsmmap
make[1]: Entering directory `/home/loretta/osmocom-bb/src/host/gsmmap'
make all-am
make[2]: Entering directory `/home/loretta/osmocom-bb/src/host/gsmmap'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/loretta/osmocom-bb/src/host/gsmmap'
make[1]: Leaving directory `/home/loretta/osmocom-bb/src/host/gsmmap'
make -C target/firmware CROSS_COMPILE=arm-elf-
make[1]: Entering directory `/home/loretta/osmocom-bb/src/target/firmware'
make[1]: Leaving directory `/home/loretta/osmocom-bb/src/target/firmware'
make[1]: Entering directory `/home/loretta/osmocom-bb/src/target/firmware'
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=apps/hello_world/main.lst -c -o apps/hello_world/main.o
apps/hello_world/main.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=abb/twl3025.lst -c -o abb/twl3025.o abb/twl3025.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=rf/trf6151.lst -c -o rf/trf6151.o rf/trf6151.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=display/font_r8x8.lst -c -o display/font_r8x8.o display/font_r8x8.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=display/font_r8x8_horiz.lst -c -o display/font_r8x8_horiz.o
display/font_r8x8_horiz.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=display/st7558.lst -c -o display/st7558.o display/st7558.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=display/td014.lst -c -o display/td014.o display/td014.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=display/ssd1783.lst -c -o display/ssd1783.o display/ssd1783.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=display/display.lst -c -o display/display.o display/display.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=flash/cfi_flash.lst -c -o flash/cfi_flash.o flash/cfi_flash.c
arm-elf-gcc -Iinclude/ -I../../../include -I../../shared/libosmocore/include -
D__ASSEMBLY__ -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=board/common/calypso_uart.lst -c -o board/common/calypso_uart.o
board/common/calypso_uart.S
arm-elf-gcc -Iinclude/ -I../../../include -I../../shared/libosmocore/include -
D__ASSEMBLY__ -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=board/common/calypso_pwl.lst -c -o board/common/calypso_pwl.o
board/common/calypso_pwl.S
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=board/compal/rffe_dualband.lst -c -o board/compal/rffe_dualband.o
board/compal/rffe_dualband.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=board/compal/rf_power.lst -c -o board/compal/rf_power.o
board/compal/rf_power.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=board/compal_e88/init.lst -c -o board/compal_e88/init.o
board/compal_e88/init.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
hello_world\" -DBOARD=\"compal_e88\" -DENVIRONMENT=\"compalram\" -c -o
board/compal_e88/hello_world.compalram.manifest.o board/manifest.c
arm-elf-gcc -Iinclude/ -I../../../include -I../../shared/libosmocore/include -
D__ASSEMBLY__ -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=board/compal/start.ram.lst -c -o board/compal/start.ram.o
board/compal/start.ram.S
arm-elf-gcc -Iinclude/ -I../../../include -I../../shared/libosmocore/include -
D__ASSEMBLY__ -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=board/compal/exceptions_redirected.lst -c -o
board/compal/exceptions_redirected.o board/compal/exceptions_redirected.S
arm-elf-gcc -Iinclude/ -I../../../include -I../../shared/libosmocore/include -
D__ASSEMBLY__ -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=board/compal/handlers.lst -c -o board/compal/handlers.o
board/compal/handlers.S
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=calypso/arm.lst -c -o calypso/arm.o calypso/arm.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=calypso/clock.lst -c -o calypso/clock.o calypso/clock.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=calypso/delay.lst -c -o calypso/delay.o calypso/delay.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=calypso/dma.lst -c -o calypso/dma.o calypso/dma.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=calypso/dsp.lst -c -o calypso/dsp.o calypso/dsp.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=calypso/du.lst -c -o calypso/du.o calypso/du.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=calypso/i2c.lst -c -o calypso/i2c.o calypso/i2c.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=calypso/irq.lst -c -o calypso/irq.o calypso/irq.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=calypso/rtc.lst -c -o calypso/rtc.o calypso/rtc.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=calypso/sim.lst -c -o calypso/sim.o calypso/sim.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=calypso/spi.lst -c -o calypso/spi.o calypso/spi.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=calypso/tpu.lst -c -o calypso/tpu.o calypso/tpu.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=calypso/tsp.lst -c -o calypso/tsp.o calypso/tsp.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=calypso/keypad.lst -c -o calypso/keypad.o calypso/keypad.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=calypso/misc.lst -c -o calypso/misc.o calypso/misc.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=calypso/timer.lst -c -o calypso/timer.o calypso/timer.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=calypso/backlight.lst -c -o calypso/backlight.o calypso/backlight.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=calypso/uart.lst -c -o calypso/uart.o calypso/uart.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=calypso/uwire.lst -c -o calypso/uwire.o calypso/uwire.c
arm-elf-ar cru calypso/libcalypso.a calypso/arm.o calypso/clock.o
calypso/delay.o calypso/dma.o calypso/dsp.o calypso/du.o calypso/i2c.o
calypso/irq.o calypso/rtc.o calypso/sim.o calypso/spi.o calypso/tpu.o
calypso/tsp.o calypso/keypad.o calypso/misc.o calypso/timer.o calypso/backlight.
o calypso/uart.o calypso/uwire.o
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=layer1/avg.lst -c -o layer1/avg.o layer1/avg.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=layer1/agc.lst -c -o layer1/agc.o layer1/agc.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=layer1/afc.lst -c -o layer1/afc.o layer1/afc.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=layer1/toa.lst -c -o layer1/toa.o layer1/toa.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=layer1/sync.lst -c -o layer1/sync.o layer1/sync.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=layer1/tdma_sched.lst -c -o layer1/tdma_sched.o layer1/tdma_sched.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=layer1/tpu_window.lst -c -o layer1/tpu_window.o layer1/tpu_window.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=layer1/init.lst -c -o layer1/init.o layer1/init.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=layer1/l23_api.lst -c -o layer1/l23_api.o layer1/l23_api.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=layer1/mframe_sched.lst -c -o layer1/mframe_sched.o layer1/mframe_sched.
c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=layer1/sched_gsmtime.lst -c -o layer1/sched_gsmtime.o
layer1/sched_gsmtime.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=layer1/async.lst -c -o layer1/async.o layer1/async.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=layer1/rfch.lst -c -o layer1/rfch.o layer1/rfch.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=layer1/apc.lst -c -o layer1/apc.o layer1/apc.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=layer1/prim_pm.lst -c -o layer1/prim_pm.o layer1/prim_pm.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=layer1/prim_rach.lst -c -o layer1/prim_rach.o layer1/prim_rach.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=layer1/prim_tx_nb.lst -c -o layer1/prim_tx_nb.o layer1/prim_tx_nb.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=layer1/prim_rx_nb.lst -c -o layer1/prim_rx_nb.o layer1/prim_rx_nb.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=layer1/prim_fbsb.lst -c -o layer1/prim_fbsb.o layer1/prim_fbsb.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=layer1/prim_freq.lst -c -o layer1/prim_freq.o layer1/prim_freq.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=layer1/prim_utils.lst -c -o layer1/prim_utils.o layer1/prim_utils.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=layer1/prim_tch.lst -c -o layer1/prim_tch.o layer1/prim_tch.c
arm-elf-ar cru layer1/liblayer1.a layer1/avg.o layer1/agc.o layer1/afc.o
layer1/toa.o layer1/sync.o layer1/tdma_sched.o layer1/tpu_window.o layer1/init.
o layer1/l23_api.o layer1/mframe_sched.o layer1/sched_gsmtime.o layer1/async.o
layer1/rfch.o layer1/apc.o layer1/prim_pm.o layer1/prim_rach.o
layer1/prim_tx_nb.o layer1/prim_rx_nb.o layer1/prim_fbsb.o layer1/prim_freq.o
layer1/prim_utils.o layer1/prim_tch.o
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=lib/vsprintf.lst -c -o lib/vsprintf.o lib/vsprintf.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=lib/string.lst -c -o lib/string.o lib/string.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-adhlns=lib/ctype.
lst -c -o lib/ctype.o lib/ctype.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=lib/printf.lst -c -o lib/printf.o lib/printf.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=lib/console.lst -c -o lib/console.o lib/console.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-adhlns=lib/ctors.
lst -c -o lib/ctors.o lib/ctors.c
arm-elf-gcc -Iinclude/ -I../../../include -I../../shared/libosmocore/include -
D__ASSEMBLY__ -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=lib/changebit.lst -c -o lib/changebit.o lib/changebit.S
arm-elf-gcc -Iinclude/ -I../../../include -I../../shared/libosmocore/include -
D__ASSEMBLY__ -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=lib/clearbit.lst -c -o lib/clearbit.o lib/clearbit.S
arm-elf-gcc -Iinclude/ -I../../../include -I../../shared/libosmocore/include -
D__ASSEMBLY__ -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=lib/div64.lst -c -o lib/div64.o lib/div64.S
arm-elf-gcc -Iinclude/ -I../../../include -I../../shared/libosmocore/include -
D__ASSEMBLY__ -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=lib/lib1funcs.lst -c -o lib/lib1funcs.o lib/lib1funcs.S
arm-elf-gcc -Iinclude/ -I../../../include -I../../shared/libosmocore/include -
D__ASSEMBLY__ -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=lib/memcpy.lst -c -o lib/memcpy.o lib/memcpy.S
arm-elf-gcc -Iinclude/ -I../../../include -I../../shared/libosmocore/include -
D__ASSEMBLY__ -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=lib/memset.lst -c -o lib/memset.o lib/memset.S
arm-elf-gcc -Iinclude/ -I../../../include -I../../shared/libosmocore/include -
D__ASSEMBLY__ -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=lib/setbit.lst -c -o lib/setbit.o lib/setbit.S
arm-elf-gcc -Iinclude/ -I../../../include -I../../shared/libosmocore/include -
D__ASSEMBLY__ -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=lib/testchangebit.lst -c -o lib/testchangebit.o lib/testchangebit.S
arm-elf-gcc -Iinclude/ -I../../../include -I../../shared/libosmocore/include -
D__ASSEMBLY__ -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=lib/testclearbit.lst -c -o lib/testclearbit.o lib/testclearbit.S
arm-elf-gcc -Iinclude/ -I../../../include -I../../shared/libosmocore/include -
D__ASSEMBLY__ -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=lib/testsetbit.lst -c -o lib/testsetbit.o lib/testsetbit.S
arm-elf-ar cru lib/libmini.a lib/vsprintf.o lib/string.o lib/ctype.o
lib/printf.o lib/console.o lib/ctors.o lib/changebit.o lib/clearbit.o lib/div64.
o lib/lib1funcs.o lib/memcpy.o lib/memset.o lib/setbit.o lib/testchangebit.o
lib/testclearbit.o lib/testsetbit.o
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-adhlns=comm/msgb.
lst -c -o comm/msgb.o comm/msgb.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=comm/sercomm.lst -c -o comm/sercomm.o comm/sercomm.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=comm/sercomm_cons.lst -c -o comm/sercomm_cons.o comm/sercomm_cons.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=comm/timer.lst -c -o comm/timer.o comm/timer.c
arm-elf-ar cru comm/libcomm.a comm/msgb.o comm/sercomm.o comm/sercomm_cons.o
comm/timer.o
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/ram.lds -Bstatic -Map board/compal_e88/hello_world.compalram.map -
o board/compal_e88/hello_world.compalram.elf --start-group
apps/hello_world/main.o abb/twl3025.o rf/trf6151.o display/font_r8x8.o
display/font_r8x8_horiz.o display/st7558.o display/td014.o display/ssd1783.o
display/display.o flash/cfi_flash.o board/common/calypso_uart.o
board/common/calypso_pwl.o board/compal/rffe_dualband.o board/compal/rf_power.o
board/compal_e88/init.o board/compal_e88/hello_world.compalram.manifest.o
board/compal/start.ram.o board/compal/exceptions_redirected.o
board/compal/handlers.o calypso/libcalypso.a layer1/liblayer1.a lib/libmini.a
comm/libcomm.a ../../shared/libosmocore/build-target/src/.libs/libosmocore.a --
end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e88/hello_world.
compalram.elf board/compal_e88/hello_world.compalram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
hello_world\" -DBOARD=\"compal_e88\" -DENVIRONMENT=\"highram\" -c -o
board/compal_e88/hello_world.highram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/highram.lds -Bstatic -Map board/compal_e88/hello_world.highram.map
-o board/compal_e88/hello_world.highram.elf --start-group apps/hello_world/main.
o abb/twl3025.o rf/trf6151.o display/font_r8x8.o display/font_r8x8_horiz.o
display/st7558.o display/td014.o display/ssd1783.o display/display.o
flash/cfi_flash.o board/common/calypso_uart.o board/common/calypso_pwl.o
board/compal/rffe_dualband.o board/compal/rf_power.o board/compal_e88/init.o
board/compal_e88/hello_world.highram.manifest.o board/compal/start.ram.o
board/compal/exceptions_redirected.o board/compal/handlers.o calypso/libcalypso.
a layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../..
/shared/libosmocore/build-target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e88/hello_world.highram.
elf board/compal_e88/hello_world.highram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
hello_world\" -DBOARD=\"compal_e88\" -DENVIRONMENT=\"e88loader\" -c -o
board/compal_e88/hello_world.e88loader.manifest.o board/manifest.c
arm-elf-gcc -Iinclude/ -I../../../include -I../../shared/libosmocore/include -
D__ASSEMBLY__ -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=board/compal/start.rom.lst -c -o board/compal/start.rom.o
board/compal/start.rom.S
arm-elf-gcc -Iinclude/ -I../../../include -I../../shared/libosmocore/include -
D__ASSEMBLY__ -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=board/compal/header.lst -c -o board/compal/header.o board/compal/header.
S
arm-elf-gcc -Iinclude/ -I../../../include -I../../shared/libosmocore/include -
D__ASSEMBLY__ -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=board/compal/exceptions_redirect.lst -c -o
board/compal/exceptions_redirect.o board/compal/exceptions_redirect.S
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal_e88/loader.lds -Bstatic -Map board/compal_e88/hello_world.
e88loader.map -o board/compal_e88/hello_world.e88loader.elf --start-group
apps/hello_world/main.o abb/twl3025.o rf/trf6151.o display/font_r8x8.o
display/font_r8x8_horiz.o display/st7558.o display/td014.o display/ssd1783.o
display/display.o flash/cfi_flash.o board/common/calypso_uart.o
board/common/calypso_pwl.o board/compal/rffe_dualband.o board/compal/rf_power.o
board/compal_e88/init.o board/compal_e88/hello_world.e88loader.manifest.o
board/compal/start.rom.o board/compal/header.o board/compal/exceptions_redirect.
o calypso/libcalypso.a layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../..
/shared/libosmocore/build-target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e88/hello_world.
e88loader.elf board/compal_e88/hello_world.e88loader.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
hello_world\" -DBOARD=\"compal_e88\" -DENVIRONMENT=\"e88flash\" -c -o
board/compal_e88/hello_world.e88flash.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal_e88/flash.lds -Bstatic -Map board/compal_e88/hello_world.e88flash.
map -o board/compal_e88/hello_world.e88flash.elf --start-group
apps/hello_world/main.o abb/twl3025.o rf/trf6151.o display/font_r8x8.o
display/font_r8x8_horiz.o display/st7558.o display/td014.o display/ssd1783.o
display/display.o flash/cfi_flash.o board/common/calypso_uart.o
board/common/calypso_pwl.o board/compal/rffe_dualband.o board/compal/rf_power.o
board/compal_e88/init.o board/compal_e88/hello_world.e88flash.manifest.o
board/compal/start.rom.o board/compal/header.o
board/compal/exceptions_redirected.o board/compal/handlers.o calypso/libcalypso.
a layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../..
/shared/libosmocore/build-target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e88/hello_world.
e88flash.elf board/compal_e88/hello_world.e88flash.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=board/compal_e86/init.lst -c -o board/compal_e86/init.o
board/compal_e86/init.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
hello_world\" -DBOARD=\"compal_e86\" -DENVIRONMENT=\"compalram\" -c -o
board/compal_e86/hello_world.compalram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/ram.lds -Bstatic -Map board/compal_e86/hello_world.compalram.map -
o board/compal_e86/hello_world.compalram.elf --start-group
apps/hello_world/main.o abb/twl3025.o rf/trf6151.o display/font_r8x8.o
display/font_r8x8_horiz.o display/st7558.o display/td014.o display/ssd1783.o
display/display.o flash/cfi_flash.o board/common/calypso_uart.o
board/common/calypso_pwl.o board/compal/rffe_dualband.o board/compal/rf_power.o
board/compal_e86/init.o board/compal_e86/hello_world.compalram.manifest.o
board/compal/start.ram.o board/compal/exceptions_redirected.o
board/compal/handlers.o calypso/libcalypso.a layer1/liblayer1.a lib/libmini.a
comm/libcomm.a ../../shared/libosmocore/build-target/src/.libs/libosmocore.a --
end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e86/hello_world.
compalram.elf board/compal_e86/hello_world.compalram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
hello_world\" -DBOARD=\"compal_e86\" -DENVIRONMENT=\"highram\" -c -o
board/compal_e86/hello_world.highram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/highram.lds -Bstatic -Map board/compal_e86/hello_world.highram.map
-o board/compal_e86/hello_world.highram.elf --start-group apps/hello_world/main.
o abb/twl3025.o rf/trf6151.o display/font_r8x8.o display/font_r8x8_horiz.o
display/st7558.o display/td014.o display/ssd1783.o display/display.o
flash/cfi_flash.o board/common/calypso_uart.o board/common/calypso_pwl.o
board/compal/rffe_dualband.o board/compal/rf_power.o board/compal_e86/init.o
board/compal_e86/hello_world.highram.manifest.o board/compal/start.ram.o
board/compal/exceptions_redirected.o board/compal/handlers.o calypso/libcalypso.
a layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../..
/shared/libosmocore/build-target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e86/hello_world.highram.
elf board/compal_e86/hello_world.highram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=board/compal_e99/init.lst -c -o board/compal_e99/init.o
board/compal_e99/init.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
hello_world\" -DBOARD=\"compal_e99\" -DENVIRONMENT=\"compalram\" -c -o
board/compal_e99/hello_world.compalram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/ram.lds -Bstatic -Map board/compal_e99/hello_world.compalram.map -
o board/compal_e99/hello_world.compalram.elf --start-group
apps/hello_world/main.o abb/twl3025.o rf/trf6151.o display/font_r8x8.o
display/font_r8x8_horiz.o display/st7558.o display/td014.o display/ssd1783.o
display/display.o flash/cfi_flash.o board/common/calypso_uart.o
board/common/calypso_pwl.o board/compal/rffe_dualband.o board/compal/rf_power.o
board/compal_e99/init.o board/compal_e99/hello_world.compalram.manifest.o
board/compal/start.ram.o board/compal/exceptions_redirected.o
board/compal/handlers.o calypso/libcalypso.a layer1/liblayer1.a lib/libmini.a
comm/libcomm.a ../../shared/libosmocore/build-target/src/.libs/libosmocore.a --
end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e99/hello_world.
compalram.elf board/compal_e99/hello_world.compalram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
hello_world\" -DBOARD=\"compal_e99\" -DENVIRONMENT=\"highram\" -c -o
board/compal_e99/hello_world.highram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/highram.lds -Bstatic -Map board/compal_e99/hello_world.highram.map
-o board/compal_e99/hello_world.highram.elf --start-group apps/hello_world/main.
o abb/twl3025.o rf/trf6151.o display/font_r8x8.o display/font_r8x8_horiz.o
display/st7558.o display/td014.o display/ssd1783.o display/display.o
flash/cfi_flash.o board/common/calypso_uart.o board/common/calypso_pwl.o
board/compal/rffe_dualband.o board/compal/rf_power.o board/compal_e99/init.o
board/compal_e99/hello_world.highram.manifest.o board/compal/start.ram.o
board/compal/exceptions_redirected.o board/compal/handlers.o calypso/libcalypso.
a layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../..
/shared/libosmocore/build-target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e99/hello_world.highram.
elf board/compal_e99/hello_world.highram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=board/gta0x/rffe_gta0x_triband.lst -c -o board/gta0x/rffe_gta0x_triband.
o board/gta0x/rffe_gta0x_triband.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=board/gta0x/init.lst -c -o board/gta0x/init.o board/gta0x/init.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=board/gta0x/rf_power.lst -c -o board/gta0x/rf_power.o
board/gta0x/rf_power.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
hello_world\" -DBOARD=\"gta0x\" -DENVIRONMENT=\"highram\" -c -o
board/gta0x/hello_world.highram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/highram.lds -Bstatic -Map board/gta0x/hello_world.highram.map -o
board/gta0x/hello_world.highram.elf --start-group apps/hello_world/main.o
abb/twl3025.o rf/trf6151.o display/font_r8x8.o display/font_r8x8_horiz.o
display/st7558.o display/td014.o display/ssd1783.o display/display.o
flash/cfi_flash.o board/common/calypso_uart.o board/common/calypso_pwl.o
board/gta0x/rffe_gta0x_triband.o board/gta0x/init.o board/gta0x/rf_power.o
board/gta0x/hello_world.highram.manifest.o board/compal/start.ram.o
board/compal/exceptions_redirected.o board/compal/handlers.o calypso/libcalypso.
a layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../..
/shared/libosmocore/build-target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/gta0x/hello_world.highram.elf
board/gta0x/hello_world.highram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=board/pirelli_dpl10/rffe_dpl10_triband.lst -c -o
board/pirelli_dpl10/rffe_dpl10_triband.o board/pirelli_dpl10/rffe_dpl10_triband.
c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=board/pirelli_dpl10/init.lst -c -o board/pirelli_dpl10/init.o
board/pirelli_dpl10/init.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=board/pirelli_dpl10/rf_power.lst -c -o board/pirelli_dpl10/rf_power.o
board/pirelli_dpl10/rf_power.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
hello_world\" -DBOARD=\"pirelli_dpl10\" -DENVIRONMENT=\"highram\" -c -o
board/pirelli_dpl10/hello_world.highram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/highram.lds -Bstatic -Map board/pirelli_dpl10/hello_world.highram.
map -o board/pirelli_dpl10/hello_world.highram.elf --start-group
apps/hello_world/main.o abb/twl3025.o rf/trf6151.o display/font_r8x8.o
display/font_r8x8_horiz.o display/st7558.o display/td014.o display/ssd1783.o
display/display.o flash/cfi_flash.o board/common/calypso_uart.o
board/common/calypso_pwl.o board/pirelli_dpl10/rffe_dpl10_triband.o
board/pirelli_dpl10/init.o board/pirelli_dpl10/rf_power.o
board/pirelli_dpl10/hello_world.highram.manifest.o board/compal/start.ram.o
board/compal/exceptions_redirected.o board/compal/handlers.o calypso/libcalypso.
a layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../..
/shared/libosmocore/build-target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/pirelli_dpl10/hello_world.
highram.elf board/pirelli_dpl10/hello_world.highram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=apps/compal_dsp_dump/main.lst -c -o apps/compal_dsp_dump/main.o
apps/compal_dsp_dump/main.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
compal_dsp_dump\" -DBOARD=\"compal_e88\" -DENVIRONMENT=\"compalram\" -c -o
board/compal_e88/compal_dsp_dump.compalram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/ram.lds -Bstatic -Map board/compal_e88/compal_dsp_dump.compalram.
map -o board/compal_e88/compal_dsp_dump.compalram.elf --start-group
apps/compal_dsp_dump/main.o abb/twl3025.o rf/trf6151.o display/font_r8x8.o
display/font_r8x8_horiz.o display/st7558.o display/td014.o display/ssd1783.o
display/display.o flash/cfi_flash.o board/common/calypso_uart.o
board/common/calypso_pwl.o board/compal/rffe_dualband.o board/compal/rf_power.o
board/compal_e88/init.o board/compal_e88/compal_dsp_dump.compalram.manifest.o
board/compal/start.ram.o board/compal/exceptions_redirected.o
board/compal/handlers.o calypso/libcalypso.a layer1/liblayer1.a lib/libmini.a
comm/libcomm.a ../../shared/libosmocore/build-target/src/.libs/libosmocore.a --
end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e88/compal_dsp_dump.
compalram.elf board/compal_e88/compal_dsp_dump.compalram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
compal_dsp_dump\" -DBOARD=\"compal_e88\" -DENVIRONMENT=\"highram\" -c -o
board/compal_e88/compal_dsp_dump.highram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/highram.lds -Bstatic -Map board/compal_e88/compal_dsp_dump.highram.
map -o board/compal_e88/compal_dsp_dump.highram.elf --start-group
apps/compal_dsp_dump/main.o abb/twl3025.o rf/trf6151.o display/font_r8x8.o
display/font_r8x8_horiz.o display/st7558.o display/td014.o display/ssd1783.o
display/display.o flash/cfi_flash.o board/common/calypso_uart.o
board/common/calypso_pwl.o board/compal/rffe_dualband.o board/compal/rf_power.o
board/compal_e88/init.o board/compal_e88/compal_dsp_dump.highram.manifest.o
board/compal/start.ram.o board/compal/exceptions_redirected.o
board/compal/handlers.o calypso/libcalypso.a layer1/liblayer1.a lib/libmini.a
comm/libcomm.a ../../shared/libosmocore/build-target/src/.libs/libosmocore.a --
end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e88/compal_dsp_dump.
highram.elf board/compal_e88/compal_dsp_dump.highram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
compal_dsp_dump\" -DBOARD=\"compal_e88\" -DENVIRONMENT=\"e88loader\" -c -o
board/compal_e88/compal_dsp_dump.e88loader.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal_e88/loader.lds -Bstatic -Map board/compal_e88/compal_dsp_dump.
e88loader.map -o board/compal_e88/compal_dsp_dump.e88loader.elf --start-group
apps/compal_dsp_dump/main.o abb/twl3025.o rf/trf6151.o display/font_r8x8.o
display/font_r8x8_horiz.o display/st7558.o display/td014.o display/ssd1783.o
display/display.o flash/cfi_flash.o board/common/calypso_uart.o
board/common/calypso_pwl.o board/compal/rffe_dualband.o board/compal/rf_power.o
board/compal_e88/init.o board/compal_e88/compal_dsp_dump.e88loader.manifest.o
board/compal/start.rom.o board/compal/header.o board/compal/exceptions_redirect.
o calypso/libcalypso.a layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../..
/shared/libosmocore/build-target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e88/compal_dsp_dump.
e88loader.elf board/compal_e88/compal_dsp_dump.e88loader.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
compal_dsp_dump\" -DBOARD=\"compal_e88\" -DENVIRONMENT=\"e88flash\" -c -o
board/compal_e88/compal_dsp_dump.e88flash.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal_e88/flash.lds -Bstatic -Map board/compal_e88/compal_dsp_dump.
e88flash.map -o board/compal_e88/compal_dsp_dump.e88flash.elf --start-group
apps/compal_dsp_dump/main.o abb/twl3025.o rf/trf6151.o display/font_r8x8.o
display/font_r8x8_horiz.o display/st7558.o display/td014.o display/ssd1783.o
display/display.o flash/cfi_flash.o board/common/calypso_uart.o
board/common/calypso_pwl.o board/compal/rffe_dualband.o board/compal/rf_power.o
board/compal_e88/init.o board/compal_e88/compal_dsp_dump.e88flash.manifest.o
board/compal/start.rom.o board/compal/header.o
board/compal/exceptions_redirected.o board/compal/handlers.o calypso/libcalypso.
a layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../..
/shared/libosmocore/build-target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e88/compal_dsp_dump.
e88flash.elf board/compal_e88/compal_dsp_dump.e88flash.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
compal_dsp_dump\" -DBOARD=\"compal_e86\" -DENVIRONMENT=\"compalram\" -c -o
board/compal_e86/compal_dsp_dump.compalram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/ram.lds -Bstatic -Map board/compal_e86/compal_dsp_dump.compalram.
map -o board/compal_e86/compal_dsp_dump.compalram.elf --start-group
apps/compal_dsp_dump/main.o abb/twl3025.o rf/trf6151.o display/font_r8x8.o
display/font_r8x8_horiz.o display/st7558.o display/td014.o display/ssd1783.o
display/display.o flash/cfi_flash.o board/common/calypso_uart.o
board/common/calypso_pwl.o board/compal/rffe_dualband.o board/compal/rf_power.o
board/compal_e86/init.o board/compal_e86/compal_dsp_dump.compalram.manifest.o
board/compal/start.ram.o board/compal/exceptions_redirected.o
board/compal/handlers.o calypso/libcalypso.a layer1/liblayer1.a lib/libmini.a
comm/libcomm.a ../../shared/libosmocore/build-target/src/.libs/libosmocore.a --
end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e86/compal_dsp_dump.
compalram.elf board/compal_e86/compal_dsp_dump.compalram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
compal_dsp_dump\" -DBOARD=\"compal_e86\" -DENVIRONMENT=\"highram\" -c -o
board/compal_e86/compal_dsp_dump.highram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/highram.lds -Bstatic -Map board/compal_e86/compal_dsp_dump.highram.
map -o board/compal_e86/compal_dsp_dump.highram.elf --start-group
apps/compal_dsp_dump/main.o abb/twl3025.o rf/trf6151.o display/font_r8x8.o
display/font_r8x8_horiz.o display/st7558.o display/td014.o display/ssd1783.o
display/display.o flash/cfi_flash.o board/common/calypso_uart.o
board/common/calypso_pwl.o board/compal/rffe_dualband.o board/compal/rf_power.o
board/compal_e86/init.o board/compal_e86/compal_dsp_dump.highram.manifest.o
board/compal/start.ram.o board/compal/exceptions_redirected.o
board/compal/handlers.o calypso/libcalypso.a layer1/liblayer1.a lib/libmini.a
comm/libcomm.a ../../shared/libosmocore/build-target/src/.libs/libosmocore.a --
end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e86/compal_dsp_dump.
highram.elf board/compal_e86/compal_dsp_dump.highram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
compal_dsp_dump\" -DBOARD=\"compal_e99\" -DENVIRONMENT=\"compalram\" -c -o
board/compal_e99/compal_dsp_dump.compalram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/ram.lds -Bstatic -Map board/compal_e99/compal_dsp_dump.compalram.
map -o board/compal_e99/compal_dsp_dump.compalram.elf --start-group
apps/compal_dsp_dump/main.o abb/twl3025.o rf/trf6151.o display/font_r8x8.o
display/font_r8x8_horiz.o display/st7558.o display/td014.o display/ssd1783.o
display/display.o flash/cfi_flash.o board/common/calypso_uart.o
board/common/calypso_pwl.o board/compal/rffe_dualband.o board/compal/rf_power.o
board/compal_e99/init.o board/compal_e99/compal_dsp_dump.compalram.manifest.o
board/compal/start.ram.o board/compal/exceptions_redirected.o
board/compal/handlers.o calypso/libcalypso.a layer1/liblayer1.a lib/libmini.a
comm/libcomm.a ../../shared/libosmocore/build-target/src/.libs/libosmocore.a --
end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e99/compal_dsp_dump.
compalram.elf board/compal_e99/compal_dsp_dump.compalram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
compal_dsp_dump\" -DBOARD=\"compal_e99\" -DENVIRONMENT=\"highram\" -c -o
board/compal_e99/compal_dsp_dump.highram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/highram.lds -Bstatic -Map board/compal_e99/compal_dsp_dump.highram.
map -o board/compal_e99/compal_dsp_dump.highram.elf --start-group
apps/compal_dsp_dump/main.o abb/twl3025.o rf/trf6151.o display/font_r8x8.o
display/font_r8x8_horiz.o display/st7558.o display/td014.o display/ssd1783.o
display/display.o flash/cfi_flash.o board/common/calypso_uart.o
board/common/calypso_pwl.o board/compal/rffe_dualband.o board/compal/rf_power.o
board/compal_e99/init.o board/compal_e99/compal_dsp_dump.highram.manifest.o
board/compal/start.ram.o board/compal/exceptions_redirected.o
board/compal/handlers.o calypso/libcalypso.a layer1/liblayer1.a lib/libmini.a
comm/libcomm.a ../../shared/libosmocore/build-target/src/.libs/libosmocore.a --
end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e99/compal_dsp_dump.
highram.elf board/compal_e99/compal_dsp_dump.highram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
compal_dsp_dump\" -DBOARD=\"gta0x\" -DENVIRONMENT=\"highram\" -c -o
board/gta0x/compal_dsp_dump.highram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/highram.lds -Bstatic -Map board/gta0x/compal_dsp_dump.highram.map -
o board/gta0x/compal_dsp_dump.highram.elf --start-group
apps/compal_dsp_dump/main.o abb/twl3025.o rf/trf6151.o display/font_r8x8.o
display/font_r8x8_horiz.o display/st7558.o display/td014.o display/ssd1783.o
display/display.o flash/cfi_flash.o board/common/calypso_uart.o
board/common/calypso_pwl.o board/gta0x/rffe_gta0x_triband.o board/gta0x/init.o
board/gta0x/rf_power.o board/gta0x/compal_dsp_dump.highram.manifest.o
board/compal/start.ram.o board/compal/exceptions_redirected.o
board/compal/handlers.o calypso/libcalypso.a layer1/liblayer1.a lib/libmini.a
comm/libcomm.a ../../shared/libosmocore/build-target/src/.libs/libosmocore.a --
end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/gta0x/compal_dsp_dump.highram.
elf board/gta0x/compal_dsp_dump.highram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
compal_dsp_dump\" -DBOARD=\"pirelli_dpl10\" -DENVIRONMENT=\"highram\" -c -o
board/pirelli_dpl10/compal_dsp_dump.highram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/highram.lds -Bstatic -Map board/pirelli_dpl10/compal_dsp_dump.
highram.map -o board/pirelli_dpl10/compal_dsp_dump.highram.elf --start-group
apps/compal_dsp_dump/main.o abb/twl3025.o rf/trf6151.o display/font_r8x8.o
display/font_r8x8_horiz.o display/st7558.o display/td014.o display/ssd1783.o
display/display.o flash/cfi_flash.o board/common/calypso_uart.o
board/common/calypso_pwl.o board/pirelli_dpl10/rffe_dpl10_triband.o
board/pirelli_dpl10/init.o board/pirelli_dpl10/rf_power.o
board/pirelli_dpl10/compal_dsp_dump.highram.manifest.o board/compal/start.ram.o
board/compal/exceptions_redirected.o board/compal/handlers.o calypso/libcalypso.
a layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../..
/shared/libosmocore/build-target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/pirelli_dpl10/compal_dsp_dump.
highram.elf board/pirelli_dpl10/compal_dsp_dump.highram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=apps/layer1/main.lst -c -o apps/layer1/main.o apps/layer1/main.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
layer1\" -DBOARD=\"compal_e88\" -DENVIRONMENT=\"compalram\" -c -o
board/compal_e88/layer1.compalram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/ram.lds -Bstatic -Map board/compal_e88/layer1.compalram.map -o
board/compal_e88/layer1.compalram.elf --start-group apps/layer1/main.o
abb/twl3025.o rf/trf6151.o display/font_r8x8.o display/font_r8x8_horiz.o
display/st7558.o display/td014.o display/ssd1783.o display/display.o
flash/cfi_flash.o board/common/calypso_uart.o board/common/calypso_pwl.o
board/compal/rffe_dualband.o board/compal/rf_power.o board/compal_e88/init.o
board/compal_e88/layer1.compalram.manifest.o board/compal/start.ram.o
board/compal/exceptions_redirected.o board/compal/handlers.o calypso/libcalypso.
a layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../..
/shared/libosmocore/build-target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e88/layer1.compalram.
elf board/compal_e88/layer1.compalram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
layer1\" -DBOARD=\"compal_e88\" -DENVIRONMENT=\"highram\" -c -o
board/compal_e88/layer1.highram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/highram.lds -Bstatic -Map board/compal_e88/layer1.highram.map -o
board/compal_e88/layer1.highram.elf --start-group apps/layer1/main.o
abb/twl3025.o rf/trf6151.o display/font_r8x8.o display/font_r8x8_horiz.o
display/st7558.o display/td014.o display/ssd1783.o display/display.o
flash/cfi_flash.o board/common/calypso_uart.o board/common/calypso_pwl.o
board/compal/rffe_dualband.o board/compal/rf_power.o board/compal_e88/init.o
board/compal_e88/layer1.highram.manifest.o board/compal/start.ram.o
board/compal/exceptions_redirected.o board/compal/handlers.o calypso/libcalypso.
a layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../..
/shared/libosmocore/build-target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e88/layer1.highram.elf
board/compal_e88/layer1.highram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
layer1\" -DBOARD=\"compal_e88\" -DENVIRONMENT=\"e88loader\" -c -o
board/compal_e88/layer1.e88loader.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal_e88/loader.lds -Bstatic -Map board/compal_e88/layer1.e88loader.map
-o board/compal_e88/layer1.e88loader.elf --start-group apps/layer1/main.o
abb/twl3025.o rf/trf6151.o display/font_r8x8.o display/font_r8x8_horiz.o
display/st7558.o display/td014.o display/ssd1783.o display/display.o
flash/cfi_flash.o board/common/calypso_uart.o board/common/calypso_pwl.o
board/compal/rffe_dualband.o board/compal/rf_power.o board/compal_e88/init.o
board/compal_e88/layer1.e88loader.manifest.o board/compal/start.rom.o
board/compal/header.o board/compal/exceptions_redirect.o calypso/libcalypso.a
layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../../shared/libosmocore/build-
target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e88/layer1.e88loader.
elf board/compal_e88/layer1.e88loader.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
layer1\" -DBOARD=\"compal_e88\" -DENVIRONMENT=\"e88flash\" -c -o
board/compal_e88/layer1.e88flash.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal_e88/flash.lds -Bstatic -Map board/compal_e88/layer1.e88flash.map -
o board/compal_e88/layer1.e88flash.elf --start-group apps/layer1/main.o
abb/twl3025.o rf/trf6151.o display/font_r8x8.o display/font_r8x8_horiz.o
display/st7558.o display/td014.o display/ssd1783.o display/display.o
flash/cfi_flash.o board/common/calypso_uart.o board/common/calypso_pwl.o
board/compal/rffe_dualband.o board/compal/rf_power.o board/compal_e88/init.o
board/compal_e88/layer1.e88flash.manifest.o board/compal/start.rom.o
board/compal/header.o board/compal/exceptions_redirected.o
board/compal/handlers.o calypso/libcalypso.a layer1/liblayer1.a lib/libmini.a
comm/libcomm.a ../../shared/libosmocore/build-target/src/.libs/libosmocore.a --
end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e88/layer1.e88flash.elf
board/compal_e88/layer1.e88flash.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
layer1\" -DBOARD=\"compal_e86\" -DENVIRONMENT=\"compalram\" -c -o
board/compal_e86/layer1.compalram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/ram.lds -Bstatic -Map board/compal_e86/layer1.compalram.map -o
board/compal_e86/layer1.compalram.elf --start-group apps/layer1/main.o
abb/twl3025.o rf/trf6151.o display/font_r8x8.o display/font_r8x8_horiz.o
display/st7558.o display/td014.o display/ssd1783.o display/display.o
flash/cfi_flash.o board/common/calypso_uart.o board/common/calypso_pwl.o
board/compal/rffe_dualband.o board/compal/rf_power.o board/compal_e86/init.o
board/compal_e86/layer1.compalram.manifest.o board/compal/start.ram.o
board/compal/exceptions_redirected.o board/compal/handlers.o calypso/libcalypso.
a layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../..
/shared/libosmocore/build-target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e86/layer1.compalram.
elf board/compal_e86/layer1.compalram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
layer1\" -DBOARD=\"compal_e86\" -DENVIRONMENT=\"highram\" -c -o
board/compal_e86/layer1.highram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/highram.lds -Bstatic -Map board/compal_e86/layer1.highram.map -o
board/compal_e86/layer1.highram.elf --start-group apps/layer1/main.o
abb/twl3025.o rf/trf6151.o display/font_r8x8.o display/font_r8x8_horiz.o
display/st7558.o display/td014.o display/ssd1783.o display/display.o
flash/cfi_flash.o board/common/calypso_uart.o board/common/calypso_pwl.o
board/compal/rffe_dualband.o board/compal/rf_power.o board/compal_e86/init.o
board/compal_e86/layer1.highram.manifest.o board/compal/start.ram.o
board/compal/exceptions_redirected.o board/compal/handlers.o calypso/libcalypso.
a layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../..
/shared/libosmocore/build-target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e86/layer1.highram.elf
board/compal_e86/layer1.highram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
layer1\" -DBOARD=\"compal_e99\" -DENVIRONMENT=\"compalram\" -c -o
board/compal_e99/layer1.compalram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/ram.lds -Bstatic -Map board/compal_e99/layer1.compalram.map -o
board/compal_e99/layer1.compalram.elf --start-group apps/layer1/main.o
abb/twl3025.o rf/trf6151.o display/font_r8x8.o display/font_r8x8_horiz.o
display/st7558.o display/td014.o display/ssd1783.o display/display.o
flash/cfi_flash.o board/common/calypso_uart.o board/common/calypso_pwl.o
board/compal/rffe_dualband.o board/compal/rf_power.o board/compal_e99/init.o
board/compal_e99/layer1.compalram.manifest.o board/compal/start.ram.o
board/compal/exceptions_redirected.o board/compal/handlers.o calypso/libcalypso.
a layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../..
/shared/libosmocore/build-target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e99/layer1.compalram.
elf board/compal_e99/layer1.compalram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
layer1\" -DBOARD=\"compal_e99\" -DENVIRONMENT=\"highram\" -c -o
board/compal_e99/layer1.highram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/highram.lds -Bstatic -Map board/compal_e99/layer1.highram.map -o
board/compal_e99/layer1.highram.elf --start-group apps/layer1/main.o
abb/twl3025.o rf/trf6151.o display/font_r8x8.o display/font_r8x8_horiz.o
display/st7558.o display/td014.o display/ssd1783.o display/display.o
flash/cfi_flash.o board/common/calypso_uart.o board/common/calypso_pwl.o
board/compal/rffe_dualband.o board/compal/rf_power.o board/compal_e99/init.o
board/compal_e99/layer1.highram.manifest.o board/compal/start.ram.o
board/compal/exceptions_redirected.o board/compal/handlers.o calypso/libcalypso.
a layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../..
/shared/libosmocore/build-target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e99/layer1.highram.elf
board/compal_e99/layer1.highram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
layer1\" -DBOARD=\"gta0x\" -DENVIRONMENT=\"highram\" -c -o board/gta0x/layer1.
highram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/highram.lds -Bstatic -Map board/gta0x/layer1.highram.map -o
board/gta0x/layer1.highram.elf --start-group apps/layer1/main.o abb/twl3025.o
rf/trf6151.o display/font_r8x8.o display/font_r8x8_horiz.o display/st7558.o
display/td014.o display/ssd1783.o display/display.o flash/cfi_flash.o
board/common/calypso_uart.o board/common/calypso_pwl.o
board/gta0x/rffe_gta0x_triband.o board/gta0x/init.o board/gta0x/rf_power.o
board/gta0x/layer1.highram.manifest.o board/compal/start.ram.o
board/compal/exceptions_redirected.o board/compal/handlers.o calypso/libcalypso.
a layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../..
/shared/libosmocore/build-target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/gta0x/layer1.highram.elf
board/gta0x/layer1.highram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
layer1\" -DBOARD=\"pirelli_dpl10\" -DENVIRONMENT=\"highram\" -c -o
board/pirelli_dpl10/layer1.highram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/highram.lds -Bstatic -Map board/pirelli_dpl10/layer1.highram.map -
o board/pirelli_dpl10/layer1.highram.elf --start-group apps/layer1/main.o
abb/twl3025.o rf/trf6151.o display/font_r8x8.o display/font_r8x8_horiz.o
display/st7558.o display/td014.o display/ssd1783.o display/display.o
flash/cfi_flash.o board/common/calypso_uart.o board/common/calypso_pwl.o
board/pirelli_dpl10/rffe_dpl10_triband.o board/pirelli_dpl10/init.o
board/pirelli_dpl10/rf_power.o board/pirelli_dpl10/layer1.highram.manifest.o
board/compal/start.ram.o board/compal/exceptions_redirected.o
board/compal/handlers.o calypso/libcalypso.a layer1/liblayer1.a lib/libmini.a
comm/libcomm.a ../../shared/libosmocore/build-target/src/.libs/libosmocore.a --
end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/pirelli_dpl10/layer1.highram.
elf board/pirelli_dpl10/layer1.highram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=apps/loader/main.lst -c -o apps/loader/main.o apps/loader/main.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
loader\" -DBOARD=\"compal_e88\" -DENVIRONMENT=\"compalram\" -c -o
board/compal_e88/loader.compalram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/ram.lds -Bstatic -Map board/compal_e88/loader.compalram.map -o
board/compal_e88/loader.compalram.elf --start-group apps/loader/main.o
abb/twl3025.o rf/trf6151.o display/font_r8x8.o display/font_r8x8_horiz.o
display/st7558.o display/td014.o display/ssd1783.o display/display.o
flash/cfi_flash.o board/common/calypso_uart.o board/common/calypso_pwl.o
board/compal/rffe_dualband.o board/compal/rf_power.o board/compal_e88/init.o
board/compal_e88/loader.compalram.manifest.o board/compal/start.ram.o
board/compal/exceptions_redirected.o board/compal/handlers.o calypso/libcalypso.
a layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../..
/shared/libosmocore/build-target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e88/loader.compalram.
elf board/compal_e88/loader.compalram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
loader\" -DBOARD=\"compal_e88\" -DENVIRONMENT=\"highram\" -c -o
board/compal_e88/loader.highram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/highram.lds -Bstatic -Map board/compal_e88/loader.highram.map -o
board/compal_e88/loader.highram.elf --start-group apps/loader/main.o
abb/twl3025.o rf/trf6151.o display/font_r8x8.o display/font_r8x8_horiz.o
display/st7558.o display/td014.o display/ssd1783.o display/display.o
flash/cfi_flash.o board/common/calypso_uart.o board/common/calypso_pwl.o
board/compal/rffe_dualband.o board/compal/rf_power.o board/compal_e88/init.o
board/compal_e88/loader.highram.manifest.o board/compal/start.ram.o
board/compal/exceptions_redirected.o board/compal/handlers.o calypso/libcalypso.
a layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../..
/shared/libosmocore/build-target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e88/loader.highram.elf
board/compal_e88/loader.highram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
loader\" -DBOARD=\"compal_e88\" -DENVIRONMENT=\"e88loader\" -c -o
board/compal_e88/loader.e88loader.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal_e88/loader.lds -Bstatic -Map board/compal_e88/loader.e88loader.map
-o board/compal_e88/loader.e88loader.elf --start-group apps/loader/main.o
abb/twl3025.o rf/trf6151.o display/font_r8x8.o display/font_r8x8_horiz.o
display/st7558.o display/td014.o display/ssd1783.o display/display.o
flash/cfi_flash.o board/common/calypso_uart.o board/common/calypso_pwl.o
board/compal/rffe_dualband.o board/compal/rf_power.o board/compal_e88/init.o
board/compal_e88/loader.e88loader.manifest.o board/compal/start.rom.o
board/compal/header.o board/compal/exceptions_redirect.o calypso/libcalypso.a
layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../../shared/libosmocore/build-
target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e88/loader.e88loader.
elf board/compal_e88/loader.e88loader.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
loader\" -DBOARD=\"compal_e88\" -DENVIRONMENT=\"e88flash\" -c -o
board/compal_e88/loader.e88flash.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal_e88/flash.lds -Bstatic -Map board/compal_e88/loader.e88flash.map -
o board/compal_e88/loader.e88flash.elf --start-group apps/loader/main.o
abb/twl3025.o rf/trf6151.o display/font_r8x8.o display/font_r8x8_horiz.o
display/st7558.o display/td014.o display/ssd1783.o display/display.o
flash/cfi_flash.o board/common/calypso_uart.o board/common/calypso_pwl.o
board/compal/rffe_dualband.o board/compal/rf_power.o board/compal_e88/init.o
board/compal_e88/loader.e88flash.manifest.o board/compal/start.rom.o
board/compal/header.o board/compal/exceptions_redirected.o
board/compal/handlers.o calypso/libcalypso.a layer1/liblayer1.a lib/libmini.a
comm/libcomm.a ../../shared/libosmocore/build-target/src/.libs/libosmocore.a --
end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e88/loader.e88flash.elf
board/compal_e88/loader.e88flash.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
loader\" -DBOARD=\"compal_e86\" -DENVIRONMENT=\"compalram\" -c -o
board/compal_e86/loader.compalram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/ram.lds -Bstatic -Map board/compal_e86/loader.compalram.map -o
board/compal_e86/loader.compalram.elf --start-group apps/loader/main.o
abb/twl3025.o rf/trf6151.o display/font_r8x8.o display/font_r8x8_horiz.o
display/st7558.o display/td014.o display/ssd1783.o display/display.o
flash/cfi_flash.o board/common/calypso_uart.o board/common/calypso_pwl.o
board/compal/rffe_dualband.o board/compal/rf_power.o board/compal_e86/init.o
board/compal_e86/loader.compalram.manifest.o board/compal/start.ram.o
board/compal/exceptions_redirected.o board/compal/handlers.o calypso/libcalypso.
a layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../..
/shared/libosmocore/build-target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e86/loader.compalram.
elf board/compal_e86/loader.compalram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
loader\" -DBOARD=\"compal_e86\" -DENVIRONMENT=\"highram\" -c -o
board/compal_e86/loader.highram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/highram.lds -Bstatic -Map board/compal_e86/loader.highram.map -o
board/compal_e86/loader.highram.elf --start-group apps/loader/main.o
abb/twl3025.o rf/trf6151.o display/font_r8x8.o display/font_r8x8_horiz.o
display/st7558.o display/td014.o display/ssd1783.o display/display.o
flash/cfi_flash.o board/common/calypso_uart.o board/common/calypso_pwl.o
board/compal/rffe_dualband.o board/compal/rf_power.o board/compal_e86/init.o
board/compal_e86/loader.highram.manifest.o board/compal/start.ram.o
board/compal/exceptions_redirected.o board/compal/handlers.o calypso/libcalypso.
a layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../..
/shared/libosmocore/build-target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e86/loader.highram.elf
board/compal_e86/loader.highram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
loader\" -DBOARD=\"compal_e99\" -DENVIRONMENT=\"compalram\" -c -o
board/compal_e99/loader.compalram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/ram.lds -Bstatic -Map board/compal_e99/loader.compalram.map -o
board/compal_e99/loader.compalram.elf --start-group apps/loader/main.o
abb/twl3025.o rf/trf6151.o display/font_r8x8.o display/font_r8x8_horiz.o
display/st7558.o display/td014.o display/ssd1783.o display/display.o
flash/cfi_flash.o board/common/calypso_uart.o board/common/calypso_pwl.o
board/compal/rffe_dualband.o board/compal/rf_power.o board/compal_e99/init.o
board/compal_e99/loader.compalram.manifest.o board/compal/start.ram.o
board/compal/exceptions_redirected.o board/compal/handlers.o calypso/libcalypso.
a layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../..
/shared/libosmocore/build-target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e99/loader.compalram.
elf board/compal_e99/loader.compalram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
loader\" -DBOARD=\"compal_e99\" -DENVIRONMENT=\"highram\" -c -o
board/compal_e99/loader.highram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/highram.lds -Bstatic -Map board/compal_e99/loader.highram.map -o
board/compal_e99/loader.highram.elf --start-group apps/loader/main.o
abb/twl3025.o rf/trf6151.o display/font_r8x8.o display/font_r8x8_horiz.o
display/st7558.o display/td014.o display/ssd1783.o display/display.o
flash/cfi_flash.o board/common/calypso_uart.o board/common/calypso_pwl.o
board/compal/rffe_dualband.o board/compal/rf_power.o board/compal_e99/init.o
board/compal_e99/loader.highram.manifest.o board/compal/start.ram.o
board/compal/exceptions_redirected.o board/compal/handlers.o calypso/libcalypso.
a layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../..
/shared/libosmocore/build-target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e99/loader.highram.elf
board/compal_e99/loader.highram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
loader\" -DBOARD=\"gta0x\" -DENVIRONMENT=\"highram\" -c -o board/gta0x/loader.
highram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/highram.lds -Bstatic -Map board/gta0x/loader.highram.map -o
board/gta0x/loader.highram.elf --start-group apps/loader/main.o abb/twl3025.o
rf/trf6151.o display/font_r8x8.o display/font_r8x8_horiz.o display/st7558.o
display/td014.o display/ssd1783.o display/display.o flash/cfi_flash.o
board/common/calypso_uart.o board/common/calypso_pwl.o
board/gta0x/rffe_gta0x_triband.o board/gta0x/init.o board/gta0x/rf_power.o
board/gta0x/loader.highram.manifest.o board/compal/start.ram.o
board/compal/exceptions_redirected.o board/compal/handlers.o calypso/libcalypso.
a layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../..
/shared/libosmocore/build-target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/gta0x/loader.highram.elf
board/gta0x/loader.highram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
loader\" -DBOARD=\"pirelli_dpl10\" -DENVIRONMENT=\"highram\" -c -o
board/pirelli_dpl10/loader.highram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/highram.lds -Bstatic -Map board/pirelli_dpl10/loader.highram.map -
o board/pirelli_dpl10/loader.highram.elf --start-group apps/loader/main.o
abb/twl3025.o rf/trf6151.o display/font_r8x8.o display/font_r8x8_horiz.o
display/st7558.o display/td014.o display/ssd1783.o display/display.o
flash/cfi_flash.o board/common/calypso_uart.o board/common/calypso_pwl.o
board/pirelli_dpl10/rffe_dpl10_triband.o board/pirelli_dpl10/init.o
board/pirelli_dpl10/rf_power.o board/pirelli_dpl10/loader.highram.manifest.o
board/compal/start.ram.o board/compal/exceptions_redirected.o
board/compal/handlers.o calypso/libcalypso.a layer1/liblayer1.a lib/libmini.a
comm/libcomm.a ../../shared/libosmocore/build-target/src/.libs/libosmocore.a --
end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/pirelli_dpl10/loader.highram.
elf board/pirelli_dpl10/loader.highram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=apps/simtest/main.lst -c -o apps/simtest/main.o apps/simtest/main.c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
simtest\" -DBOARD=\"compal_e88\" -DENVIRONMENT=\"compalram\" -c -o
board/compal_e88/simtest.compalram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/ram.lds -Bstatic -Map board/compal_e88/simtest.compalram.map -o
board/compal_e88/simtest.compalram.elf --start-group apps/simtest/main.o
abb/twl3025.o rf/trf6151.o display/font_r8x8.o display/font_r8x8_horiz.o
display/st7558.o display/td014.o display/ssd1783.o display/display.o
flash/cfi_flash.o board/common/calypso_uart.o board/common/calypso_pwl.o
board/compal/rffe_dualband.o board/compal/rf_power.o board/compal_e88/init.o
board/compal_e88/simtest.compalram.manifest.o board/compal/start.ram.o
board/compal/exceptions_redirected.o board/compal/handlers.o calypso/libcalypso.
a layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../..
/shared/libosmocore/build-target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e88/simtest.compalram.
elf board/compal_e88/simtest.compalram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
simtest\" -DBOARD=\"compal_e88\" -DENVIRONMENT=\"highram\" -c -o
board/compal_e88/simtest.highram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/highram.lds -Bstatic -Map board/compal_e88/simtest.highram.map -o
board/compal_e88/simtest.highram.elf --start-group apps/simtest/main.o
abb/twl3025.o rf/trf6151.o display/font_r8x8.o display/font_r8x8_horiz.o
display/st7558.o display/td014.o display/ssd1783.o display/display.o
flash/cfi_flash.o board/common/calypso_uart.o board/common/calypso_pwl.o
board/compal/rffe_dualband.o board/compal/rf_power.o board/compal_e88/init.o
board/compal_e88/simtest.highram.manifest.o board/compal/start.ram.o
board/compal/exceptions_redirected.o board/compal/handlers.o calypso/libcalypso.
a layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../..
/shared/libosmocore/build-target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e88/simtest.highram.elf
board/compal_e88/simtest.highram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
simtest\" -DBOARD=\"compal_e88\" -DENVIRONMENT=\"e88loader\" -c -o
board/compal_e88/simtest.e88loader.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal_e88/loader.lds -Bstatic -Map board/compal_e88/simtest.e88loader.
map -o board/compal_e88/simtest.e88loader.elf --start-group apps/simtest/main.o
abb/twl3025.o rf/trf6151.o display/font_r8x8.o display/font_r8x8_horiz.o
display/st7558.o display/td014.o display/ssd1783.o display/display.o
flash/cfi_flash.o board/common/calypso_uart.o board/common/calypso_pwl.o
board/compal/rffe_dualband.o board/compal/rf_power.o board/compal_e88/init.o
board/compal_e88/simtest.e88loader.manifest.o board/compal/start.rom.o
board/compal/header.o board/compal/exceptions_redirect.o calypso/libcalypso.a
layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../../shared/libosmocore/build-
target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e88/simtest.e88loader.
elf board/compal_e88/simtest.e88loader.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
simtest\" -DBOARD=\"compal_e88\" -DENVIRONMENT=\"e88flash\" -c -o
board/compal_e88/simtest.e88flash.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal_e88/flash.lds -Bstatic -Map board/compal_e88/simtest.e88flash.map -
o board/compal_e88/simtest.e88flash.elf --start-group apps/simtest/main.o
abb/twl3025.o rf/trf6151.o display/font_r8x8.o display/font_r8x8_horiz.o
display/st7558.o display/td014.o display/ssd1783.o display/display.o
flash/cfi_flash.o board/common/calypso_uart.o board/common/calypso_pwl.o
board/compal/rffe_dualband.o board/compal/rf_power.o board/compal_e88/init.o
board/compal_e88/simtest.e88flash.manifest.o board/compal/start.rom.o
board/compal/header.o board/compal/exceptions_redirected.o
board/compal/handlers.o calypso/libcalypso.a layer1/liblayer1.a lib/libmini.a
comm/libcomm.a ../../shared/libosmocore/build-target/src/.libs/libosmocore.a --
end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e88/simtest.e88flash.
elf board/compal_e88/simtest.e88flash.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
simtest\" -DBOARD=\"compal_e86\" -DENVIRONMENT=\"compalram\" -c -o
board/compal_e86/simtest.compalram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/ram.lds -Bstatic -Map board/compal_e86/simtest.compalram.map -o
board/compal_e86/simtest.compalram.elf --start-group apps/simtest/main.o
abb/twl3025.o rf/trf6151.o display/font_r8x8.o display/font_r8x8_horiz.o
display/st7558.o display/td014.o display/ssd1783.o display/display.o
flash/cfi_flash.o board/common/calypso_uart.o board/common/calypso_pwl.o
board/compal/rffe_dualband.o board/compal/rf_power.o board/compal_e86/init.o
board/compal_e86/simtest.compalram.manifest.o board/compal/start.ram.o
board/compal/exceptions_redirected.o board/compal/handlers.o calypso/libcalypso.
a layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../..
/shared/libosmocore/build-target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e86/simtest.compalram.
elf board/compal_e86/simtest.compalram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
simtest\" -DBOARD=\"compal_e86\" -DENVIRONMENT=\"highram\" -c -o
board/compal_e86/simtest.highram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/highram.lds -Bstatic -Map board/compal_e86/simtest.highram.map -o
board/compal_e86/simtest.highram.elf --start-group apps/simtest/main.o
abb/twl3025.o rf/trf6151.o display/font_r8x8.o display/font_r8x8_horiz.o
display/st7558.o display/td014.o display/ssd1783.o display/display.o
flash/cfi_flash.o board/common/calypso_uart.o board/common/calypso_pwl.o
board/compal/rffe_dualband.o board/compal/rf_power.o board/compal_e86/init.o
board/compal_e86/simtest.highram.manifest.o board/compal/start.ram.o
board/compal/exceptions_redirected.o board/compal/handlers.o calypso/libcalypso.
a layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../..
/shared/libosmocore/build-target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e86/simtest.highram.elf
board/compal_e86/simtest.highram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
simtest\" -DBOARD=\"compal_e99\" -DENVIRONMENT=\"compalram\" -c -o
board/compal_e99/simtest.compalram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/ram.lds -Bstatic -Map board/compal_e99/simtest.compalram.map -o
board/compal_e99/simtest.compalram.elf --start-group apps/simtest/main.o
abb/twl3025.o rf/trf6151.o display/font_r8x8.o display/font_r8x8_horiz.o
display/st7558.o display/td014.o display/ssd1783.o display/display.o
flash/cfi_flash.o board/common/calypso_uart.o board/common/calypso_pwl.o
board/compal/rffe_dualband.o board/compal/rf_power.o board/compal_e99/init.o
board/compal_e99/simtest.compalram.manifest.o board/compal/start.ram.o
board/compal/exceptions_redirected.o board/compal/handlers.o calypso/libcalypso.
a layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../..
/shared/libosmocore/build-target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e99/simtest.compalram.
elf board/compal_e99/simtest.compalram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
simtest\" -DBOARD=\"compal_e99\" -DENVIRONMENT=\"highram\" -c -o
board/compal_e99/simtest.highram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/highram.lds -Bstatic -Map board/compal_e99/simtest.highram.map -o
board/compal_e99/simtest.highram.elf --start-group apps/simtest/main.o
abb/twl3025.o rf/trf6151.o display/font_r8x8.o display/font_r8x8_horiz.o
display/st7558.o display/td014.o display/ssd1783.o display/display.o
flash/cfi_flash.o board/common/calypso_uart.o board/common/calypso_pwl.o
board/compal/rffe_dualband.o board/compal/rf_power.o board/compal_e99/init.o
board/compal_e99/simtest.highram.manifest.o board/compal/start.ram.o
board/compal/exceptions_redirected.o board/compal/handlers.o calypso/libcalypso.
a layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../..
/shared/libosmocore/build-target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e99/simtest.highram.elf
board/compal_e99/simtest.highram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
simtest\" -DBOARD=\"gta0x\" -DENVIRONMENT=\"highram\" -c -o board/gta0x/simtest.
highram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/highram.lds -Bstatic -Map board/gta0x/simtest.highram.map -o
board/gta0x/simtest.highram.elf --start-group apps/simtest/main.o abb/twl3025.o
rf/trf6151.o display/font_r8x8.o display/font_r8x8_horiz.o display/st7558.o
display/td014.o display/ssd1783.o display/display.o flash/cfi_flash.o
board/common/calypso_uart.o board/common/calypso_pwl.o
board/gta0x/rffe_gta0x_triband.o board/gta0x/init.o board/gta0x/rf_power.o
board/gta0x/simtest.highram.manifest.o board/compal/start.ram.o
board/compal/exceptions_redirected.o board/compal/handlers.o calypso/libcalypso.
a layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../..
/shared/libosmocore/build-target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/gta0x/simtest.highram.elf
board/gta0x/simtest.highram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
simtest\" -DBOARD=\"pirelli_dpl10\" -DENVIRONMENT=\"highram\" -c -o
board/pirelli_dpl10/simtest.highram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/highram.lds -Bstatic -Map board/pirelli_dpl10/simtest.highram.map -
o board/pirelli_dpl10/simtest.highram.elf --start-group apps/simtest/main.o
abb/twl3025.o rf/trf6151.o display/font_r8x8.o display/font_r8x8_horiz.o
display/st7558.o display/td014.o display/ssd1783.o display/display.o
flash/cfi_flash.o board/common/calypso_uart.o board/common/calypso_pwl.o
board/pirelli_dpl10/rffe_dpl10_triband.o board/pirelli_dpl10/init.o
board/pirelli_dpl10/rf_power.o board/pirelli_dpl10/simtest.highram.manifest.o
board/compal/start.ram.o board/compal/exceptions_redirected.o
board/compal/handlers.o calypso/libcalypso.a layer1/liblayer1.a lib/libmini.a
comm/libcomm.a ../../shared/libosmocore/build-target/src/.libs/libosmocore.a --
end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/pirelli_dpl10/simtest.highram.
elf board/pirelli_dpl10/simtest.highram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -Wa,-
adhlns=apps/chainload/main.lst -c -o apps/chainload/main.o apps/chainload/main.
c
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
chainload\" -DBOARD=\"compal_e88\" -DENVIRONMENT=\"compalram\" -c -o
board/compal_e88/chainload.compalram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/ram.lds -Bstatic -Map board/compal_e88/chainload.compalram.map -o
board/compal_e88/chainload.compalram.elf --start-group apps/chainload/main.o
abb/twl3025.o rf/trf6151.o display/font_r8x8.o display/font_r8x8_horiz.o
display/st7558.o display/td014.o display/ssd1783.o display/display.o
flash/cfi_flash.o board/common/calypso_uart.o board/common/calypso_pwl.o
board/compal/rffe_dualband.o board/compal/rf_power.o board/compal_e88/init.o
board/compal_e88/chainload.compalram.manifest.o board/compal/start.ram.o
board/compal/exceptions_redirected.o board/compal/handlers.o calypso/libcalypso.
a layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../..
/shared/libosmocore/build-target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e88/chainload.compalram.
elf board/compal_e88/chainload.compalram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
chainload\" -DBOARD=\"compal_e88\" -DENVIRONMENT=\"highram\" -c -o
board/compal_e88/chainload.highram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/highram.lds -Bstatic -Map board/compal_e88/chainload.highram.map -
o board/compal_e88/chainload.highram.elf --start-group apps/chainload/main.o
abb/twl3025.o rf/trf6151.o display/font_r8x8.o display/font_r8x8_horiz.o
display/st7558.o display/td014.o display/ssd1783.o display/display.o
flash/cfi_flash.o board/common/calypso_uart.o board/common/calypso_pwl.o
board/compal/rffe_dualband.o board/compal/rf_power.o board/compal_e88/init.o
board/compal_e88/chainload.highram.manifest.o board/compal/start.ram.o
board/compal/exceptions_redirected.o board/compal/handlers.o calypso/libcalypso.
a layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../..
/shared/libosmocore/build-target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e88/chainload.highram.
elf board/compal_e88/chainload.highram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
chainload\" -DBOARD=\"compal_e88\" -DENVIRONMENT=\"e88loader\" -c -o
board/compal_e88/chainload.e88loader.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal_e88/loader.lds -Bstatic -Map board/compal_e88/chainload.e88loader.
map -o board/compal_e88/chainload.e88loader.elf --start-group
apps/chainload/main.o abb/twl3025.o rf/trf6151.o display/font_r8x8.o
display/font_r8x8_horiz.o display/st7558.o display/td014.o display/ssd1783.o
display/display.o flash/cfi_flash.o board/common/calypso_uart.o
board/common/calypso_pwl.o board/compal/rffe_dualband.o board/compal/rf_power.o
board/compal_e88/init.o board/compal_e88/chainload.e88loader.manifest.o
board/compal/start.rom.o board/compal/header.o board/compal/exceptions_redirect.
o calypso/libcalypso.a layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../..
/shared/libosmocore/build-target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e88/chainload.e88loader.
elf board/compal_e88/chainload.e88loader.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
chainload\" -DBOARD=\"compal_e88\" -DENVIRONMENT=\"e88flash\" -c -o
board/compal_e88/chainload.e88flash.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal_e88/flash.lds -Bstatic -Map board/compal_e88/chainload.e88flash.
map -o board/compal_e88/chainload.e88flash.elf --start-group
apps/chainload/main.o abb/twl3025.o rf/trf6151.o display/font_r8x8.o
display/font_r8x8_horiz.o display/st7558.o display/td014.o display/ssd1783.o
display/display.o flash/cfi_flash.o board/common/calypso_uart.o
board/common/calypso_pwl.o board/compal/rffe_dualband.o board/compal/rf_power.o
board/compal_e88/init.o board/compal_e88/chainload.e88flash.manifest.o
board/compal/start.rom.o board/compal/header.o
board/compal/exceptions_redirected.o board/compal/handlers.o calypso/libcalypso.
a layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../..
/shared/libosmocore/build-target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e88/chainload.e88flash.
elf board/compal_e88/chainload.e88flash.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
chainload\" -DBOARD=\"compal_e86\" -DENVIRONMENT=\"compalram\" -c -o
board/compal_e86/chainload.compalram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/ram.lds -Bstatic -Map board/compal_e86/chainload.compalram.map -o
board/compal_e86/chainload.compalram.elf --start-group apps/chainload/main.o
abb/twl3025.o rf/trf6151.o display/font_r8x8.o display/font_r8x8_horiz.o
display/st7558.o display/td014.o display/ssd1783.o display/display.o
flash/cfi_flash.o board/common/calypso_uart.o board/common/calypso_pwl.o
board/compal/rffe_dualband.o board/compal/rf_power.o board/compal_e86/init.o
board/compal_e86/chainload.compalram.manifest.o board/compal/start.ram.o
board/compal/exceptions_redirected.o board/compal/handlers.o calypso/libcalypso.
a layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../..
/shared/libosmocore/build-target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e86/chainload.compalram.
elf board/compal_e86/chainload.compalram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
chainload\" -DBOARD=\"compal_e86\" -DENVIRONMENT=\"highram\" -c -o
board/compal_e86/chainload.highram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/highram.lds -Bstatic -Map board/compal_e86/chainload.highram.map -
o board/compal_e86/chainload.highram.elf --start-group apps/chainload/main.o
abb/twl3025.o rf/trf6151.o display/font_r8x8.o display/font_r8x8_horiz.o
display/st7558.o display/td014.o display/ssd1783.o display/display.o
flash/cfi_flash.o board/common/calypso_uart.o board/common/calypso_pwl.o
board/compal/rffe_dualband.o board/compal/rf_power.o board/compal_e86/init.o
board/compal_e86/chainload.highram.manifest.o board/compal/start.ram.o
board/compal/exceptions_redirected.o board/compal/handlers.o calypso/libcalypso.
a layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../..
/shared/libosmocore/build-target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e86/chainload.highram.
elf board/compal_e86/chainload.highram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
chainload\" -DBOARD=\"compal_e99\" -DENVIRONMENT=\"compalram\" -c -o
board/compal_e99/chainload.compalram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/ram.lds -Bstatic -Map board/compal_e99/chainload.compalram.map -o
board/compal_e99/chainload.compalram.elf --start-group apps/chainload/main.o
abb/twl3025.o rf/trf6151.o display/font_r8x8.o display/font_r8x8_horiz.o
display/st7558.o display/td014.o display/ssd1783.o display/display.o
flash/cfi_flash.o board/common/calypso_uart.o board/common/calypso_pwl.o
board/compal/rffe_dualband.o board/compal/rf_power.o board/compal_e99/init.o
board/compal_e99/chainload.compalram.manifest.o board/compal/start.ram.o
board/compal/exceptions_redirected.o board/compal/handlers.o calypso/libcalypso.
a layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../..
/shared/libosmocore/build-target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e99/chainload.compalram.
elf board/compal_e99/chainload.compalram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
chainload\" -DBOARD=\"compal_e99\" -DENVIRONMENT=\"highram\" -c -o
board/compal_e99/chainload.highram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/highram.lds -Bstatic -Map board/compal_e99/chainload.highram.map -
o board/compal_e99/chainload.highram.elf --start-group apps/chainload/main.o
abb/twl3025.o rf/trf6151.o display/font_r8x8.o display/font_r8x8_horiz.o
display/st7558.o display/td014.o display/ssd1783.o display/display.o
flash/cfi_flash.o board/common/calypso_uart.o board/common/calypso_pwl.o
board/compal/rffe_dualband.o board/compal/rf_power.o board/compal_e99/init.o
board/compal_e99/chainload.highram.manifest.o board/compal/start.ram.o
board/compal/exceptions_redirected.o board/compal/handlers.o calypso/libcalypso.
a layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../..
/shared/libosmocore/build-target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/compal_e99/chainload.highram.
elf board/compal_e99/chainload.highram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
chainload\" -DBOARD=\"gta0x\" -DENVIRONMENT=\"highram\" -c -o
board/gta0x/chainload.highram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/highram.lds -Bstatic -Map board/gta0x/chainload.highram.map -o
board/gta0x/chainload.highram.elf --start-group apps/chainload/main.o
abb/twl3025.o rf/trf6151.o display/font_r8x8.o display/font_r8x8_horiz.o
display/st7558.o display/td014.o display/ssd1783.o display/display.o
flash/cfi_flash.o board/common/calypso_uart.o board/common/calypso_pwl.o
board/gta0x/rffe_gta0x_triband.o board/gta0x/init.o board/gta0x/rf_power.o
board/gta0x/chainload.highram.manifest.o board/compal/start.ram.o
board/compal/exceptions_redirected.o board/compal/handlers.o calypso/libcalypso.
a layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../..
/shared/libosmocore/build-target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/gta0x/chainload.highram.elf
board/gta0x/chainload.highram.bin
arm-elf-gcc -mcpu=arm7tdmi -Iinclude/ -I../../../include -I../..
/shared/libosmocore/include -Wall -Wextra -Wcast-align -Wimplicit -Wunused -
Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wnested-externs -Wbad-
function-cast -Wsign-compare -Waggregate-return -Os -ffunction-sections -gdwarf-
2 -DGIT_REVISION=\"osmocon_v0.0.0-786-g937023b-modified\" -DAPPLICATION=\"
chainload\" -DBOARD=\"pirelli_dpl10\" -DENVIRONMENT=\"highram\" -c -o
board/pirelli_dpl10/chainload.highram.manifest.o board/manifest.c
arm-elf-ld -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref -T
board/compal/highram.lds -Bstatic -Map board/pirelli_dpl10/chainload.highram.
map -o board/pirelli_dpl10/chainload.highram.elf --start-group
apps/chainload/main.o abb/twl3025.o rf/trf6151.o display/font_r8x8.o
display/font_r8x8_horiz.o display/st7558.o display/td014.o display/ssd1783.o
display/display.o flash/cfi_flash.o board/common/calypso_uart.o
board/common/calypso_pwl.o board/pirelli_dpl10/rffe_dpl10_triband.o
board/pirelli_dpl10/init.o board/pirelli_dpl10/rf_power.o
board/pirelli_dpl10/chainload.highram.manifest.o board/compal/start.ram.o
board/compal/exceptions_redirected.o board/compal/handlers.o calypso/libcalypso.
a layer1/liblayer1.a lib/libmini.a comm/libcomm.a ../..
/shared/libosmocore/build-target/src/.libs/libosmocore.a --end-group
arm-elf-objcopy --gap-fill=0xff -O binary board/pirelli_dpl10/chainload.
highram.elf board/pirelli_dpl10/chainload.highram.bin
arm-elf-size board/compal_e88/hello_world.compalram.elf | tee
board/compal_e88/hello_world.compalram.size
text data bss dec hex filename
19449 328 17524 37301 91b5 board/compal_e88/hello_world.compalram.
elf
arm-elf-size board/compal_e88/hello_world.highram.elf | tee
board/compal_e88/hello_world.highram.size
text data bss dec hex filename
19453 328 17524 37305 91b9 board/compal_e88/hello_world.highram.
elf
arm-elf-size board/compal_e88/hello_world.e88loader.elf | tee
board/compal_e88/hello_world.e88loader.size
text data bss dec hex filename
19169 328 17524 37021 909d board/compal_e88/hello_world.e88loader.
elf
arm-elf-size board/compal_e88/hello_world.e88flash.elf | tee
board/compal_e88/hello_world.e88flash.size
text data bss dec hex filename
19525 328 17524 37377 9201 board/compal_e88/hello_world.e88flash.
elf
arm-elf-size board/compal_e86/hello_world.compalram.elf | tee
board/compal_e86/hello_world.compalram.size
text data bss dec hex filename
20049 328 17524 37901 940d board/compal_e86/hello_world.compalram.
elf
arm-elf-size board/compal_e86/hello_world.highram.elf | tee
board/compal_e86/hello_world.highram.size
text data bss dec hex filename
20053 328 17524 37905 9411 board/compal_e86/hello_world.highram.
elf
arm-elf-size board/compal_e99/hello_world.compalram.elf | tee
board/compal_e99/hello_world.compalram.size
text data bss dec hex filename
20325 328 17524 38177 9521 board/compal_e99/hello_world.compalram.
elf
arm-elf-size board/compal_e99/hello_world.highram.elf | tee
board/compal_e99/hello_world.highram.size
text data bss dec hex filename
20329 328 17524 38181 9525 board/compal_e99/hello_world.highram.
elf
arm-elf-size board/gta0x/hello_world.highram.elf | tee board/gta0x/hello_world.
highram.size
text data bss dec hex filename
19453 328 17524 37305 91b9 board/gta0x/hello_world.highram.elf
arm-elf-size board/pirelli_dpl10/hello_world.highram.elf | tee
board/pirelli_dpl10/hello_world.highram.size
text data bss dec hex filename
19389 328 17524 37241 9179 board/pirelli_dpl10/hello_world.
highram.elf
arm-elf-size board/compal_e88/compal_dsp_dump.compalram.elf | tee
board/compal_e88/compal_dsp_dump.compalram.size
text data bss dec hex filename
19953 836 17528 38317 95ad board/compal_e88/compal_dsp_dump.
compalram.elf
arm-elf-size board/compal_e88/compal_dsp_dump.highram.elf | tee
board/compal_e88/compal_dsp_dump.highram.size
text data bss dec hex filename
19957 836 17528 38321 95b1 board/compal_e88/compal_dsp_dump.
highram.elf
arm-elf-size board/compal_e88/compal_dsp_dump.e88loader.elf | tee
board/compal_e88/compal_dsp_dump.e88loader.size
text data bss dec hex filename
19673 836 17528 38037 9495 board/compal_e88/compal_dsp_dump.
e88loader.elf
arm-elf-size board/compal_e88/compal_dsp_dump.e88flash.elf | tee
board/compal_e88/compal_dsp_dump.e88flash.size
text data bss dec hex filename
20029 836 17528 38393 95f9 board/compal_e88/compal_dsp_dump.
e88flash.elf
arm-elf-size board/compal_e86/compal_dsp_dump.compalram.elf | tee
board/compal_e86/compal_dsp_dump.compalram.size
text data bss dec hex filename
20553 836 17528 38917 9805 board/compal_e86/compal_dsp_dump.
compalram.elf
arm-elf-size board/compal_e86/compal_dsp_dump.highram.elf | tee
board/compal_e86/compal_dsp_dump.highram.size
text data bss dec hex filename
20557 836 17528 38921 9809 board/compal_e86/compal_dsp_dump.
highram.elf
arm-elf-size board/compal_e99/compal_dsp_dump.compalram.elf | tee
board/compal_e99/compal_dsp_dump.compalram.size
text data bss dec hex filename
20829 836 17528 39193 9919 board/compal_e99/compal_dsp_dump.
compalram.elf
arm-elf-size board/compal_e99/compal_dsp_dump.highram.elf | tee
board/compal_e99/compal_dsp_dump.highram.size
text data bss dec hex filename
20833 836 17528 39197 991d board/compal_e99/compal_dsp_dump.
highram.elf
arm-elf-size board/gta0x/compal_dsp_dump.highram.elf | tee
board/gta0x/compal_dsp_dump.highram.size
text data bss dec hex filename
19957 836 17528 38321 95b1 board/gta0x/compal_dsp_dump.highram.
elf
arm-elf-size board/pirelli_dpl10/compal_dsp_dump.highram.elf | tee
board/pirelli_dpl10/compal_dsp_dump.highram.size
text data bss dec hex filename
19893 836 17528 38257 9571 board/pirelli_dpl10/compal_dsp_dump.
highram.elf
arm-elf-size board/compal_e88/layer1.compalram.elf | tee
board/compal_e88/layer1.compalram.size
text data bss dec hex filename
50025 1300 21180 72505 11b39 board/compal_e88/layer1.compalram.elf
arm-elf-size board/compal_e88/layer1.highram.elf | tee board/compal_e88/layer1.
highram.size
text data bss dec hex filename
50029 1300 21180 72509 11b3d board/compal_e88/layer1.highram.elf
arm-elf-size board/compal_e88/layer1.e88loader.elf | tee
board/compal_e88/layer1.e88loader.size
text data bss dec hex filename
49777 1300 21180 72257 11a41 board/compal_e88/layer1.e88loader.elf
arm-elf-size board/compal_e88/layer1.e88flash.elf | tee
board/compal_e88/layer1.e88flash.size
text data bss dec hex filename
50133 1300 21180 72613 11ba5 board/compal_e88/layer1.e88flash.elf
arm-elf-size board/compal_e86/layer1.compalram.elf | tee
board/compal_e86/layer1.compalram.size
text data bss dec hex filename
50625 1300 21180 73105 11d91 board/compal_e86/layer1.compalram.elf
arm-elf-size board/compal_e86/layer1.highram.elf | tee board/compal_e86/layer1.
highram.size
text data bss dec hex filename
50629 1300 21180 73109 11d95 board/compal_e86/layer1.highram.elf
arm-elf-size board/compal_e99/layer1.compalram.elf | tee
board/compal_e99/layer1.compalram.size
text data bss dec hex filename
50901 1300 21180 73381 11ea5 board/compal_e99/layer1.compalram.elf
arm-elf-size board/compal_e99/layer1.highram.elf | tee board/compal_e99/layer1.
highram.size
text data bss dec hex filename
50905 1300 21180 73385 11ea9 board/compal_e99/layer1.highram.elf
arm-elf-size board/gta0x/layer1.highram.elf | tee board/gta0x/layer1.highram.
size
text data bss dec hex filename
50061 1300 21180 72541 11b5d board/gta0x/layer1.highram.elf
arm-elf-size board/pirelli_dpl10/layer1.highram.elf | tee
board/pirelli_dpl10/layer1.highram.size
text data bss dec hex filename
50029 1300 21180 72509 11b3d board/pirelli_dpl10/layer1.highram.elf
arm-elf-size board/compal_e88/loader.compalram.elf | tee
board/compal_e88/loader.compalram.size
text data bss dec hex filename
21429 337 17572 39338 99aa board/compal_e88/loader.compalram.elf
arm-elf-size board/compal_e88/loader.highram.elf | tee board/compal_e88/loader.
highram.size
text data bss dec hex filename
21397 337 17572 39306 998a board/compal_e88/loader.highram.elf
arm-elf-size board/compal_e88/loader.e88loader.elf | tee
board/compal_e88/loader.e88loader.size
text data bss dec hex filename
21405 340 17572 39317 9995 board/compal_e88/loader.e88loader.elf
arm-elf-size board/compal_e88/loader.e88flash.elf | tee
board/compal_e88/loader.e88flash.size
text data bss dec hex filename
21505 340 17572 39417 99f9 board/compal_e88/loader.e88flash.elf
arm-elf-size board/compal_e86/loader.compalram.elf | tee
board/compal_e86/loader.compalram.size
text data bss dec hex filename
21429 337 17572 39338 99aa board/compal_e86/loader.compalram.elf
arm-elf-size board/compal_e86/loader.highram.elf | tee board/compal_e86/loader.
highram.size
text data bss dec hex filename
21397 337 17572 39306 998a board/compal_e86/loader.highram.elf
arm-elf-size board/compal_e99/loader.compalram.elf | tee
board/compal_e99/loader.compalram.size
text data bss dec hex filename
21429 337 17572 39338 99aa board/compal_e99/loader.compalram.elf
arm-elf-size board/compal_e99/loader.highram.elf | tee board/compal_e99/loader.
highram.size
text data bss dec hex filename
21397 337 17572 39306 998a board/compal_e99/loader.highram.elf
arm-elf-size board/gta0x/loader.highram.elf | tee board/gta0x/loader.highram.
size
text data bss dec hex filename
21393 337 17572 39302 9986 board/gta0x/loader.highram.elf
arm-elf-size board/pirelli_dpl10/loader.highram.elf | tee
board/pirelli_dpl10/loader.highram.size
text data bss dec hex filename
21401 337 17572 39310 998e board/pirelli_dpl10/loader.highram.elf
arm-elf-size board/compal_e88/simtest.compalram.elf | tee
board/compal_e88/simtest.compalram.size
text data bss dec hex filename
21505 317 17552 39374 99ce board/compal_e88/simtest.compalram.elf
arm-elf-size board/compal_e88/simtest.highram.elf | tee
board/compal_e88/simtest.highram.size
text data bss dec hex filename
21509 317 17552 39378 99d2 board/compal_e88/simtest.highram.elf
arm-elf-size board/compal_e88/simtest.e88loader.elf | tee
board/compal_e88/simtest.e88loader.size
text data bss dec hex filename
21225 320 17552 39097 98b9 board/compal_e88/simtest.e88loader.elf
arm-elf-size board/compal_e88/simtest.e88flash.elf | tee
board/compal_e88/simtest.e88flash.size
text data bss dec hex filename
21581 320 17552 39453 9a1d board/compal_e88/simtest.e88flash.elf
arm-elf-size board/compal_e86/simtest.compalram.elf | tee
board/compal_e86/simtest.compalram.size
text data bss dec hex filename
22105 317 17552 39974 9c26 board/compal_e86/simtest.compalram.elf
arm-elf-size board/compal_e86/simtest.highram.elf | tee
board/compal_e86/simtest.highram.size
text data bss dec hex filename
22109 317 17552 39978 9c2a board/compal_e86/simtest.highram.elf
arm-elf-size board/compal_e99/simtest.compalram.elf | tee
board/compal_e99/simtest.compalram.size
text data bss dec hex filename
22381 317 17552 40250 9d3a board/compal_e99/simtest.compalram.elf
arm-elf-size board/compal_e99/simtest.highram.elf | tee
board/compal_e99/simtest.highram.size
text data bss dec hex filename
22385 317 17552 40254 9d3e board/compal_e99/simtest.highram.elf
arm-elf-size board/gta0x/simtest.highram.elf | tee board/gta0x/simtest.highram.
size
text data bss dec hex filename
21509 317 17552 39378 99d2 board/gta0x/simtest.highram.elf
arm-elf-size board/pirelli_dpl10/simtest.highram.elf | tee
board/pirelli_dpl10/simtest.highram.size
text data bss dec hex filename
21445 317 17552 39314 9992 board/pirelli_dpl10/simtest.highram.
elf
arm-elf-size board/compal_e88/chainload.compalram.elf | tee
board/compal_e88/chainload.compalram.size
text data bss dec hex filename
5573 57 16456 22086 5646 board/compal_e88/chainload.compalram.
elf
arm-elf-size board/compal_e88/chainload.highram.elf | tee
board/compal_e88/chainload.highram.size
text data bss dec hex filename
5577 57 16456 22090 564a board/compal_e88/chainload.highram.elf
arm-elf-size board/compal_e88/chainload.e88loader.elf | tee
board/compal_e88/chainload.e88loader.size
text data bss dec hex filename
5293 61 16456 21810 5532 board/compal_e88/chainload.e88loader.
elf
arm-elf-size board/compal_e88/chainload.e88flash.elf | tee
board/compal_e88/chainload.e88flash.size
text data bss dec hex filename
5649 61 16456 22166 5696 board/compal_e88/chainload.e88flash.
elf
arm-elf-size board/compal_e86/chainload.compalram.elf | tee
board/compal_e86/chainload.compalram.size
text data bss dec hex filename
5573 57 16456 22086 5646 board/compal_e86/chainload.compalram.
elf
arm-elf-size board/compal_e86/chainload.highram.elf | tee
board/compal_e86/chainload.highram.size
text data bss dec hex filename
5577 57 16456 22090 564a board/compal_e86/chainload.highram.elf
arm-elf-size board/compal_e99/chainload.compalram.elf | tee
board/compal_e99/chainload.compalram.size
text data bss dec hex filename
5573 57 16456 22086 5646 board/compal_e99/chainload.compalram.
elf
arm-elf-size board/compal_e99/chainload.highram.elf | tee
board/compal_e99/chainload.highram.size
text data bss dec hex filename
5577 57 16456 22090 564a board/compal_e99/chainload.highram.elf
arm-elf-size board/gta0x/chainload.highram.elf | tee board/gta0x/chainload.
highram.size
text data bss dec hex filename
5577 57 16456 22090 564a board/gta0x/chainload.highram.elf
arm-elf-size board/pirelli_dpl10/chainload.highram.elf | tee
board/pirelli_dpl10/chainload.highram.size
text data bss dec hex filename
5577 57 16456 22090 564a board/pirelli_dpl10/chainload.highram.
elf
make[1]: Leaving directory `/home/loretta/osmocom-bb/src/target/firmware'
More information about the baseband-devel
mailing list