You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On configuration of host GDB in CentOS 6.x the following error message appears:
checking whether g++ supports C++11 features with -std=c++11... no
checking whether g++ supports C++11 features with +std=c++11... no
checking whether g++ supports C++11 features with -h std=c++11... no
checking whether g++ supports C++11 features with -std=c++0x... no
checking whether g++ supports C++11 features with +std=c++0x... no
make[4]: Leaving directory `/arc_gnu/bd-elf32/gdb/gprof'
make[3]: Leaving directory `/arc_gnu/bd-elf32/gdb/gprof'
make[2]: Leaving directory `/arc_gnu/bd-elf32/gdb/gprof'
checking whether g++ supports C++11 features with -h std=c++0x... no
configure: error: *** A compiler with support for C++11 language features is required.
That happens because in CentOS 6.x default GCC is 4.4.7 and it indeed doesn't support C++11:
On configuration of host GDB in CentOS 6.x the following error message appears:
That happens because in CentOS 6.x default GCC is 4.4.7 and it indeed doesn't support C++11:
The text was updated successfully, but these errors were encountered: