home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!ub4b!news.cs.kuleuven.ac.be!blekul11!frmop11!dearn!esoc!btitmars
- Organisation: European Space Operation Centre (E.S.O.C)
- Date: Thursday, 12 Nov 1992 05:38:44 CET
- From: BARRY TITMARSH <BTITMARS@ESOC.BITNET>
- Message-ID: <92317.053844BTITMARS@ESOC.BITNET>
- Newsgroups: comp.os.linux
- Subject: help compile 0.98.4 odd errors
- Lines: 80
-
- this is the result i get from just typeing make in the /usr/src/linux
- dir
-
-
- gcc -DKERNEL -E -DMAX_16M -traditional -DSVGA_MODE=NORMAL_VGA boot/setup.S
- -o boot/setup.s
- as86 -0 -a -o boot/setup.o boot/setup.s
- 00416 0184 3D 0000 cmp ax,#NORMAL_VGA
- ***** ^unbound label
- 00418 0189 3D 0000 cmp ax,#EXTENDED_VGA
- ***** ^unbound label
- 00420 018E 3D 0000 cmp ax,#ASK_VGA
- ***** ^unbound label
- 00704 0401 3D 0000 cmp ax,#ASK_VGA
- ***** ^unbound label
- 00706 0406 3D 0000 cmp ax,#NORMAL_VGA
- ***** ^unbound label
- 00866 0624 0000 modesave: .word NORMAL_VGA
- ***** ^unbound label
-
- 00006 errors
- 00000 warnings
- make: *** [boot/setup] Error 1
-
-
- at this point i have used boot/setup.S from 0.98p1 just to see what happens
- then i get the start of even more errors..
- even a make clean make dep fails
-
- So whats wrong ????
- thanks barry,,,,
-
-
-
- gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_16M -c -o tools/version.o
- tools/version.c
- kernel
- gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_16M
- -fno-omit-frame-pointer -c sched.c
-
- sched.c:47: structure has no member named `task'
- sched.c:47: structure has no member named `task'
- sched.c:47: structure has no member named `task'
- sched.c: In function `__sleep_on':
- sched.c:212: warning: implicit declaration of function `save_flags'
- sched.c:216: warning: implicit declaration of function `restore_flags'
- sched.c: In function `interruptible_sleep_on':
- sched.c:203: warning: `flags' may be used uninitialized in this function
- sched.c: In function `sleep_on':
- sched.c:203: warning: `flags' may be used uninitialized in this function
- sched.c: In function `show_task':
- sched.c:507: structure has no member named `kernel_stack_page'
- make[1]: *** [sched.o] Error 1
- make: *** [linuxsubdirs] Error 1
-
-
-
-
-
- sed '/\#\#\# Dependencies/q' < Makefile > tmp_make
- for i in init/*.c;do echo -n "init/";gcc -DKERNEL -E -DMAX_16M -M $i;done >>
- tmp_make
- cp tmp_make Makefile
- for i in kernel mm fs net lib; do (cd $i && make dep) || exit; done
- sed '/\#\#\# Dependencies/q' < Makefile > tmp_make
- gcc -DKERNEL -E -DMAX_16M -M *.c >> tmp_make
- cp tmp_make Makefile
- for i in chr_drv blk_drv FPU-emu; do (cd $i && make dep) || exit; done
- sed '/\#\#\# Dependencies/q' < Makefile > tmp_make
- gcc -DKERNEL -E -DMAX_16M -M -DKBD_UK -DKBDFLAGS=0 *.c >> tmp_make
- cp tmp_make Makefile
- sed '/\#\#\# Dependencies/q' < Makefile > tmp_make
- gcc -DKERNEL -E -DMAX_16M -M *.c >> tmp_make
- ll_rw_blk.c:15: linux/locks.h: No such file or directory
- make[2]: *** [dep] Error 1
- make[1]: *** [dep] Error 1
- make: *** [dep] Error 1
-
-
-