[gem5-users] Fixed I/O Address Range in x86

2024-09-10 Thread Thomas, Samuel via gem5-users
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

[gem5-users] Re: Fixed I/O Address Range in x86

2024-09-10 Thread Yuan Yao via gem5-users
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