I think you want to change the ALPHA_FS part. That selects a file in build_opts which is used for the default settings, but you can tell it which to use explicitly and then name your directory something else. That would look like this:

scons build/CONFIG1/m5.opt --default ALPHA_FS
scons build/CONFIG2/m5.opt --default ALPHA_FS

After you set up your build directories with those commands, the values from ALPHA_FS should be in place and you should be able to rebuild normally without specifying --default.

Note that I haven't actually tried doing this myself, but I believe this is how it's supposed to be done in theory.

Gabe

Quoting Adwait Jog <[email protected]>:

Hi

How can I do something like:

config1/build/ALPHA_FS/m5.opt
config2/build/ALPHA_FS/m5.opt

where config 1 and 2 signify different executables . (I m not able to
change m5.opt name itself)

Thanks

---- Adwait
_______________________________________________
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