You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run make in riscv-tests path it give me below error:
In file included from /home/waseem/Desktop/gem5-resources/src/riscv-tests/benchmarks/common/util.h:8,
from /home/waseem/Desktop/gem5-resources/src/riscv-tests/benchmarks/median/median_main.c:12:
/usr/lib/gcc/riscv64-unknown-elf/10.2.0/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
9 | # include_next <stdint.h>
| ^~~~~~~~~~
compilation terminated.
In file included from /home/waseem/Desktop/gem5-resources/src/riscv-tests/benchmarks/common/syscalls.c:3:
/usr/lib/gcc/riscv64-unknown-elf/10.2.0/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
9 | # include_next <stdint.h>
| ^~~~~~~~~~
compilation terminated.
make[1]: *** [/home/waseem/Desktop/gem5-resources/src/riscv-tests/benchmarks/Makefile:67: median.riscv] Error 1
make[1]: Leaving directory '/home/waseem/Desktop/gem5-resources/src/riscv-tests/benchmarks'
make: *** [Makefile:25: benchmarks] Error 2
The text was updated successfully, but these errors were encountered:
When I run make in riscv-tests path it give me below error:
In file included from /home/waseem/Desktop/gem5-resources/src/riscv-tests/benchmarks/common/util.h:8,
from /home/waseem/Desktop/gem5-resources/src/riscv-tests/benchmarks/median/median_main.c:12:
/usr/lib/gcc/riscv64-unknown-elf/10.2.0/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
9 | # include_next <stdint.h>
| ^~~~~~~~~~
compilation terminated.
In file included from /home/waseem/Desktop/gem5-resources/src/riscv-tests/benchmarks/common/syscalls.c:3:
/usr/lib/gcc/riscv64-unknown-elf/10.2.0/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
9 | # include_next <stdint.h>
| ^~~~~~~~~~
compilation terminated.
make[1]: *** [/home/waseem/Desktop/gem5-resources/src/riscv-tests/benchmarks/Makefile:67: median.riscv] Error 1
make[1]: Leaving directory '/home/waseem/Desktop/gem5-resources/src/riscv-tests/benchmarks'
make: *** [Makefile:25: benchmarks] Error 2
The text was updated successfully, but these errors were encountered: