Hello,
I'm using latest stable version of gem5 along with gcc 4.9.2 (compiled
with kernel header 4.0.2, glibc 2.21, target = mipsel-linux-gnu). A
page fault (accessing virtual address 0) occured while I was trying to
run my own compiled version of test program:

#include <stdio.h>
int main()
{
printf("hello, world\n");
return 0;
}

"file ./test" result:

test: ELF 32-bit LSB executable, MIPS, MIPS-I version 1 (SYSV),
statically linked, for GNU/Linux 2.6.32, not stripped

full simulation log with exec trace is attached. However the
executable runs OK with qemu-mipsel. Any suggestions? Thanks.

Charles

Attachment: log
Description: Binary data

_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to