From 398b2d743f7012bfe0cf619a7ea6560df37beffd Mon Sep 17 00:00:00 2001 From: SamuelmsWong <45978186+SamuelmsWong@users.noreply.github.com> Date: Wed, 4 Sep 2019 13:15:46 +0100 Subject: [PATCH] Set gnused, gnumake and gnubison to the /bin directory This is a temporary fix for Linux. This will not work for macOS. --- conf/setup.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/setup.conf b/conf/setup.conf index cb2a51b..f3a32d4 100755 --- a/conf/setup.conf +++ b/conf/setup.conf @@ -12,9 +12,9 @@ TARGET-ARCH-FLAGS = -DM32 #TARGET-ARCH = arm-none-eabi #TARGET-ARCH = sh-elf TARGET-ARCH = riscv32-elf -GMAKE = /usr/bin/make -GNUSED = /usr/bin/sed -GNUBISON = /usr/bin/bison +GMAKE = /bin/make +GNUSED = /bin/sed +GNUBISON = /bin/bison # # On newer versions of macOS (High Sierra), you will need to install gcc