2010-02-01 07:03:12 ntp-4.2.6 with current SVN trunk
Rob Maris (GERMANY)
Message: 85415
Following problem arises: unrecognized option '-Bsymbolic-functions'
bfin-linux-uclibc-gcc -g -O2 -g -Wall -O2 -fno-strict-aliasing -pipe -pipe -Wall -g -O2 -mcpu=bf537-0.2 -Wall -Wcast-qual -Wmissing-prototypes -Wpointer-arith -Wshadow -Winit-self -mcpu=bf537-0.2 -o ntpsnmpd netsnmp_daemonize.o ntpsnmpd.o ntpSnmpSubagentObject.o ntpsnmpd-opts.o -Wl,-Bsymbolic-functions -Wl,-E ../ntpq/libntpq.a ../libntp/libntp.a -L/usr/lib /usr/lib/libnetsnmpmibs.so -L/usr/local/lib -L/usr/lib/perl/5.10/CORE -lsensors /usr/lib/libnetsnmphelpers.so /usr/lib/libnetsnmpagent.so -lwrap -lperl -ldl -lm -lpthread -lc -lcrypt /usr/lib/libnetsnmp.so -lcrypto ../libopts/.libs/libopts.a
/opt/uClinux/bfin-linux-uclibc/lib/gcc/bfin-linux-uclibc/4.1.2/../../../../bfin-linux-uclibc/bin/ld: unrecognized option '-Bsymbolic-functions'
/opt/uClinux/bfin-linux-uclibc/lib/gcc/bfin-linux-uclibc/4.1.2/../../../../bfin-linux-uclibc/bin/ld: use the --help option for usage information
collect2: ld returned 1 exit status
make[8]: *** [ntpsnmpd] Fehler 1
Toolchain is 2009R1.1 RC2
When compiled with 4.2.4p5 (with vfork patch), all goes ok.
QuoteReplyEditDelete
2010-02-01 23:43:56 Re: ntp-4.2.6 with current SVN trunk
Mike Frysinger (UNITED STATES)
Message: 85442
something on your system is causing the problem. i cant figure out what though as your snippet lacks necessary details.
run:
make user/ntp_clean
make user/ntp_only
and post the full log as an attachment
QuoteReplyEditDelete
2010-02-02 03:12:44 Re: ntp-4.2.6 with current SVN trunk
Rob Maris (GERMANY)
Message: 85448
see attachment (.... &> buildlog)
buildlog
QuoteReplyEditDelete
2010-02-02 12:03:38 Re: ntp-4.2.6 with current SVN trunk
Mike Frysinger (UNITED STATES)
Message: 85472
it's because of the net-snmp stuff installed on your host system. should be fixed in trunk now.
QuoteReplyEditDelete
2010-02-02 15:07:56 Re: ntp-4.2.6 with current SVN trunk
Rob Maris (GERMANY)
Message: 85481
Oh, snmp.... Well, most important about this: the updated Makefile results in a correct build result.