RE: How to Cross Compile Net SNMP Agent

2004-08-29 Thread Ramachandran, Sanjeev
Hi Steve,Yeah , you are right but i also tried with the arm-ld...armv4b-unknown-linux-gcc -o snmpnetstat inet.o inet6.o if.o main.o route.owinstub.o  ../../snmplib/.libs/libnetsnmp.a -lm   This line shows that instead of using armv4b-unknown-linux-ld to link all the , it is using armv4b-unkn

Re: How to Cross Compile Net SNMP Agent

2004-08-28 Thread Steve Comfort
Hi Sanjeev, But wait, there's more ... Note the libraries I am including : --with-ldlags="-lsensors -liw"\ You probably don't need these if you're not trying to read data from any LM sensors (-lsensors), or if you don't have a wireless interface (-liw). The script is just an example, tailo

Re: How to Cross Compile Net SNMP Agent

2004-08-28 Thread Steve Comfort
Ramachandran, Sanjeev wrote: HI Steve, Tried cross compiling the net-snmp distribution, i am back with queries. *#--with-mib-modules="fourD mibII mibII/tcp mibII/udp mibII/tcpTable mibII/udpTable ucd-snmp/lmSensors"\* * During configuration If the above line is included , it repo

Re: How to Cross Compile Net SNMP Agent

2004-08-27 Thread Users
On Fri, 27 Aug 2004 14:28:38 +0530 Ramachandran, wrote: RS> export CC=armv4b-unknown-linux-gcc RS> #export LD=arm-linux-ld RS> #export LDFLAGS='-EB' RS> armv4b-unknown-linux-gcc -o snmpnetstat inet.o inet6.o if.o main.o route.o RS> winstub.o ../../snmplib/.libs/libnetsnmp.a -lm RS> /usr/local/arm

RE: How to Cross Compile Net SNMP Agent

2004-08-27 Thread Ramachandran, Sanjeev
HI Steve,Tried cross compiling the net-snmp distribution, i am back with queries.   I had few problems in configuring the distro, on bypassing some arguments it was successful, but during compilation i was hit with errors. #!/bin/bashexport AR=armv4b-unknown-linux-ar export RANLIB=armv4b-unk