throwing error while giving make in ISC DHCP

ameen.shajahan at wipro.com ameen.shajahan at wipro.com
Mon Dec 5 12:29:27 UTC 2011


Hi,
            I have executed the below commands.
 $./configure --prefix=/home/ameen/dhcp-4.2.3/output --host=armv5b --cache-file=config.cache    [its running successfully ]

After that I made changes in
vi  bind/bind-9.7.1/lib/export/dns/Makefile.in

Change ${CC} on line 163 to ${Build_cc}

            Then,
            $ vi bind/Makefile
            I changed the earlier one and added the below one mentioned in http://www.jonisdumb.com/2011/02/compiling-isc-dhcp-420-dd-wrt.html

            i:e
                          @(cd ${bindsrcdir} && BUILD_CC=gcc./configure  --host=armv5b --with-randomdev=/dev/random --disable-kqueue --disa    ble-epoll --disable-devpoll --without-openssl --without-libxml2 --enable-exportlib --enable-threads=no --with-export-incl    udedir=${binddir}/include --with-export-libdir=${binddir}/lib --with-gssapi=no > ${binddir}/configure.log)


            Then I gave make command,
            $make
            [ameen at nemo dhcp-4.2.3]$ make
Making all in bind
make[1]: Entering directory `/home/ameen/dhcp-4.2.3/bind'
bind-9.8.1 already unpacked...
Configuring BIND Export libraries for DHCP.
/bin/sh: --host=armv5b: command not found
make[1]: *** [all] Error 127
make[1]: Leaving directory `/home/ameen/dhcp-4.2.3/bind'
make: *** [all-recursive] Error 1
[ameen at nemo dhcp-4.2.3]$

Please let me what would be the reason for this error.


Regards,
Ameen S

From: dhcp-users-bounces+ameen.shajahan=wipro.com at lists.isc.org [mailto:dhcp-users-bounces+ameen.shajahan=wipro.com at lists.isc.org] On Behalf Of Mukund Deshpande
Sent: 05 December 2011 16:41
To: Users of ISC DHCP
Subject: Re: throwing error while giving make in ISC DHCP

You need to make changes in Bind make file also if you are cross compiling

this link will be useful
http://www.jonisdumb.com/2011/02/compiling-isc-dhcp-420-dd-wrt.html
On Mon, Dec 5, 2011 at 4:32 PM, <ameen.shajahan at wipro.com<mailto:ameen.shajahan at wipro.com>> wrote:
Hi,
I tried to create the executable using ISC DHCP.
I have executed the command below and its working fine.
[ameen at nemo dhcp-4.2.3]$ ./configure CC=/opt/crosstool/armv5b-linux/bin/armv5b-linux-gcc --host=armv5b --prefix=/home/ameen/dhcp-4.2.3/output --enable-debug --enable-delayed-ack --with-srv6-lease-file=/var/db/dhcpd6.leases --with-cli6-lease-file=/var/db/dhclient6.leases --with-srv6-pid-file=/var/run/dhcpd6.pid --with-cli6-pid-file=/var/run/dhclient6.pid --with-relay-pid-file=/var/run/dhcrelay.pid  --cache-file=config.cache


After executing the above command,

[ameen at nemo dhcp-4.2.3]$make

And the output is below.its showing some error like input file incompatible with

/opt/crosstool/armv5b-linux/bin/armv5b-linux-gcc  -g  -Wall -Werror -fno-strict-aliasing -I../bind/include   -o svtest test.o libomapi.a ../bind/lib/libdns.a ../bind/lib/libisc.a
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(client.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(db.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(dispatch.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(forward.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(keytable.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(lib.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(log.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(message.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(name.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(rbt.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(rbtdb.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(rdata.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(rdatalist.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(rdataset.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(rdatasetiter.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(rdataslab.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(request.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(resolver.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(result.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(stats.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(tcpmsg.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(time.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(tsec.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(tsig.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(ttl.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(validator.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(view.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(dst_api.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(dst_result.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(hmac_link.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(key.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(ecdb.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(acl.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(adb.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(cache.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(compress.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(dbiterator.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(dlz.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(dnssec.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(ds.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(iptable.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(masterdump.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(ncache.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(nsec.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(nsec3.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(peer.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(rcode.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(dst_lib.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(dst_parse.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libdns.a(diff.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(assertions.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(backtrace.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(backtrace-emptytbl.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(base32.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(base64.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(buffer.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(error.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(event.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(hash.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(hex.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(hmacmd5.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(hmacsha.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(inet_aton.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(iterated_hash.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(lex.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(log.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(md5.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(mutexblock.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(netaddr.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(ondestroy.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(parseint.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(portset.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(radix.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(random.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(refcount.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(region.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(result.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(rwlock.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(serial.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(sha1.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(sha2.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(sockaddr.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(stats.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(string.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(app_api.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(mem_api.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(socket_api.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(task_api.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(timer_api.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(lib.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(heap.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(app.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(dir.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(errno2result.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(file.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(fsaccess.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(stdio.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(stdtime.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(strerror.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(time.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(msgcat.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(mem.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(socket.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(task.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(timer.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: warning: unknown architecture of input file `../bind/lib/libisc.a(bufferlist.o)' is incompatible with arm output
/opt/crosstool/armv5b-linux/lib/gcc-lib/armv5b-linux/3.3.2/../../../../armv5b-linux/bin/ld: ../bind/lib/libdns.a(client.o)(.text+0x99): R_ARM_PC24 relocation against SEC_MERGE section
collect2: ld returned 1 exit status
make[1]: *** [svtest] Error 1
make[1]: Leaving directory `/home/ameen/dhcp-4.2.3/omapip'
make: *** [all-recursive] Error 1




Please let me know what would be the reason for this error and provide solution.


Regards,
Ameen S


Please do not print this email unless it is absolutely necessary.

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.

www.wipro.com<http://www.wipro.com>

_______________________________________________
dhcp-users mailing list
dhcp-users at lists.isc.org<mailto:dhcp-users at lists.isc.org>
https://lists.isc.org/mailman/listinfo/dhcp-users



--
Regards,
Mukund


Please do not print this email unless it is absolutely necessary. 

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. 

www.wipro.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20111205/07cde862/attachment.html>


More information about the dhcp-users mailing list