Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Increase stack size in mac os x Eclipse Helios
Increase stack size in mac os x Eclipse Helios [message #656741] Mon, 28 February 2011 12:00 Go to next message
hefeweizen  is currently offline hefeweizen Friend
Messages: 32
Registered: July 2009
Member
For a C++ command line application, I need to increase the stack size, which I do with

-Wl,-stack_size,0x10000000,-stack_addr,0xc0000000

when I use gnu g++. Now I am learning Eclipse CDT, but do not realize how can I pass this linking option for the automatically generated makefile, any hints?
Re: Increase stack size in mac os x Eclipse Helios [message #657023 is a reply to message #656741] Tue, 01 March 2011 11:51 Go to previous message
Axel Mueller is currently offline Axel MuellerFriend
Messages: 1973
Registered: July 2009
Senior Member
Open Project Properties->C/C++ Build->Settings
Modify the Linker options


Before you ask
- search this forum
- see the FAQ http://wiki.eclipse.org/CDT/User/FAQ
- google
Previous Topic:Check version and path of gdb Eclipse uses
Next Topic:Eclipse problem with Mac OS X and exposé
Goto Forum:
  


Current Time: Thu Apr 25 08:26:12 GMT 2024

Powered by FUDForum. Page generated in 0.02893 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top