Hello,
I was trying to run gem5.opt using gdb
Any suggestion how I can fix the following error that I got:
Program received signal SIGTRAP, Trace/breakpoint trap.0x75d3d2a7 in
kill () at ../sysdeps/unix/syscall-template.S:7878
../sysdeps/unix/syscall-template.S: No such file or directory
Hi,
I also get the following error:
Program received signal SIGSEGV, Segmentation fault.0x55c32f5b in
gem5::ArmISA::SupervisorCall::invoke (this=, tc=0x59c28520,
inst=...) at build/ARM/arch/arm/faults.cc:871871
tc->getSystemPtr()->workload->syscall(tc);
Regards.
On Sunday
Hello everyone:
I am a beginner with GEM5.
There was a problem when I ran the project for the first time.
Warning: Deprecated names are not supported by the compiler.
I found no solution in the mailing list and website.
Could you please give me any help to fix it?
Tha
Hi,
SIGTRAP is what you should observe when hitting a breakpoint, so no error
there. The missing file is probably because you did not install the system
debug files package. You probably don't need them as the bug likely happens
before calling system functions. Finally, the segmentation fault i