Hi all,
I'm trying to model the SPEC HPC benchmark suite in gem5 with an x86 ISA
using KVM. As a result, I am trying to link the "_addr" version of the
m5ops against the binaries in order to model the region of interest.
Unfortunately, I get the following error when trying to build the sample
hell
Hi Sam,
''scons build/x86/out/m5 --verbose'' shows
```
g++ -o build/x86/out/m5 -no-pie -static build/x86/call_type/inst.o
build/x86/call_type/addr.o build/x86/args.o ...
```
So I guess in your case either
```
gcc -o test test.c -I./include -I./util/m5/src -L./util/m5/b