- Jan 04, 2021
-
-
Adam Knapp authored
Change-Id: Iacba53d8499439eba82045c30a1e0f2e0edf16fe Signed-off-by:
Adam Knapp <adam.knapp@sigmatechnology.se>
-
- Mar 05, 2020
-
-
balaskoa authored
Signed-off-by:
balaskoa <Jeno.Balasko@ericsson.com> Change-Id: I9e57bdb502fbe75eeb0de12a91eec37cfc1a2df0
-
- Apr 04, 2019
-
-
balaskoa authored
Signed-off-by:
balaskoa <Jeno.Balasko@ericsson.com>
-
- Jul 06, 2018
-
-
Stefan Sperling authored
Linking TTCN3 programs on an up-to-date Ubuntu 18.04 system failed. The official Ubuntu 18.04 eclipse-titan package is installed: $ apt list -a eclipse-titan Listing... Done eclipse-titan/bionic,now 6.3.1-1build1 amd64 [installed] The ttcn3 library contains "GCC: (GNU) 7.3.0" in its .titan section: $ objdump -s -j .titan /usr/lib/titan/libttcn3-dynamic.so | tail 64f1f0 00000000 00000000 00000000 00000000 ................ 64f200 54495441 4e3a2036 30333031 20504c41 TITAN: 60301 PLA 64f210 54464f52 4d3a204c 494e5558 20474343 TFORM: LINUX GCC 64f220 3a202847 4e552920 372e332e 3000 : (GNU) 7.3.0. However, the installed compiler version puts a different string into the .comment section of newly compiled object files: "GCC: (Ubuntu 7.3.0-16ubuntu3) 7.3.0" Because of this mismatch titanver reports an error during the final link stage: """ Error! All object files should be compiled with the same compiler version. The following Compiler versions were detected: GCC: (Ubuntu 7.3.0-16ubuntu3) 7.3.0, GCC: (GNU) 7.3.0 Run make clean and make to recompile the project if the version of the compiler changed recently. at /usr/bin/titanver line 113. """ The TTCN3 shared library was not compiled by me. It was compiled by Ubuntu packagers at some point in time, and installed via 'apt install'. Some time later on Ubuntu's gcc package was updated. The compiler's version number remained unchanged but the comment string was changed to reflect the Ubuntu package's patch level. In this situation, linking my own TTCN3 modules against Ubuntu's libttcn3 no longer works. It is common practice in Linux distributions to avoid recompiling packages unless it is absolutely necessary. So we cannot expect Ubuntu to provide a freshly compiled ecipse-titan package whenever the gcc package is updated. This patch makes titanver ignore parts of the compiler version string within parentheses and fixes this problem for me. Signed-off-by:
Stefan Sperling <ssperling@sysmocom.de>
-
- Jun 18, 2018
-
-
balaskoa authored
Signed-off-by:
balaskoa <jeno.balasko@ericsson.com>
-
- Apr 16, 2018
-
-
balaskoa authored
Signed-off-by:
balaskoa <jeno.balasko@ericsson.com>
-
- Apr 13, 2017
-
-
BenceJanosSzabo authored
Change-Id: I7c1a7919ca50b1ea8c345be26aa76153464acd6c Signed-off-by:
BenceJanosSzabo <bence.janos.szabo@ericsson.com>
-
- Feb 20, 2017
-
-
Lenard Nagy authored
Change-Id: I73e0d881185553ef7b22802901d6e728402e0b10 Signed-off-by:
Lenard Nagy <lenard.nagy@ericsson.com>
-
- Dec 08, 2016
-
-
BenceJanosSzabo authored
Change-Id: I82483baf2cec0819755be4314cf12026c183796c Signed-off-by:
BenceJanosSzabo <bence.janos.szabo@ericsson.com>
-
- Oct 11, 2016
-
-
balaskoa authored
Signed-off-by:
balaskoa <jeno.balasko@ericsson.com>
-
- Nov 13, 2015
-
-
Elemer Lelik authored
-
- Jan 15, 2015
-
-
Elemer Lelik authored
-