Hello,
I cross compil the libupnp-1.3.1 for an architecture armv5b/xscale on linux with uclibc.
The compilation is ok.
I use this configure option :
./configure --host=armv5b-xscale-linux-uclibc && make
i've only this warning :
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
But when I taste the prog test_init.c, i've a pb :
UPNP_VERSION_STRING = "1.3.1"
UPNP_VERSION_MAJOR = 1
UPNP_VERSION_MINOR = 3
UPNP_VERSION_PATCH = 1
UPNP_VERSION = 10301
UPNP_HAVE_DEBUG = yes
UPNP_HAVE_CLIENT = yes
UPNP_HAVE_DEVICE = yes
UPNP_HAVE_WEBSERVER = yes
UPNP_HAVE_TOOLS = yes
Intializing UPnP ...
** ERROR UpnpInit(): -208 Unknown Error
Can you help me ??
|