Re: considerations for porting net-snmp to uClinux

2018-06-26 Thread Magnus Fromreide
On Tue, Jun 26, 2018 at 10:23:32AM -0500, John Emrich wrote: > I am building under ubuntu linux using toolchain for the target embedded > system, uClinux. > The target is put into flash mode, where the built image is downloaded and > then flashed on target embedded system. > Then target is rebooted

Re: considerations for porting net-snmp to uClinux

2018-06-26 Thread John Emrich
I am building under ubuntu linux using toolchain for the target embedded system, uClinux. The target is put into flash mode, where the built image is downloaded and then flashed on target embedded system. Then target is rebooted. On Fri, Jun 22, 2018 at 11:21 PM, Magnus Fromreide wrote: > How di

Re: considerations for porting net-snmp to uClinux

2018-06-22 Thread Magnus Fromreide
How did you install it on the target system? /MF On Tue, Jun 19, 2018 at 02:56:17PM -0500, John Emrich wrote: > I should also I am trying to build net-snmp using shared libraries. > > On Tue, Jun 19, 2018 at 2:54 PM, John Emrich > wrote: > > > Hello, > > > > When building net-snmp for uClinux,

considerations for porting net-snmp to uClinux

2018-06-19 Thread John Emrich
Hello, When building net-snmp for uClinux, are there any special considerations? I have already addressed mmu-less considerations by using the appropriate toolchain. The problem appears when I start snmpd, it crashes. In fact it appears to crash prior to executing 1st statement, as if it was in t

Re: considerations for porting net-snmp to uClinux

2018-06-19 Thread John Emrich
I should also I am trying to build net-snmp using shared libraries. On Tue, Jun 19, 2018 at 2:54 PM, John Emrich wrote: > Hello, > > When building net-snmp for uClinux, are there any special considerations? > > I have already addressed mmu-less considerations by using the appropriate > toolchain