Compile without C++11 #2681
Unanswered
aggelosmots
asked this question in
Q&A
Replies: 1 comment 1 reply
-
fprime officially dropped support for C++98 with version v3.0.0. fprime versions older than that should still support c++98. GCC 4 is quite old. Would it be possible to elaborate a bit on the use case here? We'd like to understand your use case a bit more. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
In the latest fprime version, there is a requirement that compiler should support C++11 features. But in several discussions, creators mention that the development of fprime started with C++98, so I assumed that the framework should compile with std=c++0x flag. I did a try to compile fprime with GCC 4.4 version, but no luck I had compile errors. So my questions are:
Thank you
Beta Was this translation helpful? Give feedback.
All reactions