How to determine cause of ld testsuite failures?

H . J . Lu hjl@valinux.com
Sat Feb 17 18:26:00 GMT 2001


On Sat, Feb 17, 2001 at 06:11:26PM -0800, David O'Brien wrote:
> 
> Even on the main-trunk I get this output:
> 
> /FBSD/binutils-repo/src/ld/testsuite/ld-undefined/undefined.c(.text+0x7): undefined reference to `this_function_is_not_defined'
> 
> 

On Linux/ia32,

# gcc -c -gdwarf-2 undefined.c
# ld -e start undefined.o 
ld: warning: cannot find entry symbol start; defaulting to 08048074
undefined.o: In function `function':
/tmp/undefined.c:9: undefined reference to `this_function_is_not_defined'

I am using binutils 2.10.91.0.2 which is based on CVS on 0215. I
doubt my local changes will make any difference for you.


-- 
H.J. Lu (hjl@valinux.com)



More information about the Binutils mailing list