Rebuilding the pxe kernel to support the serial console failed, and I don't know enough
to get past it. To this end, I followed the directions in FAQ question 11, on page 26 of
Systemimager v3.2.0 Manual (or systemimager-manual.pdf )
Summery of steps to error:
wget http://prdownloads.sourceforge.net/systemimager/va-systemimager-source-1.4.0.tar.bz2
bzcat va-systemimager-source-1.4.1.tar.bz2 | tar -xf -
cd va-systemimager-source-1.4.1
bzcat other_source_and_patches_used_in_this_release.tar.bz2 | tar xf -
cd other_source_and_patches_used_in_this_release
cd linux-2.2.18+reiserfs+raid+aic7xxx+VM
Change .config From:
# CONFIG_SERIAL is not set
To:
CONFIG_SERIAL=y
CONFIG_SERIAL_CONSOLE=y
make bzImage


Build log and final error:
cc -D__KERNEL__ -I/home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -m486 -DCPU=486 -c -o init/main.o init/main.c
`-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead.
In file included from /home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/linux/string.h:37,
from /home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/linux/signal.h:64,
from /home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/linux/sched.h:23,
from /home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/linux/mm.h:4,
from /home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/linux/slab.h:14,
from /home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/linux/malloc.h:4,
from /home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/linux/proc_fs.h:5,
from init/main.c:15:
/home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/asm/string.h:476:17: missing terminating " character
In file included from /home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/linux/string.h:37,
from /home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/linux/signal.h:64,
from /home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/linux/sched.h:23,
from /home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/linux/mm.h:4,
from /home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/linux/slab.h:14,
from /home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/linux/malloc.h:4,
from /home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/linux/proc_fs.h:5,
from init/main.c:15:
/home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/asm/string.h: In function `memscan':
/home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/asm/string.h:477: error: parse error before "repnz"
/home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/asm/string.h:478: error: `scasb' undeclared (first use in this function)
/home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/asm/string.h:478: error: (Each undeclared identifier is reported only once
/home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/asm/string.h:478: error: for each function it appears in.)
/home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/asm/string.h:478:21: invalid suffix "f" on integer constant
/home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/asm/string.h:480:17: missing terminating " character
In file included from /home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/linux/sched.h:23,
from /home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/linux/mm.h:4,
from /home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/linux/slab.h:14,
from /home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/linux/malloc.h:4,
from /home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/linux/proc_fs.h:5,
from init/main.c:15:
/home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/linux/signal.h: In function `siginitset':
/home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/linux/signal.h:193: warning: deprecated use of label at end of compound statement
/home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/linux/signal.h: In function `siginitsetinv':
/home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/linux/signal.h:205: warning: deprecated use of label at end of compound statement
In file included from /home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/linux/blkdev.h:6,
from /home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/linux/raid/md.h:23,
from init/main.c:22:
/home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/linux/genhd.h: In function `ptype':
/home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/linux/genhd.h:83: warning: deprecated use of label at end of compound statement
In file included from /home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/net/checksum.h:33,
from /home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/linux/raid/md.h:37,
from init/main.c:22:
/home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/asm/checksum.h:90:30: missing terminating " character
In file included from /home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/net/checksum.h:33,
from /home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/linux/raid/md.h:37,
from init/main.c:22:
/home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/asm/checksum.h: In function `ip_fast_csum':
/home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/asm/checksum.h:91: error: parse error before "movl"
/home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/asm/checksum.h:93:17: invalid suffix "f" on integer constant
/home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/asm/checksum.h:100:17: invalid suffix "b" on integer constant
/home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/asm/checksum.h:108:13: missing terminating " character
/home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/asm/checksum.h:123:17: missing terminating " character
/home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/asm/checksum.h: In function `csum_fold':
/home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/asm/checksum.h:124: error: parse error before "addl"
/home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/asm/checksum.h:126:17: missing terminating " character
/home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/asm/checksum.h:139:13: missing terminating " character
/home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/asm/checksum.h: In function `csum_tcpudp_nofold':
/home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/asm/checksum.h:140: error: parse error before "addl"
/home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/asm/checksum.h:144:9: missing terminating " character
/home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/asm/checksum.h:179:17: missing terminating " character
/home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/asm/checksum.h: In function `csum_ipv6_magic':
/home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/asm/checksum.h:180: error: parse error before "addl"
/home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/asm/checksum.h:191:17: missing terminating " character
In file included from /home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/linux/raid/md.h:42,
from init/main.c:22:
/home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/linux/raid/md_compatible.h:386:8: warning: extra tokens at end of #endif directive
In file included from /home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/linux/raid/md.h:50,
from init/main.c:22:
/home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/linux/raid/md_p.h:160:8: warning: extra tokens at end of #endif directive
In file included from /home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/linux/raid/md.h:51,
from init/main.c:22:
/home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/linux/raid/md_u.h:114:8: warning: extra tokens at end of #endif directive
In file included from /home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/linux/raid/md.h:52,
from init/main.c:22:
/home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/linux/raid/md_k.h:337:8: warning: extra tokens at end of #endif directive
In file included from init/main.c:22:
/home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+reiserfs+raid+aic7xxx+VM/include/linux/raid/md.h:95:8: warning: extra tokens at end of #endif directive
init/main.c:254:8: warning: extra tokens at end of #endif directive
init/main.c:258:8: warning: extra tokens at end of #endif directive
init/main.c:261:8: warning: extra tokens at end of #endif directive
init/main.c:264:8: warning: extra tokens at end of #endif directive
init/main.c:267:8: warning: extra tokens at end of #endif directive
init/main.c:270:8: warning: extra tokens at end of #endif directive
init/main.c:273:8: warning: extra tokens at end of #endif directive
init/main.c:276:8: warning: extra tokens at end of #endif directive
init/main.c:279:8: warning: extra tokens at end of #endif directive
init/main.c:282:8: warning: extra tokens at end of #endif directive
init/main.c:285:8: warning: extra tokens at end of #endif directive
init/main.c:288:8: warning: extra tokens at end of #endif directive
init/main.c:297:8: warning: extra tokens at end of #endif directive
init/main.c:937:8: warning: extra tokens at end of #endif directive
init/main.c:940:8: warning: extra tokens at end of #endif directive
init/main.c:943:8: warning: extra tokens at end of #endif directive
init/main.c:946:8: warning: extra tokens at end of #endif directive
init/main.c:949:8: warning: extra tokens at end of #endif directive
init/main.c:952:8: warning: extra tokens at end of #endif directive
init/main.c:955:8: warning: extra tokens at end of #endif directive
init/main.c:958:8: warning: extra tokens at end of #endif directive
init/main.c:961:8: warning: extra tokens at end of #endif directive
init/main.c:964:8: warning: extra tokens at end of #endif directive
init/main.c:967:8: warning: extra tokens at end of #endif directive
make: *** [init/main.o] Error 1
daman:/home/jstile/tmp/va-systemimager-source-1.4.1/other_source_and_patches_used_in_this_release/linux-2.2.18+




-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to