osmo-bsc/openbsc/src/osmo-bsc
Holger Hans Peter Freyther 37a63ca34a misc: Linking fixes for Ubuntu 11.10 Compiler
Ubuntu 11.10 has changed some linker/compiler flags. Some fixes for this
can be seen here[1]. In general the to be linked libs need to be moved into
the LDADD section of parameters. This is with the old BFD linker (not gold).

This is likely to end in some ping-pong with other versions of the linker.

[1] https://bugs.launchpad.net/ubuntu/+source/nis/+bug/771034

Errors:
/usr/bin/ld.bfd.real: bsc_hack.o: undefined reference to symbol 'osmo_init_ignore_signals'
/usr/bin/ld.bfd.real: note: 'osmo_init_ignore_signals' is defined in DSO /home/ich/install/openbsc/lib/libosmocore.so so try adding it to the linker command line
/home/ich/install/openbsc/lib/libosmocore.so: could not read symbols: Invalid operation

...
../../src/libbsc/libbsc.a(rest_octets.o):/home/ich/source/gsm/openbsc/openbsc/src/libbsc/rest_octets.c:381: more undefined references to `bitvec_set_bit' follow
../../src/libbsc/libbsc.a(rest_octets.o): In function `rest_octets_si13':
/home/ich/source/gsm/openbsc/openbsc/src/libbsc/rest_octets.c:382: undefined reference to `bitvec_set_uint'
/home/ich/source/gsm/openbsc/openbsc/src/libbsc/rest_octets.c:383: undefined reference to `bitvec_set_uint'
/home/ich/source/gsm/openbsc/openbsc/src/libbsc/rest_octets.c:385: undefined reference to `bitvec_set_bit'
/home/ich/source/gsm/openbsc/openbsc/src/libbsc/rest_octets.c:402: undefined reference to `bitvec_set_bit'
/home/ich/source/gsm/openbsc/openbsc/src/libbsc/rest_octets.c:403: undefined reference to `bitvec_set_uint'
2011-10-16 17:08:51 +02:00
..
Makefile.am misc: Linking fixes for Ubuntu 11.10 Compiler 2011-10-16 17:08:51 +02:00
osmo_bsc_api.c bsc: Fix crash that can occur on RF Failure 2011-08-22 18:26:48 +02:00
osmo_bsc_audio.c audio: Remove the hardcoding of the RTP Payload 2011-08-22 18:22:44 +02:00
osmo_bsc_bssap.c osmo-bsc: Add missing return statement causing CIPH MODE REJ 2011-07-12 00:03:43 +02:00
osmo_bsc_filter.c re-structure the OpenBSC directory layout 2011-03-03 23:29:05 +01:00
osmo_bsc_grace.c bsc: Call the RF Control interface ctrl all the way 2011-07-19 19:53:52 +02:00
osmo_bsc_main.c libctrl: Mark the cmd set/get/verify functions static 2011-08-22 23:45:56 +02:00
osmo_bsc_msc.c src: port openBSC over libosmo-abis 2011-08-19 22:38:35 +02:00
osmo_bsc_rf.c osmo-bsc: Use NM_OPSTATE_* to check for operational attributes 2011-08-22 23:46:01 +02:00
osmo_bsc_sccp.c bsc: Put the full stop before the \n in the log message 2011-10-12 08:30:36 +02:00
osmo_bsc_vty.c bsc: Provide a show statistics command 2011-05-04 11:34:44 +02:00