Hi, im trying to use BOA web server in one embedded platform.
The configure script finished ok, without any problem:
./configure --host=mips-linux
But in make i got one error and i can't find the sollution.
...
...
...
...
...
mips-linux-gcc -g -O2 -pipe -Wall -I. -I. -c -o sublog.o sublog.c
mips-linux-gcc -g -O2 -pipe -Wall -I. -I. -c -o select.o select.c
mips-linux-gcc -o boa alias.o boa.o buffer.o cgi.o cgi_header.o config.o escape.o get.o hash.o ip.o log.o mmap_cache.o pipe.o queue.o range.o read.o request.o response.o signals.o util.o sublog.o select.o timestamp.o -g
/home/ijaf/Desktop/OpenWrt-SDK-atheros-2.6-for-Linux-i686/staging_dir_mips/bin/../lib/gcc/mips-linux-uclibc/4.1.2/../../../../mips-linux-uclibc/bin/ld: timestamp.o: Relocations in generic ELF (EM: 3)
/home/ijaf/Desktop/OpenWrt-SDK-atheros-2.6-for-Linux-i686/staging_dir_mips/bin/../lib/gcc/mips-linux-uclibc/4.1.2/../../../../mips-linux-uclibc/bin/ld: timestamp.o: Relocations in generic ELF (EM: 3)
/home/ijaf/Desktop/OpenWrt-SDK-atheros-2.6-for-Linux-i686/staging_dir_mips/bin/../lib/gcc/mips-linux-uclibc/4.1.2/../../../../mips-linux-uclibc/bin/ld: timestamp.o: Relocations in generic ELF (EM: 3)
/home/ijaf/Desktop/OpenWrt-SDK-atheros-2.6-for-Linux-i686/staging_dir_mips/bin/../lib/gcc/mips-linux-uclibc/4.1.2/../../../../mips-linux-uclibc/bin/ld: timestamp.o: Relocations in generic ELF (EM: 3)
/home/ijaf/Desktop/OpenWrt-SDK-atheros-2.6-for-Linux-i686/staging_dir_mips/bin/../lib/gcc/mips-linux-uclibc/4.1.2/../../../../mips-linux-uclibc/bin/ld: timestamp.o: Relocations in generic ELF (EM: 3)
/home/ijaf/Desktop/OpenWrt-SDK-atheros-2.6-for-Linux-i686/staging_dir_mips/bin/../lib/gcc/mips-linux-uclibc/4.1.2/../../../../mips-linux-uclibc/bin/ld: timestamp.o: Relocations in generic ELF (EM: 3)
timestamp.o: could not read symbols: File in wrong format
collect2: ld returned 1 exit status
make[1]: *** [boa] Error 1
make[1]: Leaving directory `/home/ijaf/Desktop/boa/src'
make: *** [boa] Error 2
###############################
###############################
Could someone help me, i'm a rookie :D
Thanks