Scott Lanning writes:
>
> Hi, my name is Scott, and I'm a newbie. :)
>
> I'm trying out ELKS 0.0.77. The images supplied worked fine when
> I put booted them in my 286. Very cool.
> Now I'm trying to compile it. I think I followed the directions
> and didn't change any default configurations. However, it won't
> compile for some reason.. I'll explain the errors.
>
> (First try, from my make log.. )
>
> vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
> make[1]: Entering directory `/usr/src/elks/fs'
> bcc -D__KERNEL__ -O -I../include \
> -0 -c -o filesystems.o filesystems.c
> ../include/linuxmt/elksfs_fs.h:36.63 (from filesystems.c:15):
> warning: redefined macro
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
> (I checked that, but it doesn't seem harmful (true?).
> And, it wasn't a show-stopper, so.... continuing on.. )
>
The above bug is not really a problem. The elksfs code is just a concept in
development at the moment.
All your other errors sounds like you have included config options which
are in development, or not supposed to be included at the same time.
Clean your source tree using 'make distclean', and then do 'make config'
again, but this time just press return in response to each of the
questions, giving the default answer.
Al