Subject: Re: I think this is too hard...
To: <>
From: None <seebs@plethora.net>
List: port-alpha
Date: 08/03/1999 21:22:59
In message <199908040208.VAA12198@guild.plethora.net>, Peter Seebach writes:
>compat_util.c(.text+0xcc): undefined reference to `copystr'
>compat_util.c(.text+0xd0): undefined reference to `copystr'
>compat_util.c(.text+0xf0): undefined reference to `copyinstr'
>compat_util.c(.text+0xf4): undefined reference to `copyinstr'
>compat_util.c(.text+0x394): undefined reference to `copyout'
>compat_util.c(.text+0x398): undefined reference to `copyout'

>Am I just wrong to try to build -current?  Weirder still, GENERIC built,
>so I probably took out an "option" I shouldn't have.

Actually, no, I'm just an idiot.  I put "-m21164" in AFLAGS, so CPP was
choking on it, so we were getting empty files fed to 'as' instead of real
assembly, and it wasn't assembling, e.g., locore.s.

-s