sunflower-embedded-system-emulator icon indicating copy to clipboard operation
sunflower-embedded-system-emulator copied to clipboard

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.

Results 83 sunflower-embedded-system-emulator issues
Sort by recently updated
recently updated
newest added

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...

Verify

I encountered an error regarding perl and regex when compiling gcc. As suggested in README, I manually ran `make install` and `make gcc-post; make newlib`. `make gcc-post` failed as `tools/superH/lib/gcc-lib`...

Verify

According to bottom of pg14 of the attached manual, PC of sh7700 series "indicates starting address of the current instruction incremented by 4" [DSA-338480.pdf](https://github.com/phillipstanleymarbell/sunflower-simulator/files/1592605/DSA-338480.pdf)

Verify

@phillipstanleymarbell Currently the SF lexicon file is used to generate the blocks for grapples, which means the ability to automate the generation process is limited by the formatting of the...

With the current `CFLAGS` compiling gcc-4.2.4 (gcc-pre) will fail due to a `S_IFDIR` not defined error. Based on suggestions from https://gcc.gnu.org/ml/gcc-help/2016-08/msg00045.html, adding `-D_XOPEN_SOURCE=600` to `CFLAGS` solved problem on my host

Verify