View Single Post
  #2  
Old 10-04-2009, 01:38 PM
m_b_mofidi m_b_mofidi is offline
Junior Member
 
Join Date: Oct 2009
Posts: 1
Default Re: Porting net-snmp to arm platform questions

I compiled for the standard agent with arm-linux version 2.95.3.
I use make & make all then use make install on my PC.but how port installed folder to my ARM?
also I configure like this befor make:

./configure --target=arm-linux --host=arm --build=i686 --with-cc=arm-linux-gcc --with-ar=arm-linux-ar --with-endianness=little --disable-applications --disable-manuals --disable-scripts --prefix=/home/ahmad/Documents/Projects/SNMP --exec-prefix=/home/ahmad/Documents/Projects/SNMP --with-install-prefix=/home/ahmad/Documents/Projects/SNMP

my installed folder is SNMP.
Reply With Quote