[gem5-users] Running gem5.opt via GDB

2021-09-19 Thread walt_90--- via gem5-users
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

[gem5-users] Re: Running gem5.opt via GDB

2021-09-19 Thread walt_90--- via gem5-users
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

[gem5-users] Problems with Deprecated names are not supported by the compiler

2021-09-19 Thread Xihui Yuan via gem5-users
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

[gem5-users] Re: Running gem5.opt via GDB

2021-09-19 Thread Gabriel Busnot via gem5-users
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