- 31 Jul, 2018 1 commit
-
-
balaskoa authored
Signed-off-by:
balaskoa <Jeno.Balasko@ericsson.com>
-
- 30 Jul, 2018 1 commit
-
-
Botond Baranyi authored
Change-Id: I1875d72d9d7bd3d8c5505c801b012c26358189ac Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
- 25 Jul, 2018 1 commit
-
-
Botond Baranyi authored
Change-Id: I686082cdc4914dd301bb39ee83233da00d28acfd Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
- 13 Jul, 2018 1 commit
-
-
Botond Baranyi authored
Added single module generation option for xsd2ttcn and fixed element substitution namespaces (bug 536713) Change-Id: I08ff283d2da85b1857f876f736b97c75bc3d2e20 Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
- 09 Jul, 2018 1 commit
-
-
Elemer Lelik authored
fix linking TTCN3 programs on Ubuntu 18.04
-
- 06 Jul, 2018 1 commit
-
-
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>
-
- 04 Jul, 2018 5 commits
-
-
balaskoa authored
Signed-off-by:
balaskoa <Jeno.Balasko@ericsson.com>
-
balaskoa authored
Signed-off-by:
balaskoa <jeno.balasko@ericsson.com>
-
balaskoa authored
-
Jeno Attila Balasko authored
-
Aron Simon authored
Signed-off-by:
Aron Simon <aron.simon@sigmatechnology.se>
-
- 03 Jul, 2018 1 commit
-
-
balaskoa authored
Signed-off-by:
balaskoa <jeno.balasko@ericsson.com>
-
- 02 Jul, 2018 1 commit
-
-
balaskoa authored
Signed-off-by:
balaskoa <jeno.balasko@ericsson.com>
-
- 29 Jun, 2018 2 commits
-
-
Botond Baranyi authored
Change-Id: I5d9771bf737e6c104294c8528d7553494d10ab62 Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
ekrisza authored
Signed-off-by:
ekrisza <ekrisza@HU00060815.ericsson.se>
-
- 25 Jun, 2018 2 commits
-
-
ekrisza authored
Signed-off-by:
ekrisza <ekrisza@HU00060815.ericsson.se>
-
ekrisza authored
Signed-off-by:
ekrisza <ekrisza@HU00060815.ericsson.se>
-
- 22 Jun, 2018 1 commit
-
-
balaskoa authored
Signed-off-by:
balaskoa <jeno.balasko@ericsson.com>
-
- 21 Jun, 2018 6 commits
-
-
Arpad Lovassy authored
-
balaskoa authored
Signed-off-by:
balaskoa <jeno.balasko@ericsson.com>
-
Jeno Attila Balasko authored
-
Aron Simon authored
Signed-off-by:
Aron Simon <aron.simon@sigmatechnology.se>
-
Jeno Attila Balasko authored
-
Aron Simon authored
Signed-off-by:
Aron Simon <aron.simon@sigmatechnology.se>
-
- 20 Jun, 2018 2 commits
-
-
Botond Baranyi authored
Change-Id: If632a4e3b421d42a2cf07ed2e0c633cef4a6de14 Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
Botond Baranyi authored
Change-Id: If266724dda5edd38d6a86823677bc3c9f928e664 Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
- 19 Jun, 2018 1 commit
-
-
balaskoa authored
Signed-off-by:
balaskoa <jeno.balasko@ericsson.com>
-
- 18 Jun, 2018 2 commits
-
-
balaskoa authored
Signed-off-by:
balaskoa <jeno.balasko@ericsson.com>
-
balaskoa authored
Signed-off-by:
balaskoa <jeno.balasko@ericsson.com>
-
- 15 Jun, 2018 3 commits
-
-
Kristof Szabados authored
-
balaskoa authored
Signed-off-by:
balaskoa <jeno.balasko@ericsson.com>
-
Botond Baranyi authored
Change-Id: I19e37fafd566aa39b8d3bc1334aef59eda5aef96 Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
- 14 Jun, 2018 1 commit
-
-
Botond Baranyi authored
Change-Id: Ie2b7a36e6ceb0127da2d258674464ca45399efb3 Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
- 13 Jun, 2018 1 commit
-
-
Botond Baranyi authored
Change-Id: Iac4fd62982edf46a02a97e8b16d429dc69aea72b Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
- 11 Jun, 2018 1 commit
-
-
Botond Baranyi authored
Change-Id: Iab22e0dd28e22938c65f33f4b22d9b4ffda183e2 Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
- 05 Jun, 2018 1 commit
-
-
Botond Baranyi authored
Change-Id: I462dd02935cac57e5da25d517e54b20514e5e2bd Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
- 01 Jun, 2018 2 commits
-
-
Botond Baranyi authored
Change-Id: Iec6315d3fc5a12655df410e10f078fd5a2b42fe4 Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
Botond Baranyi authored
Change-Id: Id71bdae32f29f27d4c55f7bc66baa66038043c4f Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
- 24 May, 2018 2 commits
-
-
Elemer Lelik authored
-
Aron Simon authored
Signed-off-by:
Aron Simon <aron.simon@sigmatechnology.se>
-