At 11:29 +0200 2005/04/25, Julian Gryffin wrote:
I need some help with Bison on embedded Systems. I have a ROM with only few
memory. Bison is using dynamic memory in the C-file it built. Is there a
possibility to prevent it using dynamic memory?

My guess is that you do not use Bison on the embedded system, but merely want use the parser it generates. Then later versions of Bison are such that it should be easy to write ones own skeleton file. It can thus be designed to only use static memory, if you so would like. It should not be difficult to write such a skeleton file. I cc Paul Eggert, who wrote the dynamic memory feature; perhaps he can help.
--
Hans Aberg



_______________________________________________ Help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison

Reply via email to