Replies: 1 comment
-
I have the same error, however I'm using MX Linux debian 10 (buster), so I don't think I can update the compiler. Is there a way I can depreciate, or modify so that it is backwards compatible? |
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
-
Using mint, I could not get this to compile using gcc-10 and g++-10 (as mentioned in the documentation), without receiving the following error:
g++: error: unrecognized command line option ‘-std=c++20’; did you mean ‘-std=c++2a’?
As of Oct-21 gcc-11 has not been included in the repositories so I needed to use the following:
After this, make was successful
Next issue is that if your font size is small enough in your emulator, the cpu cores are set to a single column which looks... well.. not as good as other emulators that split the cores into multiple columns (IMHO). Potential feature request?
Beta Was this translation helpful? Give feedback.
All reactions