Hi all, While trying to build X86_FS as stated in the manual, I get this error:
mahmood@localhost:m5$ scons build_opts/X86_FS/m5.debug scons: Reading SConscript files ... .hg directory not found Error: no non-leaf 'build' dir found on target path /home/mahmood/m5/build_opts/X86_FS/m5.debug The only thing I found is http://www.mail-archive.com/[email protected]/msg01627.html So I did this: mahmood@localhost:m5$ mkdir build mahmood@localhost:m5$ cd build mahmood@localhost:build$ scons ../build_opts/X86_FS/m5.debug scons: *** No SConstruct file found. File "/usr/lib/scons/SCons/Script/Main.py", line 834, in _main How can I fix that? thanks -- // Naderan *Mahmood; _______________________________________________ m5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/m5-users
