Re: [libdnet-devel] [ARM] My sample link error.
Status: Abandoned
Brought to you by:
dugsong
|
From: Dug S. <du...@mo...> - 2005-04-11 19:07:59
|
On Tue, Apr 12, 2005 at 02:46:46AM +0900, jang,suk-woo wrote: > [ipqam] make > arm-linux-gcc `dnet-config --cflags` -o dnet_test dnet_test.c > `dnet-config --libs` > /tmp/ccvGvrtp.o: In function `main': > /tmp/ccvGvrtp.o(.text+0x80): undefined reference to `eth_close' > /tmp/ccvGvrtp.o(.text+0x80): relocation truncated to fit: R_ARM_PC24 > eth_close > collect2: ld returned 1 exit status > make: *** [dnet_test] Error 1 looks like your cross-compilation environment is broken somehow? can you show me the output of 'nm /usr/arm-linux/lib/libdnet.a | egrep eth_close' ? -d. --- http://monkey.org/~dugsong/ |