Did you statically link your executable? I think this is the symptom that occurs if you try to run a dynamically linked executable (which we don't support). Just add "-static" to your gcc command line.
See http://m5.eecs.umich.edu/wiki/index.php/Frequently_Asked_Questions#Running_Related Steve Bushra Ahsan wrote: > Hi, > > Thank you for your help and support throughout. I really appreciate it. > > I have downloaded the crosscompiler to work with the M5. > > I am using i686 > Linux 2.6.9 > gcc 3.4.3 > target was alpha > > After successful building I wanted to test a hello file which is giving > the following error. > > Any help will be appreciated. > > warn: Entering event queue. Starting simulation... > DEADLOCK! > ====================================================== > cpu.iq Dump (cycle 100000) > ------------------------------------------------------ > Total instruction: 0 > Thread 0 instructions: 0 > Thread 1 instructions: 0 > Thread 2 instructions: 0 > Thread 3 instructions: 0 > ------------------------------------------------------ > ====================================================== > > done with dump! > ====================================================== > cpu.LSQ Dump (cycle 100000) > ------------------------------------------------------ > Total instruction: 0 > Thread 0 instructions: 0 > Thread 1 instructions: 0 > Thread 2 instructions: 0 > Thread 3 instructions: 0 > ------------------------------------------------------ > ====================================================== > > num_active: 0 > num_thread[0]: 0 > panic: We stopped committing instructions!!! > @ cycle 100000 > [commit:m5/encumbered/cpu/full/commit.cc, line 124] > Program aborted at cycle 100000 > Aborted > > > Thank you, > > Bushra Ahsan > > ------------------------------------------------------------------------ > Yahoo! Music Unlimited - Access over 1 million songs. Try it free. > <http://pa.yahoo.com/*http://us.rd.yahoo.com/evt=36035/*http://music.yahoo.com/unlimited/ > > > > > > ------------------------------------------------------------------------ > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > ------------------------------------------------------------------------ > > _______________________________________________ > m5sim-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/m5sim-users Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ m5sim-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/m5sim-users
