[Flex-devel] Re: alloca() problems in flex
flex is a tool for generating scanners
Brought to you by:
wlestes
From: Herbert Y. <Her...@st...> - 2005-03-01 01:34:42
|
Hi, Currently I am trying to get flex to work under uClinux. Note that this is a 2.4.x Kernel with nommu and it uses the uClibc c library routines. When compiling I am having the problme of __builtin_alloca - namely alloca.c. It appears as though flex uses the function alloca() but wants to derive it from the kernel which is non-existant. I was wondering whether there was some sort of configuration in order to remove this or whether I could replace it/remove it completely and instead setup a static stack as uClinux only provides a static stack of 4K. Thank you in advance for your help, Herb -- UTS CRICOS Provider Code: 00099F DISCLAIMER: This email message and any accompanying attachments may contain confidential information. If you are not the intended recipient, do not read, use, disseminate, distribute or copy this message or attachments. If you have received this message in error, please notify the sender immediately and delete this message. Any views expressed in this message are those of the individual sender, except where the sender expressly, and with authority, states them to be the views the University of Technology Sydney. Before opening any attachments, please check them for viruses and defects. |