Well you should have 'HELPER_CFLAGS' defined in line 54 (in master branch) or 55 (in qemu-0.12 branch) of qemu/SConstruct file. If not just put HELPER_CFLAGS="" just before 'if target['arch'] == "i386":' statement.
- Avadh On Thu, May 20, 2010 at 10:37 PM, khalid zaman <[email protected]>wrote: > Hi all, > > I am a beginner and I am facing the following error while compiling MARSS > using following command:- > > "scons -Q" > > running with -j4 > NameError: name 'HELPER_CLFAGS' is not defined: > File "/home/bijon/marss/SConstruct", line 140: > qemu_bin = SConscript(qemu_compile_script) > File "/home/bijon/lib/scons-1.3.0/SCons/Script/SConscript.py", line 616: > return apply(method, args, kw) > File "/home/bijon/lib/scons-1.3.0/SCons/Script/SConscript.py", line 553: > return apply(_SConscript, [self.fs,] + files, subst_kw) > File "/home/bijon/lib/scons-1.3.0/SCons/Script/SConscript.py", line 262: > exec _file_ in call_stack[-1].globals > File "/home/bijon/marss/qemu/SConstruct", line 56: > HELPER_CLFAGS += " -fomit-frame-pointer" > > > I do not understand what is "HELPER_CLFAGS". > > Thanks in advance. > > -Khalid > > > > > _______________________________________________ > 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
