I am using libupnp1.3.1 sdk
I wish to croscompile for arm. The arm compiler is arm_v5t_le-gcc.
I get the following errors. How do I get around this error ?
[krishna@ubntvid10 libupnp-1.3.1arm]$ ./configure --host=arm_v5t_le
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.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for arm_v5t_le-strip... arm_v5t_le-strip
checking for --enable-debug... no
checking for --enable-client... yes
checking for --enable-device... yes
checking for --enable-webserver... yes
checking for --enable-tools... yes
checking for arm_v5t_le-gcc... arm_v5t_le-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm_v5t_le-gcc accepts -g... yes
checking for arm_v5t_le-gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of arm_v5t_le-gcc... gcc3
checking whether arm_v5t_le-gcc and cc understand -c and -o together... yes
checking build system type... i686-pc-linux-gnu
checking host system type... Invalid configuration `arm_v5t_le': machine
`arm_v5t_le' not recognized
configure: error: /bin/sh config.aux/config.sub arm_v5t_le failed
[krishna@ubntvid10 libupnp-1.3.1arm]$
|