<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
<div style="font-family: Tahoma; font-size: 10pt; "><br></div><font class="Apple-style-span" face="Tahoma" size="2">Thanks for replying. What can i define instead of "USE_ALLOCA" ?</font><div style="font-family: Tahoma; font-size: 10pt; ">When i undefine&nbsp;USE_ALLOCA , application goto failure becuase of &nbsp;null variable "global_stack".</div><div style="font-family: Tahoma; font-size: 10pt; "><br></div><div><div style="font-family: Tahoma; font-size: 10pt; ">This code is top of&nbsp;celt_mode_create method in modes.c .</div><div><br><div><div style="font-family: Tahoma; font-size: 10pt; ">#if !defined(VAR_ARRAYS) &amp;&amp; !defined(USE_ALLOCA)</div><div style="font-family: Tahoma; font-size: 10pt; ">&nbsp;&nbsp; if (global_stack==NULL)</div><div style="font-family: Tahoma; font-size: 10pt; ">&nbsp;&nbsp; &nbsp; &nbsp;goto failure;</div><div style="font-family: Tahoma; font-size: 10pt; ">#endif&nbsp;</div><div style="font-family: Tahoma; font-size: 10pt; "><br></div><di
 v><font class="Apple-style-span" face="Tahoma" size="2">if i define&nbsp;</font><span class="Apple-style-span" style="font-size: 13px; font-family: Tahoma; ">VAR_ARRAYS ,a lot of &nbsp;errors occured.</span></div><div><font class="Apple-style-span" face="Tahoma" size="2">Error : declaration may not appear after executable statement in block</font></div><div><font class="Apple-style-span" face="Tahoma" size="2"><br></font></div><div><span class="Apple-style-span" style="font-family: Tahoma; font-size: 10pt; ">&gt; Date: Thu, 28 Apr 2011 10:20:25 -0400</span></div><font class="Apple-style-span" face="Tahoma" size="2">&gt; Subject: Re: [CELT-dev] FW: Compile a fixed-point version of CELT on TI C55 DSP ?</font><br><font class="Apple-style-span" face="Tahoma" size="2">&gt; From: gmaxwell@gmail.com</font><br><font class="Apple-style-span" face="Tahoma" size="2">&gt; To: selami-tastan@windowslive.com</font><br><font class="Apple-style-span" face="Tahoma" size="2">&gt; CC: celt-dev@
 xiph.org</font><br><font class="Apple-style-span" face="Tahoma" size="2">&gt; </font><br><font class="Apple-style-span" face="Tahoma" size="2">&gt; 2011/4/28 selami tastan &lt;selami-tastan@windowslive.com&gt;:</font><br><font class="Apple-style-span" face="Tahoma" size="2">&gt; &gt; I defined&nbsp;USE_ALLOCA&nbsp;&nbsp;in config.h. Error is in stach_alloc.h.</font><br><font class="Apple-style-span" face="Tahoma" size="2">&gt; &gt;</font><br><font class="Apple-style-span" face="Tahoma" size="2">&gt; &gt; Error :&nbsp;unresolved symbol _alloca, first referenced in ./libcelt/vq.obj</font><br><font class="Apple-style-span" face="Tahoma" size="2">&gt; </font><br><font class="Apple-style-span" face="Tahoma" size="2">&gt; If your system does not support ALLOCA then do not define USE_ALLOCA.</font><br></div></div></div>                                               </body>
</html>