Hi,

Does anybody know how to use m5Ops in java code for ARM ISA? I followed
instructions on http://www.m5sim.org/M5ops but I get the following error in
gem5. Also there is an unanswered thread from last year with the same issue
here: https://www.mail-archive.com/[email protected]/msg10350.html

Thanks for help,
Mohammad

root@gem5sim:/mnt/#java -classpath $CLASSPATH:/mnt/
-Djava.library.path=/mnt HelloWorld

Java HotSpot(TM) Client VM warning: You have loaded library
/mnt/demo/arm/libgem5OpJni.so which might have disabled stack guard. The VM
will try to fix the stack guard now.
It's highly recommended that you fix the library with 'execstack -c
<libfile>', or link it with '-z noexecstack'.
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGILL (0x4) at pc=0x74228ee4, pid=1724, tid=1984713840
#
# JRE version: Java(TM) SE Runtime Environment (7.0_60-b19) (build
1.7.0_60-b19)
# Java VM: Java HotSpot(TM) Client VM (24.60-b09 mixed mode linux-arm )
# Problematic frame:
# C  [libgem5OpJni.so+0xee4]  wakeCPU+0x0
#
# Failed to write core dump. Core dumps have been disabled. To enable core
dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /mnt/demo/arm/hs_err_pid1724.log
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to