Gabe,
I have added this issue to Jira:
https://gem5.atlassian.net/projects/GEM5/issues/GEM5-454
Cheers,
Daniel
Em sexta-feira, 17 de abril de 2020 21:19:32 GMT+2, Daniel Carvalho
<[email protected]> escreveu:
Hello all,
I have just merged https://gem5-review.googlesource.com/c/public/gem5/+/24537,
which may cause the following inconvenience:
In file included from
build/ISA/python/_m5/param_BaseCache.cc:4:0:build/ISA/params/BaseCache.hh:66:5:
error: 'BasePrefetcher' does not name a type BasePrefetcher * prefetcher;
^
build/ISA/python/_m5/param_BaseCache.cc: In function 'void
module_init(pybind11::module&)':build/ISA/python/_m5/param_BaseCache.cc:49:39:
error: 'prefetcher' is not a member of 'BaseCacheParams'
.def_readwrite("prefetcher", &BaseCacheParams::prefetcher)
^
In file included from build/ISA/params/Cache.hh:6:0, from
build/ISA/python/_m5/param_Cache.cc:4:build/ISA/params/BaseCache.hh:66:5:
error: 'BasePrefetcher' does not name a type BasePrefetcher * prefetcher;
If that is the case for you, please delete the respective
build/ISA/params/BaseCache.hh to force updating that file without a complete
rebuild. Since I plan to add namespaces to other SimObjects in the future, you
may experience an equivalent issue, but the fix will be similar.
Regards,Daniel
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev