I am cross compiling for a PPC/Linux target.

 

Finally, I can get everything to build.  But now here is the problem.

 

I have not been doing a "make install" because this has no meaning in a cross compile environment (or at least mine).  I plan on just moving the snmpd executable over to the target and executing it.  It took me a while, but I finally realized that agent/snmpd is a script and not a binary file.  In this script it refers to directories on my build system!  So in other words, my build system needs to have the exact same directory structure as my target system! 

 

OK, so please tell me what I am missing.

 

Brian

Reply via email to