Hello
I'm using openembedded to cross-compile php. My application depends on
the dl function. If i cross compile php with the buildsystem of
openembedded. phpinfo() writes "Dynamic Library support not
available". If I compile php native inside the openembedded target the
dymamic library support is
hi im tring to cross compile php with this command lines:
export CROSS_COMPILE=arm-none-linux-gnueabi-
export CC=${CROSS_COMPILE}"gcc"
export CXX=${CROSS_COMPILE}"g++"
./configure --host=arm-linux --target=arm --with-libxml-dir=/opt/libxml
--prefix=/opt/php
but this its the mistake:
cc1: war
Has anybody gained general experience with crosscompling PHP?
I want to run PHP on an axis devboard82 in combination with sqlite and
boa-webserver.
The crosscompiler is gcc-cris (cris-dist-1.56).
I appreciate any feedback, thanks,
Daniel