Hi Vincent, Thanks for your experience.
After tracing back through the git history, I found the problematic commit is 70194795c3f41cc3f1e361b3cac24f839d86dd67 (The commit before it gave correct stats, but this commit and all after it failed). So here’s a temporary solution: 1. Create a new branch. 2. Revert this commit (`git revert 70194795c3f41cc3f1e361b3cac24f839d86dd67 `). 3. Replace all `info->StorageParams` with `info->getStorageParams()`. 4. Remove `build` and recompile. Best regards, Meng
_______________________________________________ gem5-users mailing list -- [email protected] To unsubscribe send an email to [email protected] %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
