Hi,

I tried to compile Kamailio on Freescale P2020RDB-PCA.And I'm getting the
following error


bison -d -b cfg cfg.y
make: *** [cfg.tab.h] Broken Pipe 

 When i run that command without running 'make'. Just 'bison -d -b cfg
cfg.y'.It was working.So found from Internet that it could be the problem
with memory when the bison process is running.So I allocated  a swap file
for the build process.

dd if=/dev/zero of=swapfile.1 bs=1048576 count=100 ; mkswap ./swapfile.1 ;
swapon ./swapfile.1


But after that attempt also I'm still getting the  make: *** [cfg.tab.h]
Broken Pipe  when Im doing the compilation.

Yours recommendations will be very helpful.


Thanks 
Ashwin



--
View this message in context: 
http://sip-router.1086192.n5.nabble.com/Kamailio-on-PPC-tp128097.html
Sent from the Users mailing list archive at Nabble.com.

_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Reply via email to