-
An error in arch/i86/drivers/char/KeyMaps/mkcfg causes it to fail. Cause is unsupported arguments to sort.
This is the cause of the note that Driver support->Character device drivers will fail. It also causes the following during make Image (defconfig used here)
bcc -0 -O -I/home/me/elks/elks/include -DELKS_VERSION_CODE=0x00010201 -DUTS_RELEASE=\"0.1.3-pre1\" -D__KERNEL__ -ansi -c -o...
2008-04-29 02:36:45 UTC in ELKS
-
Problem fixed for 0.1.3. Patch committed: revision 1.12, Mon May 31 13:49:25 2004 UTC.
2008-03-30 15:46:07 UTC in ELKS
-
Patch works, however this will also fail if ELKSFS support is added to the kernel. Adding ELKSFS support produces the following errors on make: undefined symbol: _insert_inode_hash undefined symbol: _link_count
ld86: text segment too large for 16bit.
boot/Image will build, but System.map will not be properly built.
2008-03-30 05:21:34 UTC in ELKS