Title: RE: snmp cross-compiler error
Thank you for ur inputs.
Regards,
Sasikumar.
-Original Message-
From: Raffles [mailto:[EMAIL PROTECTED]]
Sent: Wed 3/1/2006 5:37 PM
To: Sasikumar Bodathula (WT01 - Broadband Networks)
Cc: net-snmp-users@lists.sourceforge.net
Subject: Re: snmp
Title: RE: snmp cross-compiler error
Hi Sasi,
Use
C_COMPILER=3Dppc_82xx-gcc ./configure --with-mib-modules="CPEAdapter wimax standard disman/event-mib" --host=ppc-ibm-linux --with-endianness=big
or
CC=ppc_82xx-gcc ./configure --with-mib-modules="CPEAdapter wimax standa
I think you just need to follow the advice in the error message. To cross
compile for powerPC, we're successfully using
./configure --host=powerpc-8540-linux-gnu --with-endianness=big
We've also manually specified the compiler (inherent in our build).
CC=/opt/crosstool/gcc-3.4.4-glibc-
Title: snmp cross-compiler error
Hi All,
I am using net-snmp-5.2.1.2 and i want to compile with powerpc compiler for that i used the following option for configuring.
./configure --with-cc=ppc_82xx-gcc
After this i am getting following error.
checking what to build and install