Hi, I am newbie to LinuxBIOS. Hardware Configuration: Mother Board : Tyan S2882 BIOS Chip : American Metagrends Hard Drive : SATA
I am following the steps mentioned in the following link. http://linuxbios.org/Tyan_S2882_Build_Tutorial
I am facing an issue in Payload. FILO Version - 0.5. When I changed the Config file and make, i get the following error.
Makefile:63: warning: overriding commands for target `clean' makerules:46: warning: ignoring old commands for target `clean' echo '#define PROGRAM_NAME "FILO"' > main/version.h echo '#define PROGRAM_VERSION "0.5 (root@LinuxBIOS) Thu Feb 8 17:00:48 IST 2007"' >> main/version.h make -C main make[1]: Entering directory `/root/filo-0.5/main' /bin/echo -e '/* GENERATED FILE, DO NOT EDIT */\n' >../config.h sed -e 's/#.*//' -e '/=/!d' -e 's/([^[:space:]]*)[[:space:]]*=[[:space:]]*(.*).*/#define \1 \2/' -e 's/^#define ([^ ]*) 0$/#undef \1/' ../Config >>../config.h gcc -m32 -Wall -Os -fomit-frame-pointer -fno-common -ffreestanding -fno-strict-aliasing -Wno-pointer-sign -Wno-unused -nostdinc -imacros ../config.h -I../include -I/usr/lib/gcc/i386-redhat-linux/3.4.5/include -MD -c filo.c -o filo.o cc1: error: unrecognized command line option "-Wno-pointer-sign" make[1]: *** [filo.o] Error 1 make[1]: Leaving directory `/root/filo-0.5/main' make: *** [main/builtin.o] Error 2
Please help me in resolving it. Sayoji
= Equipos de Acabado Royo Machinery supplies an ample range of automatic die cutters, box folder gluers, UV machines, laminators, corrugated board lines, etc. http://a8-asy.a8ww.net/a8-ads/adftrclick?redirectid=b29bfd1a5db81ff9714b9298...
* Ana Vasan sayoji@linuxmail.org [070208 12:47]:
cc1: error: unrecognized command line option "-Wno-pointer-sign" make[1]: *** [filo.o] Error 1 make[1]: Leaving directory `/root/filo-0.5/main' make: *** [main/builtin.o] Error 2
Please help me in resolving it. Sayoji
Please update your gcc or remove "-Wno-pointer-sign" from makerules.