Osmocom GSM Tester, jenkins integrated GSM hardware testing https://osmocom.org/projects/osmo-gsm-tester
Go to file
Pau Espin bf3bb49785 contrib: Avoid sysmobts/oc2g toolchain ld crashes building new libosmocore
Some gcc version (< 7.3.0) on ARM generate wrong code for __thread
variables that crash at runtime. It seems, due to some unknown reason, that we
are not affected by this bug with toolchain from poky pyro (6.4.0). However,
libosmocore as of e188b8cd98f599468fbb200c7d590de955daf761 applies some
CFLAGS="-mtls-dialect=gnu2" to workaround the issue automatically. But same
toolchain contains an "ld" that crashes when those flags are applied.
Fortunately, libosmocore provides a way to disable the workaround, and since
we are not affected by the bug, we are fine with that. If the toolchain had
the TLS runtime bug, then we'd had to build with -O0. Can be probably dropped
once we move to newer toolchain.

Depends: libosmocore.git afce89dac1a3cdb975da72020acdba16940fd679
Related: OS#4062
Change-Id: I583354735a7671e5bba1c0f6e60c84b6ef55ac63
2019-08-06 16:05:03 +02:00
contrib contrib: Avoid sysmobts/oc2g toolchain ld crashes building new libosmocore 2019-08-06 16:05:03 +02:00
doc doc: Update list of dependencies and add pysispm one 2019-02-19 09:34:09 +00:00
example resources.conf.prod: Use different ARFCN for sysmocell-5k 2019-07-26 11:47:43 +00:00
install initial import 2017-03-28 12:37:17 +02:00
selftest process: Early return during process termination if no proc running 2019-04-04 17:48:30 +02:00
src bts-trx: Drop deprecated -t parameter 2019-08-05 21:00:30 +02:00
suites tests: voice: Add voice call test with Osmux enabled 2019-06-19 18:57:13 +02:00
ttcn3 ttcn3: Increase TTCN3 IPA UP to have sysmobts tests working 2019-07-25 15:05:16 +02:00
utils modem: Move modem iface to its netns before using it 2019-04-04 16:10:14 +02:00
.gitignore doc/manuals: integrate into this repository 2018-11-29 10:42:34 +01:00
.gitreview Add git-review config 2017-12-15 11:29:21 +00:00
COPYING Add GPLv3 license text to repository 2017-06-03 14:23:51 +00:00
Makefile core implementation 2017-04-08 15:43:19 +02:00
check_dependencies.py powersupply: Add support for Intellinet PDU 2019-04-12 17:02:10 +02:00
update_version.sh initial import 2017-03-28 12:37:17 +02:00