Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gcc version #72

Closed
Lovening opened this issue Sep 23, 2022 · 5 comments
Closed

gcc version #72

Lovening opened this issue Sep 23, 2022 · 5 comments
Labels
Question Further information is requested

Comments

@Lovening
Copy link

Hello, thanks for open source such a great program, I would like to ask which version supports the lowest gcc, because I may use it on an embedded development board

@beef9999
Copy link
Collaborator

gcc 4.9.2 with C++ 11

But you have to manually disable some C++14 features, for example, alog-stdstring.h.

@beef9999 beef9999 added the Question Further information is requested label Sep 23, 2022
@beef9999
Copy link
Collaborator

BTW, gcc 4.9.2 supports C++1y, which is a middle version between C++11 and C++14. It supports all of the C++14 features that Photon requires. You you may also use 4.9.2 with C++1y

@lihuiba
Copy link
Collaborator

lihuiba commented Sep 26, 2022

Hello, thanks for open source such a great program, I would like to ask which version supports the lowest gcc, because I may use it on an embedded development board

Do you use ARM64 or x86_64 in your embedded environment?

@Lovening
Copy link
Author

Hello, thanks for open source such a great program, I would like to ask which version supports the lowest gcc, because I may use it on an embedded development board

Do you use ARM64 or x86_64 in your embedded environment?

ARM64

@Lovening
Copy link
Author

BTW, gcc 4.9.2 supports C++1y, which is a middle version between C++11 and C++14. It supports all of the C++14 features that Photon requires. You you may also use 4.9.2 with C++1y

OK. thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants