Hello!

On Tue, Jun 21, 2005 at 07:41:30AM -0500, Rene Rivera wrote:
>After switching back to OpenBSD, from Linux, and installing a fresh new 
>install I can't compile the kernel to get the latests patches. (And I 
>need to to enable raidframe support) If fails with this:

Are you sure that your source is clean, e.g. no cvs update conflicts
or similar?

Have you followed the compile steps thoroughly, which are approximately
(some steps inserted to play really safe):

  cd /usr/src/arch/`arch`/conf
  cp GENERIC MYCONF
  vi MYCONF
  rm -rf ../compile/MYCONF # safety makes sure that we'll have a clean
                           # build
  config MYCONF
  cd ../compile/MYCONF
  make depend # important!
  make
  : have fun with ./bsd

Kind regards,

Hannah.

Reply via email to