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

Sim make command

Open GeorginaBenson opened this issue 7 years ago • 4 comments

Ran make in sim and got the following error:

gcc -g -DSF_L_ENDIAN -Wall -g -m32 -O0 -c randgen.c In file included from /usr/include/features.h:447:0, from /usr/include/bits/libc-header-start.h:33, from /usr/include/math.h:27, from randgen.c:38: /usr/include/gnu/stubs.h:7:11: fatal error: gnu/stubs-32.h: No such file or directory

include <gnu/stubs-32.h>

       ^~~~~~~~~~~~~~~~

compilation terminated. make: *** [Makefile:79: randgen.o] Error 1

Having changed to correct HOST and SUNFLOWERROO

GeorginaBenson avatar Nov 21 '17 16:11 GeorginaBenson