Alex Carver <agcarver+open...@acarver.net> wrote:

> I'm trying to recompile my generic sparc kernel to make use of some 
> /dev/cua* patches that were sent to me on the list not too long ago but 
> now I'm running into a problem with make.
>
> When I first received the patches, things were mostly working but I was 
> running out of memory and swap space (small machine) so a lot of the 
> build was failing.  But make did work at that time.
>
> Now, the only thing different about the system is that I added another 
> hard drive and mounted the entire space as swap.
>
> The root is on disk /dev/sd1a.  That drive is a bit small so there's a 
> second drive that is holding the source code for the kernel.  It is 
> /dev/sd2a and is mounted at /disk2.  I also have a symlink from 
> /usr/src/sys pointing to /disk2/sys where the kernel source is located.
>
> When I first tried (prior to discovering I ran out of memory and swap), 
> I was going to /usr/src/sys/arch/sparc/compile/GENERIC (I had already 
> run "config GENERAL") and then make clean && make depend && make. 
> Everything seemed to work ok other than running out of memory.
>
> Now, after the new swap drive (/dev/sd3a) was added, I get the following:
>
> make clean works
>
> make depend:
> make: don't know how to make ../../../../arch/sparc/sparc/auxreg.c. Stop 
> in /disk2/sys/arch/sparc/compile/GENERIC.
>
> Suggestions?

are you running current? if so:

http://www.openbsd.org/faq/current.html#20100203

--
DISCLAIMER: http://goldmark.org/jeff/stupid-disclaimers/ 
This message will self-destruct in 3 seconds.

Reply via email to