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
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
Kamailio v4.1.3 Released | Kamailio (OpenSER) SIP Server
Your recommendations would be very much appreciated.
As I just answered, this is caused by "-maltivec" is added in CFLAGS in Makefile.defs, but E500 doesn't support Altivec, it supports SPE, e600 processor supports Altivec, so please correct the Makefile.
Have a great day,
Yiping Wang
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------