I previously had no issue installing V2 on my device. However, now when I run 'make', I get the error: "g++: error: unrecognized command line option '-fconcepts' ".
No doubt this is an issue with the compiler flag in the line
" CCCOM=g++ -m64 -std=c++17 -fconcepts -fPIC "
of the options.mk file. As a test, I tried removing the flag, but the compile again failed.
My best guess is that this has to do with the compiler and c++17, but I've had little luck with Google.
Any help would be appreciated!