On Fri, Oct 7, 2011 at 5:25 AM, Ong Zhong Liang <[email protected]> wrote:
> Thank you for your quick reply. > > The error message seems to have to do with the file provided: > > scons: Reading SConscript files ... > File "/research/nautilis2/zlong/marss-02/config_helper.py", line 58 > > with open(config_filename, 'w') as config_file: > > ^ > > SyntaxError: invalid syntax > > This error is from python, your version doesn't support 'with' statement. If python version is 2.6 or greater, it should work without any issue. But for 2.5 you'll need to add 'from __future__ import with_statement' - Avadh > apparently the file exists in the directory - I didn't make any > modifications. But there seems to be an issue with it. > I'm using SDL-1.2.14 and scons-2.0.1 > > Zhong Liang Ong > > ________________________________________ > From: avadh patel [[email protected]] > Sent: Friday, October 07, 2011 12:05 AM > To: sparsh mittal > Cc: Ong Zhong Liang; [email protected] > Subject: Re: [marss86-devel] Providing the Machine name in config file > > About the compilation issue, please can you give us the error log? > We haven't added any new library dependency from simulation side, it may be > from QEMU side and I might have not updated configuration script to check > for that library. > > - Avadh > > On Thu, Oct 6, 2011 at 7:20 AM, sparsh mittal <[email protected] > <mailto:[email protected]>> wrote: > The machine name has to be defined in config/default.conf (by default) and > mentioned before compiling. Then at run time, you can use that name as > -machine xyz > See config/default.conf for typical machine names. > Thanks and Regards > Sparsh Mittal > > > > > On Thu, Oct 6, 2011 at 8:43 AM, Ong Zhong Liang <[email protected]<mailto: > [email protected]>> wrote: > Hi Avadh > So this might sound like a real newbie error, but I can't get the marss > v0.2 to run. It tells me there's an additional machine parameter that has to > be passed in in the config file. > I took my guess from the core models and tried "-machine ooo-core" and the > error message still appears! > > Also do any library dependencies change? I was suddenly unable to build the > marss v0.2 on one machine I used (when a marss build from 5 months back > works fine). > > Thank you! > > Zhong Liang Ong > _______________________________________________ > http://www.marss86.org > Marss86-Devel mailing list > [email protected]<mailto:[email protected]> > https://www.cs.binghamton.edu/mailman/listinfo/marss86-devel > > >
_______________________________________________ http://www.marss86.org Marss86-Devel mailing list [email protected] https://www.cs.binghamton.edu/mailman/listinfo/marss86-devel
