|
Re: Change default C++ version [message #1419723 is a reply to message #1419516] |
Tue, 09 September 2014 02:29 |
Eclipse User |
|
|
|
Missing name Mising name wrote on Mon, 08 September 2014 18:39Hi there,
Sorry for the n00b question. I currently use Eclipse on a OSX 10.9.4.
I installed from HPC GCC v4.9.0 and updated my PATH variable.
From Terminal if I run "gcc --version" I get 4.9.0 as the result.
If I run a C++ project with this:
****
version << "GCC version: "
<< __GNUC__ << "." << __GNUC_MINOR__ << "." << __GNUC_PATCHLEVEL__
<< "\nVersion string: " << __VERSION__;
****
I get 4.2.1, which I think is the system default used by Xcode.
I'd like to globally in Eclipse (ie not on a per project basis) use 4.9.0.
How do I set this??
Thanks
Try Window > Preference > (Expand) C/C++ > New C/C++ Project Wizard > (Specify the preferred Toolchain)
-- L. James
--
L. D. James
ljames@apollo3.com
www.apollo3.com/~ljames
|
|
|
Powered by
FUDForum. Page generated in 0.02998 seconds