27 Nov 2011 01:13
Unable to compile yaboot-1.3.14
Spongetron <spongetron <at> gmail.com>
2011-11-27 00:13:06 GMT
2011-11-27 00:13:06 GMT
I am trying to build my clfs system following "Cross-Compiled Linux From Scratch - Version GIT-20111122-PowerPC". I am trying to build it on my iBook G4 that runs Slackintosh 12.1 as a host system. I am stuck at chapter "10.66. Yaboot-1.3.14". I am unable to comile yaboot. Here is the output when trying to build with "make PREFIX=/usr" root:/sources/yaboot-1.3.14# make PREFIX=/usr gcc -Os -nostdinc -Wall -isystem `gcc -print-file-name=include` -fsigned-char -DVERSION=\"1.3.14\" -DTEXTADDR=0x200000 -DDEBUG=0 -DMALLOCADDR=0x300000 -DMALLOCSIZE=0x100000 -DKERNELADDR=0x00C00000 -I ./include -DCONFIG_COLOR_TEXT -DCONFIG_SET_COLORMAP -DUSE_MD5_PASSWORDS -DCONFIG_FS_XFS -DCONFIG_FS_REISERFS -D__ASSEMBLY__ -c -o second/crt0.o second/crt0.S gcc -Os -nostdinc -Wall -isystem `gcc -print-file-name=include` -fsigned-char -DVERSION=\"1.3.14\" -DTEXTADDR=0x200000 -DDEBUG=0 -DMALLOCADDR=0x300000 -DMALLOCSIZE=0x100000 -DKERNELADDR=0x00C00000 -I ./include -DCONFIG_COLOR_TEXT -DCONFIG_SET_COLORMAP -DUSE_MD5_PASSWORDS -DCONFIG_FS_XFS -DCONFIG_FS_REISERFS -c -o second/yaboot.o second/yaboot.c second/yaboot.c: In function 'setup_display': second/yaboot.c:1569:13: warning: variable 'result' set but not used [-Wunused-but-set-variable] second/yaboot.c: In function 'yaboot_text_ui': second/yaboot.c:1368:9: warning: 'ph' may be used uninitialized in this function [-Wuninitialized] second/yaboot.c:1234:23: note: 'ph' was declared here second/yaboot.c:1512:9: warning: 'ph' may be used uninitialized in this function [-Wuninitialized] second/yaboot.c:1378:23: note: 'ph' was declared here gcc -Os -nostdinc -Wall -isystem `gcc -print-file-name=include`(Continue reading)
RSS Feed