Gem5 on Mac OSX, build issue (errors)
up vote
1
down vote
favorite
I am new to gem5 and I am trying to install the simulator on my iMac pc (OSversion: High Sierra 10.13.6).
All the dependencies specified on the site have been installed to the correct version. The problem i am currently stuck with is that when i try to first compile M5 in the gem5 directory with 'scons build/ARM/gem5.opt', it stopped with errors mostly being:
**/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/memory:3656:5: error: destructor called on non-final
'Stats::BinaryNode<std::__1::multiplies<double> >' that has virtual functions but non-virtual destructor [-Werror,-Wdelete-non-virtual-dtor]**
__data_.second().~_Tp();
^
I couldn't find any relevent answers regarding this. I hope if there are any amazing MAC gem5 developers out there can help me with this.
cheers!
macos compiler-errors gem5
New contributor
add a comment |
up vote
1
down vote
favorite
I am new to gem5 and I am trying to install the simulator on my iMac pc (OSversion: High Sierra 10.13.6).
All the dependencies specified on the site have been installed to the correct version. The problem i am currently stuck with is that when i try to first compile M5 in the gem5 directory with 'scons build/ARM/gem5.opt', it stopped with errors mostly being:
**/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/memory:3656:5: error: destructor called on non-final
'Stats::BinaryNode<std::__1::multiplies<double> >' that has virtual functions but non-virtual destructor [-Werror,-Wdelete-non-virtual-dtor]**
__data_.second().~_Tp();
^
I couldn't find any relevent answers regarding this. I hope if there are any amazing MAC gem5 developers out there can help me with this.
cheers!
macos compiler-errors gem5
New contributor
Also email the mailing list. Give your gem5 git revision and exact Mac OS version. On Stack Overflow, familiarize yourself with the markdown code block syntax: stackoverflow.com/editing-help I myself use Ubuntu and can guarantee it works there.
– Ciro Santilli
Nov 10 at 19:57
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I am new to gem5 and I am trying to install the simulator on my iMac pc (OSversion: High Sierra 10.13.6).
All the dependencies specified on the site have been installed to the correct version. The problem i am currently stuck with is that when i try to first compile M5 in the gem5 directory with 'scons build/ARM/gem5.opt', it stopped with errors mostly being:
**/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/memory:3656:5: error: destructor called on non-final
'Stats::BinaryNode<std::__1::multiplies<double> >' that has virtual functions but non-virtual destructor [-Werror,-Wdelete-non-virtual-dtor]**
__data_.second().~_Tp();
^
I couldn't find any relevent answers regarding this. I hope if there are any amazing MAC gem5 developers out there can help me with this.
cheers!
macos compiler-errors gem5
New contributor
I am new to gem5 and I am trying to install the simulator on my iMac pc (OSversion: High Sierra 10.13.6).
All the dependencies specified on the site have been installed to the correct version. The problem i am currently stuck with is that when i try to first compile M5 in the gem5 directory with 'scons build/ARM/gem5.opt', it stopped with errors mostly being:
**/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/memory:3656:5: error: destructor called on non-final
'Stats::BinaryNode<std::__1::multiplies<double> >' that has virtual functions but non-virtual destructor [-Werror,-Wdelete-non-virtual-dtor]**
__data_.second().~_Tp();
^
I couldn't find any relevent answers regarding this. I hope if there are any amazing MAC gem5 developers out there can help me with this.
cheers!
macos compiler-errors gem5
macos compiler-errors gem5
New contributor
New contributor
edited Nov 10 at 22:08
New contributor
asked Nov 10 at 14:27
Junyi Zhou
62
62
New contributor
New contributor
Also email the mailing list. Give your gem5 git revision and exact Mac OS version. On Stack Overflow, familiarize yourself with the markdown code block syntax: stackoverflow.com/editing-help I myself use Ubuntu and can guarantee it works there.
– Ciro Santilli
Nov 10 at 19:57
add a comment |
Also email the mailing list. Give your gem5 git revision and exact Mac OS version. On Stack Overflow, familiarize yourself with the markdown code block syntax: stackoverflow.com/editing-help I myself use Ubuntu and can guarantee it works there.
– Ciro Santilli
Nov 10 at 19:57
Also email the mailing list. Give your gem5 git revision and exact Mac OS version. On Stack Overflow, familiarize yourself with the markdown code block syntax: stackoverflow.com/editing-help I myself use Ubuntu and can guarantee it works there.
– Ciro Santilli
Nov 10 at 19:57
Also email the mailing list. Give your gem5 git revision and exact Mac OS version. On Stack Overflow, familiarize yourself with the markdown code block syntax: stackoverflow.com/editing-help I myself use Ubuntu and can guarantee it works there.
– Ciro Santilli
Nov 10 at 19:57
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Junyi Zhou is a new contributor. Be nice, and check out our Code of Conduct.
Junyi Zhou is a new contributor. Be nice, and check out our Code of Conduct.
Junyi Zhou is a new contributor. Be nice, and check out our Code of Conduct.
Junyi Zhou is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53239918%2fgem5-on-mac-osx-build-issue-errors%23new-answer', 'question_page');
}
);
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Also email the mailing list. Give your gem5 git revision and exact Mac OS version. On Stack Overflow, familiarize yourself with the markdown code block syntax: stackoverflow.com/editing-help I myself use Ubuntu and can guarantee it works there.
– Ciro Santilli
Nov 10 at 19:57