Hi
Comment or remove the following line from src/SConscript
     new_env.Append(CCFLAGS='-Werror')

Hope that helps

On 5/16/13, Ranga, L Udaya <[email protected]> wrote:
> Hi,
>
> I get a lot of error messages while building gem5 which are related to
> uninitialized warnings being treated as errors. I tried adding specific
> flags for compiler to ignore this fact, but couldn't get past this check. Is
> there a single point in SConstruct(s), where I can force this behavior. Or,
> the generated file should have correct code.
>
> For example, /python/swig/core_wrap.cc always fails to initialize PyObject
> *argv[2];
>
> Thanks,
> Uday
>
>


-- 
Regards,
Mahmood
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to