Hi. 24.12.2010 15:27, Brilliantov Kirill Vladimirovich wrote: > Hello! > I solve this problem useing next parametr: > ./configure --prefix=/tmp/net-snmp --host=arm-linux --disable-manuals > --disable-embedded-perl --disable-ipv6 --with-cc=arm_v5t_le-gcc > --with-sys-contact="[email protected]" --with-sys-location="ip-camera" > --with-default-snmp-version="2" --with-logfile="/var/log/snmpd.log" > --with-persistent-directory="/var/net-snmp" > > But I get next error - undefined reference. >
Try withdrawing "--with-cc" parameter and specify whole toolchain prefix in --host parameter. Like: --host=arm_v5t_le. And I'm not sure, but when I cross compiling net-snmp I always specify endianness, try to add it too. Kirill. ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
