Top "Gcc7" questions

GCC 7 is a major release of the GNU Compiler collection first released in 2017.

c++1z dynamic exception specification error

I am trying to compile my project with new GCC version 7.2.1 and have a problem with dynamic exception specifications: error: …

c++ c++17 exception-specification gcc7
gcc-7: error: unrecognized command line option ‘-m64’

I'm trying to compile C code on a Jetson Nano and I get this error during compiling. I tried removing …

c++ linux g++ arm64 gcc7
conda install -c anaconda gcc_linux-64 not being used

I wanted to install updated version of gcc on a server where I do not have root access. I tried …

gcc anaconda conda gcc7