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: yosys-0.9~4 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fdc438e551f5ee13a62e216b861237b2195d9131;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 bc07c741e..093dd2dbf 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 @@ -37,7 +39,7 @@ matrix: - libboost-python-dev - libboost-filesystem-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