<div dir="ltr"><div>Hello folks, I am generating a parser for SystemVerilog language using happy parser generator. </div><div>I have the *.y file which i run using happy as below</div><div><br></div><div>happy -gca ParSysverilog.y and i get the below error.</div><div><div><br></div><div>Stack space overflow: current size 8388608 bytes.</div><div>Use `+RTS -Ksize -RTS' to increase it.</div></div><div><br></div><div>to increase the stack size and to get more info on the error, i learned that i need to use something like below.</div><div>happy -RTS -K16384 -sstderr +RTS -gca ParSysverilog.y<br></div><div><div>but i got an error message</div><div><br></div><div>happy: Most RTS options are disabled. Link with -rtsopts to enable them.</div></div><div><br></div><div>does this mean that, i need to recompile happy source code using the "-rtsopts" to use the +RTS...-RTS options ?</div><div>any recommendations from your experience ?</div><div><br></div><div>Thank you in advance</div><div><br></div><div>Magesh</div><div><br></div><div><br></div><div><br></div></div>