Increase stack size in eclipse cdt

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Horacius ReX

    Increase stack size in eclipse cdt

    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
  • Keith Thompson

    #2
    Re: Increase stack size in eclipse cdt

    Horacius ReX <horacius.rex@g mail.comwrites:
    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 ?
    That's really not a C question. Try asking on the appropriate Cygwin
    mailing list; see <http://cygwin.com/lists.html>.

    --
    Keith Thompson (The_Other_Keit h) <kst-u@mib.org>
    Nokia
    "We must do something. This is something. Therefore, we must do this."
    -- Antony Jay and Jonathan Lynn, "Yes Minister"

    Comment

    Working...