Yes, that fixes the issue. I was using gcc 4.1. (and I also needed to comment in the x86_64 directives in the etherboot Makefile, as you mentioned)
My system is booting now. Next, on to the VGA ROM. Thanks a bunch, Chris PS I wonder if this is an issue w/ FILO 0.5 being compatible w/ my HDD -- I used same exact Config with the FILO 0.4.1 in etherboot and have no problems. > please use etherboot 5.4.2 and gcc 3.3.6 . > > YH > > On 10/12/06, Chris Stillo <[EMAIL PROTECTED]> wrote: >> >> Thanks, it is getting further but still has compile errors. >> >> (Also I needed to remove 'static' from arch/i386/include/realmode.h line >> 119, as listed in an earlier posting) >> >> ... >> In file included from filo/fs/fsys_jfs.c:25: >> filo/fs/jfs.h:97: error: redefinition of typedef 'u8' >> arch/i386/include/stdint.h:17: error: previous declaration of 'u8' was >> here >> filo/fs/jfs.h:98: error: conflicting types for 's8' >> arch/i386/include/stdint.h:16: error: previous declaration of 's8' was >> here >> filo/fs/jfs.h:99: error: redefinition of typedef 'u16' >> arch/i386/include/stdint.h:20: error: previous declaration of 'u16' was >> here >> filo/fs/jfs.h:100: error: redefinition of typedef 's16' >> arch/i386/include/stdint.h:19: error: previous declaration of 's16' was >> here >> filo/fs/jfs.h:101: error: redefinition of typedef 'u32' >> arch/i386/include/stdint.h:23: error: previous declaration of 'u32' was >> here >> filo/fs/jfs.h:102: error: redefinition of typedef 's32' >> arch/i386/include/stdint.h:22: error: previous declaration of 's32' was >> here >> filo/fs/jfs.h:103: error: redefinition of typedef 'u64' >> arch/i386/include/stdint.h:26: error: previous declaration of 'u64' was >> here >> filo/fs/jfs.h:104: error: redefinition of typedef 's64' >> arch/i386/include/stdint.h:25: error: previous declaration of 's64' was >> here >> filo/fs/fsys_jfs.c:56: warning: missing initializer >> filo/fs/fsys_jfs.c:56: warning: (near initialization for >> 'de_always[0].index') >> filo/fs/fsys_jfs.c:57: warning: missing initializer >> filo/fs/fsys_jfs.c:57: warning: (near initialization for >> 'de_always[1].index') >> filo/fs/fsys_jfs.c: In function 'jfs_dir': >> filo/fs/fsys_jfs.c:315: warning: implicit declaration of function >> 'isspace' >> make: *** [bin/fsys_jfs.o] Error 1 >> >> ... >> >> >> > >> > -----Original Message----- >> > From: Chris Stillo [mailto:[EMAIL PROTECTED] >> > Sent: Thursday, October 12, 2006 5:54 PM >> > To: [email protected] >> > Cc: Lu, Yinghai; Stefan Reinauer >> > Subject: Re: [LinuxBIOS] DK8-HTX Etherboot >> > >> > I was having trouble compiling etherboot on x86_64. Anyone tried this >> > before? >> > >> > [EMAIL PROTECTED]:~/etherboot/etherboot-5.4.2/src> make >> > Makefile:14: arch/x86_64/Config: No such file or directory >> > Makefile.main:272: arch/x86_64/Makefile: No such file or directory >> > make: *** No rule to make target `arch/x86_64/Makefile'. Stop. >> > >> > >> > > Can you try FILO in Etherboot? >> > > >> > > YH >> > > >> > > >> > > >> > > >> > > >> > >> > >> > >> > >> >> >> -- >> linuxbios mailing list >> [email protected] >> http://www.openbios.org/mailman/listinfo/linuxbios > -- linuxbios mailing list [email protected] http://www.openbios.org/mailman/listinfo/linuxbios
