From 4a10dfa68fbb5303750552c67b082128fc122973 Mon Sep 17 00:00:00 2001 From: Yuri D'Elia Date: Sat, 30 Apr 2022 23:17:33 +0200 Subject: [PATCH] Accept any gcc version to build MK404 Restricting the MK404 build to gcc-7 is not a good idea, since gcc-7 is already not available in several newer distributions. Just pick the current gcc version. Current gcc 10 versions build MK404 correctly. --- MK404-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MK404-build.sh b/MK404-build.sh index 4402a444c..053c826ef 100755 --- a/MK404-build.sh +++ b/MK404-build.sh @@ -315,7 +315,7 @@ check_packages() { packages=( "libelf-dev" -"gcc-7" +"gcc" "gcc-avr" "libglew-dev" "freeglut3-dev"