Bump to gcc-5 as `__warn_memset_zero_len' symbol not in 16.04!?!
authorEddie Hung <eddie@fpgeh.com>
Wed, 14 Aug 2019 19:16:02 +0000 (12:16 -0700)
committerEddie Hung <eddie@fpgeh.com>
Fri, 23 Aug 2019 19:29:57 +0000 (12:29 -0700)
.travis.yml

index bc07c741e326d6631dc5d2a0ce0ecc41aabb5e89..093dd2dbfce6642b48855d17934814cf53896c38 100644 (file)
@@ -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