On Wed, Dec 28, 2011 at 11:23 AM, Sudhanshu Shukla <[email protected]>wrote:
> Hi All, > > I am trying to build marss. I downloaded the sources from github, but I am > getting the following error on building it. > > running with -j8 > IOError: [Errno 2] No such file or directory: > '/home/sudhan/softwares/marss/qemu/roms/seabios/config.mak': > File "/home/sudhan/softwares/marss/SConstruct", line 114: > config_success = SConscript(qemu_configure_script) > File "/usr/lib/scons/SCons/Script/SConscript.py", line 614: > return method(*args, **kw) > File "/usr/lib/scons/SCons/Script/SConscript.py", line 551: > return _SConscript(self.fs, *files, **subst_kw) > File "/usr/lib/scons/SCons/Script/SConscript.py", line 260: > exec _file_ in call_stack[-1].globals > File "/home/sudhan/softwares/marss/qemu/SConfigure", line 1050: > rom_config_mak = open(rom_config_mak_name, 'w') > > > The seabios directory is empty. There is some problem with the git > repository. > > The directory is an empty directory and 'config.mak' file is created by the line 1050 in qemu/SConfigure (where its throwing the exception). It seems that configure script is not able to create this file. Can you check if you have enough space or you'r able to create a new file in that directory or not. - Avadh > Thanks > > > Sudhanshu Shukla > > _______________________________________________ > http://www.marss86.org > Marss86-Devel mailing list > [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
