From b3d0f63ab3401c35629762d196f80de3407d97b5 Mon Sep 17 00:00:00 2001 From: rusefi Date: Sat, 21 Sep 2019 17:11:32 -0400 Subject: [PATCH] magic command to facilitate linux build --- simulator/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/simulator/Makefile b/simulator/Makefile index a685318c21..f076be2257 100644 --- a/simulator/Makefile +++ b/simulator/Makefile @@ -3,6 +3,15 @@ # NOTE: Can be overridden externally. # +# +# As of Sep 2019, this is known to compile on Linux +# in my case I had to +# sudo apt-get install gcc-multilib g++-multilib +# +# todo: automatically execute that command same as we automatically fetch submodules? +# + + CHIBIOS = ../firmware/ChibiOS RULESPATH = $(CHIBIOS)/os/common/startup/SIMIA32/compilers/GCC