Re: [gem5-users] scons build error for Garnet 2.0

2016-10-15 Thread F. A. Faisal
I tried with another gcc, but the result is the same... $ port select --set gcc mp-gcc49 $ port select --list gcc Warning: port definitions are more than two weeks old, consider updating them by running 'port selfupdate'. Available versions for gcc: apple-gcc42 mp-gcc47 mp-gcc49 (active)

Re: [gem5-users] scons build error for Garnet 2.0

2016-10-15 Thread Abdul Mutaal
Try with >=4.5 On Oct 15, 2016 2:56 PM, "F. A. Faisal" wrote: > $ g++ -v > > Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr > --with-gxx-include-dir=/usr/include/c++/4.2.1 > > Apple LLVM version 7.3.0 (clang-703.0.29) > > Target: x86_64-apple-darwin15.4.0 > > Thread mod

Re: [gem5-users] scons build error for Garnet 2.0

2016-10-15 Thread F. A. Faisal
$ g++ -v Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 7.3.0 (clang-703.0.29) Target: x86_64-apple-darwin15.4.0 Thread model: posix On Sat, Oct 15, 2016 at 9:53 PM, Abdul Mutaal wrote: > C++ version ?

Re: [gem5-users] scons build error for Garnet 2.0

2016-10-15 Thread Abdul Mutaal
C++ version ? Thanks On Sat, Oct 15, 2016 at 2:01 PM, F. A. Faisal wrote: > Dear All, > > I found the below errors while compiling through scons for latest gem5 > integrated with garnet 2.0 (hg clone http://repo.gem5.org/gem5). > > $ scons build/ALPHA/gem5.debug > *build/ALPHA/arch/alpha/tru64/

[gem5-users] scons build error for Garnet 2.0

2016-10-15 Thread F. A. Faisal
Dear All, I found the below errors while compiling through scons for latest gem5 integrated with garnet 2.0 (hg clone http://repo.gem5.org/gem5). $ scons build/ALPHA/gem5.debug *build/ALPHA/arch/alpha/tru64/tru64.cc:83:23: **error: **use of undeclared identifier* * 'MAP_NONBLOCK'; did you me