<div dir="ltr">You're probably running out of memory when the bison process is running. <div><br></div><div>You could try running that command without running 'make'. Just 'bison -d -b cfg cfg.y'.  </div>

<div><br></div><div>If this a memory issue, you could allocate a swap file for your build process (if this is Linux) such as: dd if=/dev/null of=swapfile.1 bs=1048576 count=100 ; mkswap ./swapfile.1 ; swapon ./swapfile.1 and then try your rebuild.</div>

</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, May 29, 2014 at 4:46 AM, ashwin <span dir="ltr"><<a href="mailto:ec.rakumar@tatapowersed.com" target="_blank">ec.rakumar@tatapowersed.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I tried to compile Kamailio on Freescale P2020RDB-PCA.And I'm getting the<br>
following error<br>
<br>
<br>
bison -d -b cfg cfg.y<br>
make: *** [cfg.tab.h] Broken Pipe<br>
<br>
<br>
Please give recommendations to solve the error.<br>
<br>
Thanks<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://sip-router.1086192.n5.nabble.com/Kamailio-on-P2020RDB-PCA-tp128073.html" target="_blank">http://sip-router.1086192.n5.nabble.com/Kamailio-on-P2020RDB-PCA-tp128073.html</a><br>


Sent from the Users mailing list archive at Nabble.com.<br>
<br>
_______________________________________________<br>
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list<br>
<a href="mailto:sr-users@lists.sip-router.org">sr-users@lists.sip-router.org</a><br>
<a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users" target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a><br>
</blockquote></div><br></div>