I am running marss with tizen image.
The command is

qemu/qemu-system-x86_64
tizen-3.0.2014.Q3-common_20141031.15_common-x11-mbr-x86_64-sda.raw -cpu
qemu64 -redir tcp:1111::22

and I connect it with
$ ssh -p 1111 root@localhost

I have a start_sim, kill_sim binary to execute ptlsim.
I execute it, but there's an error and marss stopped.
I execute with this command

$ ./start_sim; ls;

The error message is like this.

atomcore.cpp:1547: void atom::AtomOp::writeback_eom(): Assertion
`dest_register_values[last_idx]' failed.
./tizen.sh: line 1:  2772                (core dumped)
qemu/qemu-system-x86_64
tizen-3.0.2014.Q3-common_20141031.15_common-x11-mbr-x86_64-sda.raw -cpu
qemu64 -redir tcp:1111::22 -simconfig test.cfg

How can I solve this problem?
Thanks for reading.

-- 
Embedded Software Lab. Sungkyunkwan University
성균관대학교 정보통신대학 IT융합학과 황연성
e-mail) [email protected]
_______________________________________________
http://www.marss86.org
Marss86-Devel mailing list
[email protected]
https://www.cs.binghamton.edu/mailman/listinfo/marss86-devel

Reply via email to