bug-hurd
[Top][All Lists]
Advanced

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

Re: Error with gnumach compilation


From: Richard Braun
Subject: Re: Error with gnumach compilation
Date: Fri, 15 Feb 2019 16:03:59 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

On Fri, Feb 15, 2019 at 03:56:03PM +0100, Almudena Garcia wrote:
> After a couple of changes, this assembly errors disappeared, but now It
> show newer errors in the linker step.

There's a "trick" in the building process that cherry picks functions
from the C library when they're undefined in the kernel (correct me if
I'm wrong about this). But when a symbol is undefined in both the kernel
and the C library, the link just fails. The symbol in question here is
APIC_LOCAL_APIC_ID. The fix should be obvious.

-- 
Richard Braun



reply via email to

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