|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
|||
|
|||
|
Eclipse Build Issues
I am having the following issue when trying to build sample code using eclipse. Does anyone have any solutions or have seen this issue.
PHP Code:
|
|
#2
|
||||
|
||||
|
Re: Eclipse Build Issues
At least on Linux, the example projects pass --std=c++1y to g++ already, which enables the ISO C++ 2014 standard (which is a superset of C++11). If it isn't enabled, do the following:
In the project's right-click context menu, navigate to Properties > C/C++ Build > Settings, then select "Cross G++ Compiler". The language standard under Dialect should be ISO C++1y. |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|