From: Eddie Hung Date: Wed, 14 Aug 2019 19:16:02 +0000 (-0700) Subject: Bump to gcc-5 as `__warn_memset_zero_len' symbol not in 16.04!?! X-Git-Tag: working-ls180~1145^2~3 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c82b2fa31f8965be2680c87af6cd9ac5d26ead4d;p=yosys.git Bump to gcc-5 as `__warn_memset_zero_len' symbol not in 16.04!?! --- diff --git a/.travis.yml b/.travis.yml index 8d1ad3006..bf6657b1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,12 +13,14 @@ env: matrix: include: - # Latest gcc-4.8, earliest version supported by Travis + # Earliest gcc version that works + # 4.8 and 4.9 fails to compile iverilog giving: + # "undefined reference to `__warn_memset_zero_len'" - os: linux addons: apt: packages: - - g++-4.9 + - g++-5 - gperf - build-essential - bison @@ -38,7 +40,7 @@ matrix: - libboost-filesystem-dev - zlib1g-dev env: - - MATRIX_EVAL="CONFIG=gcc && CC=gcc-4.9 && CXX=g++-4.9" + - MATRIX_EVAL="CONFIG=gcc && CC=gcc-5 && CXX=g++-5" # Latest gcc supported on Travis Linux - os: linux