Sunflower Full-System Hardware Emulator and Physical System Simulator for Sensor-Driven Systems. Built-in architecture modeling of Hitachi SH (j-core), RISC-V, and more.
In tools/Makefile, -fbracket-depth is in $CFLAGS under gcc-pre. This is not a valid option according to man gcc (although some searching suggests that it is available in some forks), which prevents gcc from being built on my linux (Gentoo) host, reported as:
error: C compiler cannot create executables
Removing this option solves this problem on my host.
In tools/Makefile,
-fbracket-depth
is in$CFLAGS
under gcc-pre. This is not a valid option according toman gcc
(although some searching suggests that it is available in some forks), which prevents gcc from being built on my linux (Gentoo) host, reported as:error: C compiler cannot create executables
Removing this option solves this problem on my host.