Hiiiiiiiiiii All, I am currently working on porting DNS server on to the target board, for that i installed bind-9.2.0cr7, while running i gave the configuration options as 1]./configure --prefix=/opt/DNS --host=arm-linux BUILD_CC=/usr/local/arm/../../arm-unknown-linux-gnu-gcc
I disabled the openssl options and before configuring i gave the cross compiler tool chain path 2] make i got the error like this usr/local/arm/gcc-3.4.5-glibc-2.3.6/arm-unknown-linux-gnu/bin/arm-unknown-linux-gnu-gcc -g -O2 -o named aclconf.o client.o config.o control.o controlconf.o interfacemgr.o listenlist.o log.o logconf.o main.o notify.o query.o server.o sortlist.o tkeyconf.o tsigconf.o update.o xfrout.o zoneconf.o lwaddr.o lwresd.o lwdclient.o lwderror.o lwdgabn.o lwdgnba.o lwdgrbn.o lwdnoop.o lwsearch.o unix/os.o ../../lib/lwres/liblwres.a ../../lib/dns/libdns.a ../../lib/isccfg/libisccfg.a ../../lib/isccc/libisccc.a ../../lib/isc/libisc.a -lnsl /usr/local/arm/gcc-3.4.5-glibc-2.3.6/arm-unknown-linux-gnu/lib/gcc/arm-unknown-linux-gnu/3.4.5/../../../../arm-unknown-linux-gnu/bin/ld: ../../lib/dns/libdns.a(a6.o): Relocations in generic ELF (EM: 3) ../../lib/dns/libdns.a: could not read symbols: File in wrong format collect2: ld returned 1 exit status make[2]: *** [named] Error 1 make[2]: Leaving directory `/root/Vidya/bind-9.2.0rc7/bin/named' make[1]: *** [subdirs] Error 1 make[1]: Leaving directory `/root/Vidya/bind-9.2.0rc7/bin' make: *** [subdirs] Error 1 Please help. Thanks in advance Vidya