l4-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

L4-Hurd; compile errors (a fix and a new problem)


From: Christopher Nelson
Subject: L4-Hurd; compile errors (a fix and a new problem)
Date: Thu, 15 Jan 2004 12:40:20 -0700

Line 145 in laden/Makefile: DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
Should be: DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)/include
 
I'm not sure where the right place to make this fix is.
 
Now I get to:
 
gcc  -g -O2   -o laden -u_start -e_start -N -nostdlib -Ttext=0x180000 ia32-crt0.o ia32-cmain.o ia32-output.o output-vga.o output-serial.o ia32-shutdown.o output.o output-none.o shutdown.o loader.o laden.o kip-fixup.o -lgcc ../libc-parts/libc-parts.a
output-serial.o(.text+0x161): In function `serial_init':
/gnu/src/hurd-l4/laden/output-serial.c:90: undefined reference to `__errno_location'
output-serial.o(.text+0x19a):/gnu/src/hurd-l4/laden/output-serial.c:100: undefined reference to `__errno_location'
 
Is there a missing library?
 
    -={C}=-

reply via email to

[Prev in Thread] Current Thread [Next in Thread]