gem5 x86 se 连接调试器错误

 build/X86/gem5.debug configs/example/se.py --mem-size=2GB -c mybenchmark/401/run_base_ref_gcc43-64bit.0000/bzip2_base.gcc43-64bit -o "mybenchmark/401/run_base_ref_gcc43-64bit.0000/input.source 280" --cpu-type=detailed --caches --l2cache --mem-type=nvmain --nvmain-config=../nvmain/Config/PerfectMemory.config 

运行结果

defaultMemory.channel0.PerfectMemory capacity is 32768 MB.

Creating 16 command queues.
0: system.remote_gdb.listener: listening for remote gdb #0 on port 7002
**** REAL SIMULATION ****
info: Entering event queue @ 0.  Starting simulation...
warn: x86 cpuid: unimplemented function 7
info: Increasing stack size by one page.
warn: ignoring syscall access(0, 4951009, ...)
spec_init
Loading Input Data
Duplicating 51763200 bytes
warn: instruction 'prefetch_nta' unimplemented
warn: instruction 'prefetch_nta' unimplemented
Duplicating 103526400 bytes
Duplicating 86548480 bytes
Input data 293601280 bytes in length
Compressing Input Data, level 5
info: Increasing stack size by one page.
1983403340000: system.remote_gdb: remote gdb attached
panic: Remote gdb clearSingleStep not implemented in x86!
 @ tick 1983481573500
[clearSingleStep:build/X86/arch/x86/remote_gdb.cc, line 76]
Memory Usage: 2258884 KBytes
Program aborted at tick 1983481573500
已放弃 (核心已转储)

你可能感兴趣的:(模拟器)