I'm trying to compile the kernel (pl12), but when I get to
floppy.c, it compiles forever. Anyone see this before ??
I gots a 486, with 4 megs of ram and 16 megs of swap.
--
JP - Conseiller technique UNIX, CRIM.
I gots a 486, with 4 megs of ram and 16 megs of swap.
--
JP - Conseiller technique UNIX, CRIM.
1. compiling pl12 w/ gcc2.5.0 on pl10
I can't believe it! pl12 refuses to compile for me! The errors are
as follows:
| kernel
| make[1]: Entering directory `/usr/src/linux/kernel'
| gcc -D__KERNEL__ -Wall -Wstrict-prototypes -O6 -fomit-frame-pointer
| -x c++ -fno-omit-frame-pointer -c sched.c
| /usr/include/asm/segment.h: In function `unsigned char get_fs_byte(const
| unsigned char *)':
| In file included from sched.c:29:
| /usr/include/asm/segment.h:13: conflicting types for `unsigned char
| get_fs_byte(const unsigned char *)'
| /usr/include/asm/segment.h:5: previous declaration as `unsigned char
| get_fs_byte(const char *)'
| /usr/include/asm/segment.h: In function `short unsigned int
| get_fs_word(const short unsigned int *)':
| /usr/include/asm/segment.h:29: conflicting types for `short unsigned
| int get_fs_word(const short unsigned int *)'
| /usr/include/asm/segment.h:21: previous declaration as `short
| unsigned int get_fs_word(const short int *)'
etc etc... Looking at the code, it seems that simple C++ overloading
should be occuring here, but i guess it is not. Any ideas?
rodrigo vanegas
2. connectivity
3. Trouble with PL12 compile...
5. trouble compiling pl12 --> linux/linkage.h (no such file)
6. DMA from hard drive file, or HD file access from kernal.
7. Kernel panic when I press Alt in pl12
8. blah.
10. Q: kernel update pl12->13 ?
12. SCSI, kernel lockups, pl12/pl11, gcc 2.4.5/2.3.1
13. kernel 0.99 PL12 and tape-support