Hi,
I'm getting the following Error when I'm trying to compile kamailio presence server in Freescale P2020rdb-pca.
AltiVec and E500 instructions cannot coexist
Your recommendations would be very much appreciated.
Thanks
Ashwin
Would you please share the detailed procedure or steps about compiling kamailio?
Reminder
About this compile error, AltiVec is not supported on e500 processors, so please modify the file Makefile.defs to delete "-maltivec" in CFLAGS.
Have a great day,
Yiping Wang
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Thanks that worked.But another compilation error came.
bison -d -b cfg cfg.y
make: *** [cfg.tab.h] Broken Pipe.
Please help to solve this error ,as the particular Kamailio Server was working in my x86 machine.So hopefully some changes are to be
done in Make file so as to work in P2020RDB-PCA.Request your advice as Im very new to Power PC .
Thanks
Hi Yiping,
I'm following the installation according to the below link.
install:4.0.x:git [Kamailio SIP Server Wiki]
Im trying to Install the presence server without a cross compiler.
The Download Link for source tar ball was
Hi,
I downloaded the Kamailio.tar from Main website on my x86 machine and exported to P2020RDBpca through scp command.
Then i did make cfg and later make all.When I did make all function I got the error
AltiVec and E500 instructions cannot coexist