[gem5-users] Re: Force scons to use local libraries over system libraries

2020-08-29 Thread Hsuan Hsu via gem5-users
Ok, I just figure this out by myself. In gem5/SConstruct, the command "python-config --ldflags" is executed to obtain the ldflags needed by python and appended to LINKFLAGS. The "-L/usr/lib" comes from here. Prepending our library path to LINKFLAGS solves our problem. ___

[gem5-users] Re: [gem5-dev] Namespace creation on develop branch

2020-08-29 Thread Gabe Black via gem5-users
PTAL https://gem5-review.googlesource.com/c/public/gem5/+/33695 https://gem5.atlassian.net/browse/GEM5-753 Gabe On Thu, Aug 27, 2020 at 4:24 AM Daniel Carvalho via gem5-dev < gem5-...@gem5.org> wrote: > Hello, > > > This message only concerns those who use the *develop* branch. > > > We have re

[gem5-users] Re: [Error] Building gem5 in Ubuntu 18.04

2020-08-29 Thread Dwaipayan Ray via gem5-users
Thanks, Gabe, for pointing that out. I was building at the "Home" directory, where I was not having enough space. When I changed the directory, the build was successful. Thank you 😊. Ray On Sat 29 Aug, 2020, 02:11 Gabe Black, wrote: > Do you have enough in the partition/disk/etc you're building