Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Increase stack size

is this the right forum to post this question ?




horacioemilio wrote:
> 
> Hi,
> 
> I am starting to use eclipse cdt and compile an old application without 
> problems. But can not run it, because I need to increase the stack size. 
> In linux I do it through the operating system through
> 
> ulimit -s unlimited
> 
> but now I am working on windows with cygwin, and I dont see any similar 
> thing in windows xp or cygwin.
> 
> So it is possible to use some compilation option in cygwin so the 
> generated executable has bigger stack or another way so i solve my 
> problem ?
> 
> Thanks in advance
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 
> 

-- 
View this message in context: http://www.nabble.com/Increase-stack-size-tp17050394p17102000.html
Sent from the Eclipse CDT - Development mailing list archive at Nabble.com.



Back to the top