gem5 when its run with a frame buffer creates a vnc capable socket so you can connect to it with at vnc client and control the keyboard and mouse. It appears as though something is connecting to this socket and saying the wrong things which confuses the rather simple vnc implementation. You can disable this feature by either removing VncServer from the configuration or disabling the listening sockets which you can do by setting the system.vncserver.port parameter equal to 0 or calling m5.disableAllListeners() before the simulator begins in fs.py.
Ali On 19.10.2012 02:02, Amit Singh wrote: > hey.. > I hv build ARM architecture and trying to run bbench on full system mode... > Why this error is coming.. can you tel me why it is coming and how to fix it..?? > > command line: build/ARM/m5.fast configs/example/fs.py -b bbench-gb --kernel=vmlinux.smp.mouse.arm --frame-capture > Global frequency set at 1000000000000 ticks per second > info: kernel located at: /home/nrs/Gem5+/dist/arm-system-2011-08/binaries/vmlinux.smp.mouse.arm > Listening for system connection on port 5900 > Listening for system connection on port 3456 > 0: system.remote_gdb.listener: listening for remote gdb on port 7000 > info: Using bootloader at address 0x80000000 > **** REAL SIMULATION **** > info: Entering event queue @ 0. Starting simulation... > warn: The clidr register always reports 0 caches. > warn: clidr LoUIS field of 0b001 to match current ARM implementations. > warn: The csselr register isn't implemented. > warn: instruction 'mcr bpiallis' unimplemented > warn: instruction 'mcr icialluis' unimplemented > warn: The ccsidr register isn't implemented and always reads as 0. > warn: instruction 'mcr dccimvac' unimplemented > warn: instruction 'mcr dccmvau' unimplemented > warn: instruction 'mcr icimvau' unimplemented > warn: instruction 'mcr bpiallis' unimplemented > warn: LCD dual screen mode not supported > warn: instruction 'mcr bpiallis' unimplemented > warn: instruction 'mcr icialluis' unimplemented > warn: instruction 'mcr bpiallis' unimplemented > info: VNC client attached > info: VNC client detached > warn: Malformed protocol version > panic: Vnc client not properly attached. > @ cycle 78699857026000 > [write:build/ARM/base/vnc/vncserver.cc, line 317] > Memory Usage: 745320 KBytes > Program aborted at cycle 78699857026000 > Aborted (core dumped) > > Thanx in advance... > > _______________________________________________ > gem5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users [1] Links: ------ [1] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
