login
Header Space

 
 

0.99pl13 Kernel Compilation

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
Date: Tuesday, November 9, 1993 - 1:58 pm

Ok. I ftp'd 0.99pl13 from tsx, read the READMEs, verified that I have gcc 2.4.5
(or whatever they wanted), and tryping to 'make dep' I get:

touch tools/version.h
for i in init/*.c;do echo -n "init/";gcc -D__KERNEL__ -E -M $i;done > .depend~
for i in tools/*.c;do echo -n "tools/";gcc -D__KERNEL__ -E -M $i;done >> .depend~
for i in kernel mm fs net ipc ibcs lib; do (cd $i && make dep) || exit; done
gcc -D__KERNEL__ -E -M *.c > .depend
for i in chr_drv blk_drv FPU-emu; do (cd $i && make dep) || exit; done
gcc -D__KERNEL__ -E -M *.c > .depend
for i in sound; do (cd $i && make dep) || exit; done
gcc -D__KERNEL__ -E -M *.c > .depend
In file included from loop.c:27:
blk.h:193: #error "unknown blk device"
In file included from sbpcd.c:175:
blk.h:193: #error "unknown blk device"
make[2]: *** [dep] Error 1
make[1]: *** [dep] Error 1
make: *** [depend] Error 1

The standard question applies: What do I do now?  I configured it properly
(I think)...



-- 
joev@wpi.edu           --         Joseph W. Vigneau
Worcester Polytechnic Institute -- Computer Science

Today's random number is 927806236.
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
0.99pl13 Kernel Compilation, Joseph W. Vigneau, (Tue Nov 9, 1:58 pm)
speck-geostationary