Hi ..
I downloeded the linux-2.5.1.tar.bz2 and applied the patch for
linux-2.5.2-pre11 patch and the sched01-H7 patch .. at building I got
this :
make[2]: Entering directory
`/home/palic/Files/Projekte/Kernel/PPC/linux-2.5.2-pre11-sched-01H7/kernel'
gcc -D__KERNEL__
-I/home/palic/Files/Projekte/Kernel/PPC/linux-2.5.2-pre11-sched-01H7/include
-Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
-fno-strict-aliasing -fno-common -D__powerpc__ -fsigned-char
-msoft-float -pipe -ffixed-r2 -Wno-uninitialized -mmultiple -mstring
-fno-omit-frame-pointer -c -o sched.o sched.c
sched.c:21: asm/sched.h: No such file or directory
sched.c: In function `context_switch':
sched.c:430: warning: implicit declaration of function `enter_lazy_tlb'
sched.c:432: warning: implicit declaration of function `switch_mm'
sched.c: In function `schedule':
sched.c:785: warning: implicit declaration of function
`sched_find_first_zero_bit'
make[2]: *** [sched.o] Error 1
make[2]: Leaving directory
`/home/palic/Files/Projekte/Kernel/PPC/linux-2.5.2-pre11-sched-01H7/kernel'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory
`/home/palic/Files/Projekte/Kernel/PPC/linux-2.5.2-pre11-sched-01H7/kernel'
make: *** [_dir_kernel] Error 2
palic@shaun:~/Files/Projekte/Kernel/PPC/linux$ ls
arch CREDITS fs ipc MAINTAINERS mm
REPORTING-BUGS
build Documentation include kernel Makefile net Rules.make
COPYING drivers init lib Makefile~ README scripts
palic@shaun:~/Files/Projekte/Kernel/PPC/linux$ cd .
palic@shaun:~/Files/Projekte/Kernel/PPC/linux$ cd ..
palic@shaun:~/Files/Projekte/Kernel/PPC$
What's wrong?
Thnx
Jan
--
One time, you all will be emulated by linux!
----
Jan- Hendrik Palic
Url:"http://www.billgotchy.de"
E-Mail: "[email protected]"
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GCS d- s: a-- C++ UL++ P+++ L+++ E W++ N+ o+ K- w---
O- M- V- PS++ PE Y+ PGP++ t--- 5- X+++ R-- tv- b++ DI-- D+++
G+++ e+++ h+ r++ z+
------END GEEK CODE BLOCK------
On Mon, 14 Jan 2002 20:41:52 +0100
Jan-Hendrik Palic <[email protected]> wrote:
> Hi ..
>
> I downloeded the linux-2.5.1.tar.bz2 and applied the patch for
> linux-2.5.2-pre11 patch and the sched01-H7 patch .. at building I got
> this :
> sched.c:21: asm/sched.h: No such file or directory
Ah, I've seen this before... :-)
Did you update 2.5-patch, too, Ingo?
Regards,
Stephan