a problem about vsim/ command make #3148
Unanswered
langrange-L
asked this question in
Q&A
Replies: 2 comments
-
Looks like a success message, not an error message..?
…On Fri, Oct 9, 2020 at 7:08 PM langrange ***@***.***> wrote:
cd vsim/
make
the result is:
cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but
not for C
.././simv-rocketchip-BOOMConfig up to date
make[1]leaving directory
then I change my environment ubuntu 18.04 gcc 4.8.2
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2660>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAH3XQRWJ6SZTRXDY7V464TSJ66ZLANCNFSM4SKXGWXQ>
.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
i understand, I thought there would be show a success message |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
cd vsim/
make
when my environment is ubuntu 14.04 gcc 4.8.2
the result is:
cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C
.././simv-rocketchip-BOOMConfig up to date
make[1]leaving directory
then I change my environment ubuntu 18.04 gcc 4.8.2
the result is :
cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
SimDTM.o: In function debug_tick': SimDTM.cc:(.text+0x1c2): undefined reference to dtm_t::dtm_t(std::vector<std::__cxx11::basic_string<char, std::char_traits, std::allocator >std::allocator<std::__cxx11::basic_string<char, std::char_traits, std::allocator > > > const&)'
Beta Was this translation helpful? Give feedback.
All reactions