The configs/splash2 script is only for SE mode, not FS mode.  If you want to
run programs in FS mode, you first must load them onto a disk image where
the simulated OS can find them.  You should be able to find more guidance on
the wiki and in the mailing list archives for this.  Feel free to ask the
list if you have specific problems that you can't find answers to elsewhere.

Steve

On Mon, Feb 2, 2009 at 3:57 AM, Veydan Wu <[email protected]> wrote:

> Hi, I am a beginner of M5. I tried to use the run.py in configs/splash2 to
> run splash2 program on M5 in full system mode, but got an error below:
>
> *command line: build/ALPHA_FS/m5.opt -d result/ configs/splash2/run.py -b
> Ocean_contig -n 4
> Traceback (most recent call last):
>   File "<string>", line 1, in <module>
>   File "src/python/m5/main.py", line 355, in main
>     execfile(sys.argv[0], scope)
>   File "configs/splash2/run.py", line 78, in <module>
>     class Cholesky(LiveProcess):
> NameError: name 'LiveProcess' is not defined*
>
> Does anyone encounter such a problem before? What is the LiveProcess? Thank
> you!
>
> If I want to write some program myself and get it run on M5 in full system
> mode, what should  I do?
>
> _______________________________________________
> m5-users mailing list
> [email protected]
> http://m5sim.org/cgi-bin/mailman/listinfo/m5-users
>
_______________________________________________
m5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/m5-users

Reply via email to