Re: How Cross Compile Net SNMP Agent

2004-08-27 Thread wrb
listed under a title like: Porting Net-SNMP between operating systems. Bill Original message >Date: Fri, 27 Aug 2004 17:01:31 -0400 >From: Robert Story (Users) <[EMAIL PROTECTED]> >Subject: Re: How Cross Compile Net SNMP Agent >To: <[EMAIL PROTECTED]> >

Re: How Cross Compile Net SNMP Agent

2004-08-27 Thread Users
On Thu, 26 Aug 2004 16:48:28 -0700 [EMAIL PROTECTED] wrote: WC> It would have been helpful to me to have known of your FAQ when WC> I was working to port Net-SNMP to the Kenati embedded Linux WC> distribution. Perhaps you can extract from my postings in the WC> last two months and add the relevant

Re: How Cross Compile Net SNMP Agent

2004-08-27 Thread Dave Shield
> I think that your issue with the endianness of the target > processor will perhaps come from not using a parameter > with the ./configure tool. But William, if you have a look at the script that Steve posted, you'll see that it *does* include this parameter: ./configure --host=arm-linux

RE: How Cross Compile Net SNMP Agent

2004-08-26 Thread wrb
Steve: I think that your issue with the endianness of the target processor, such as it prompted a bit of distress with Robert Story, will perhaps come from not using a parameter with the ./configure tool. That parameter specifies the endianness of the target processor, and I suspect that use of t

Re: How Cross Compile Net SNMP Agent

2004-08-26 Thread wrb
message >Date: Thu, 26 Aug 2004 13:13:41 -0400 >From: Robert Story (Users) <[EMAIL PROTECTED]> >Subject: Re: How Cross Compile Net SNMP Agent >To: "Ramachandran, Sanjeev" <[EMAIL PROTECTED]> >Cc: "'[EMAIL PROTECTED]'" > >On Th

Re: How Cross Compile Net SNMP Agent

2004-08-26 Thread Users
On Thu, 26 Aug 2004 10:29:37 +0530 Ramachandran, wrote: RS> I am a newbie to the net snmp distribution, I tried configuring , RS> compiling and converting the MIBS on a x86 linux host. RS> Now I need to cinfigure and cross compile the distribution to ARM target, RS> how do i proceed, where should

Re: How Cross Compile Net SNMP Agent

2004-08-26 Thread Jeeru.Subbi
linux' The above CROSS compile options are for MIPS. Use similar options for ARM (need to have a build toolchain for ARM) Regards Subbi Message: 1 From: "Ramachandran, Sanjeev" <[EMAIL PROTECTED]> To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]&g

RE: How Cross Compile Net SNMP Agent

2004-08-26 Thread Ramachandran, Sanjeev
Hi Steve, This is great, i will work on it and ping you back. Thanks a lot Sanjeev -Original Message- From: Steve Comfort [mailto:[EMAIL PROTECTED] Sent: Thursday, August 26, 2004 1:56 PM To: Ramachandran, Sanjeev Cc: [EMAIL PROTECTED] Subject: Re: How Cross Compile Net SNMP Agent Hi

Re: How Cross Compile Net SNMP Agent

2004-08-26 Thread Steve Comfort
Hi Sanjeev, With much help from Dave Shield, I recently completed a port of netSNMP 5.1.1 to an embedded ARM system (XScale). I have attached a few files that I used for configuration, etc. cfg.sh is just a simple script where I setup all my config options. It should contain paths to your toolch

How Cross Compile Net SNMP Agent

2004-08-25 Thread Ramachandran, Sanjeev
Hi , I am a newbie to the net snmp distribution, I tried configuring , compiling and converting the MIBS on a x86 linux host. Now I need to cinfigure and cross compile the distribution to ARM target, how do i proceed, where should i give the option, and where can i specify my target system librar