Kezdőlap › Fórumok › Frugalware › Frugalware alapok › Grub Install
- This topic has 8 hozzászólás, 4 résztvevő, and was last updated 19 years, 4 months telt el by
BARU.
-
SzerzőBejegyzés
-
2006-03-04-09:54 #2051652BARU wrote:Nemtudjátok mi lehet az oka.
Igazadvan.
2006-03-04-10:05 #2051653Bocs, hogy nem szerkesztem át.
2006-03-04-10:06 #2051654kisbetu wrote:Bocs, hogy nem szerkesztem át.Már ilyen szolgáltatásokra is be lehet fizetni?
2006-03-04-10:09 #2051655Nem teljesen értem a problémádat.. ugyértem ha frugal-nál telepiteni akarod a grub-ot akkor:
pacman -S grub és kész nem kell make parancs.. és nem hiszem hogy ezzel a modszerrel lenne probléma.2006-03-04-10:12 #2051656BARU wrote:Már ilyen szolgáltatásokra is be lehet fizetni?Nem, kérlek, de egy normális iskolába azért bejárhatnál.
Tanulni.2006-03-04-10:13 #2051657õõõ
Azért kéne mert egy boot cd-t szeretnék készíteni is ha pacman al csinálom nemtudom hogy hova taszi a stage2_eltorito fájlt 🙁 Esetleg erre valami ?
2006-03-04-10:33 #2051658esetleg rá keresel arra fájlra? 🙂
2006-03-04-10:50 #2051659OldMan01 wrote:esetleg rá keresel arra fájlra? 🙂Tyü. Köszi. Hogy ez nekem miért nem jutott eszembe
2009-12-04-19:57 #1882579Mikor kiadom a grub installnál a make parancsot ezt a hibaüzit kapom 🙁 Nemtudjátok mi lehet az oka? Már egy csomószor átolvastam mindent de nem értem hogy miért
Code:root@BaRu:~/grub-0.95# make
make all-recursive
make[1]: Entering directory `/root/grub-0.95′
Making all in netboot
make[2]: Entering directory `/root/grub-0.95/netboot’
make[2]: Nothing to be done for `all’.
make[2]: Leaving directory `/root/grub-0.95/netboot’
Making all in stage2
make[2]: Entering directory `/root/grub-0.95/stage2′
gcc -Os -fno-builtin -nostdinc -DSUPPORT_SERIAL=1 -DSUPPORT_HERCULES=1 -DFSYS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_UFS2=1 -DFSYS_MINIX=1 -DFSYS_REISERFS=1 -DFSYS_VSTAFS=1 -DFSYS_JFS=1 -DFSYS_XFS=1 -DFSYS_ISO9660=1 -DUSE_MD5_PASSWORDS=1 -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1 -Wall -Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 -falign-functions=1 -Wundef -g -c -o pre_stage2_exec-asm.o `test -f ‘asm.S’ || echo ‘./’`asm.S
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1 -Wall -Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 -falign-functions=1 -Wundef -Os -fno-builtin -nostdinc -DSUPPORT_SERIAL=1 -DSUPPORT_HERCULES=1 -DFSYS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_UFS2=1 -DFSYS_MINIX=1 -DFSYS_REISERFS=1 -DFSYS_VSTAFS=1 -DFSYS_JFS=1 -DFSYS_XFS=1 -DFSYS_ISO9660=1 -DUSE_MD5_PASSWORDS=1 -g -MT pre_stage2_exec-bios.o -MD -MP -MF „.deps/pre_stage2_exec-bios.Tpo” -c -o pre_stage2_exec-bios.o `test -f ‘bios.c’ || echo ‘./’`bios.c;
then mv -f „.deps/pre_stage2_exec-bios.Tpo” „.deps/pre_stage2_exec-bios.Po”; else rm -f „.deps/pre_stage2_exec-bios.Tpo”; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1 -Wall -Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 -falign-functions=1 -Wundef -Os -fno-builtin -nostdinc -DSUPPORT_SERIAL=1 -DSUPPORT_HERCULES=1 -DFSYS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_UFS2=1 -DFSYS_MINIX=1 -DFSYS_REISERFS=1 -DFSYS_VSTAFS=1 -DFSYS_JFS=1 -DFSYS_XFS=1 -DFSYS_ISO9660=1 -DUSE_MD5_PASSWORDS=1 -g -MT pre_stage2_exec-boot.o -MD -MP -MF „.deps/pre_stage2_exec-boot.Tpo” -c -o pre_stage2_exec-boot.o `test -f ‘boot.c’ || echo ‘./’`boot.c;
then mv -f „.deps/pre_stage2_exec-boot.Tpo” „.deps/pre_stage2_exec-boot.Po”; else rm -f „.deps/pre_stage2_exec-boot.Tpo”; exit 1; fi
boot.c: In function ‘load_image’:
boot.c:67: warning: pointer targets in passing argument 1 of ‘grub_read’ differ in signedness
boot.c:101: warning: pointer targets in passing argument 1 of ‘grub_strcmp’ differ in signedness
boot.c: In function ‘bsd_boot’:
boot.c:937: warning: pointer targets in assignment differ in signedness
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1 -Wall -Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 -falign-functions=1 -Wundef -Os -fno-builtin -nostdinc -DSUPPORT_SERIAL=1 -DSUPPORT_HERCULES=1 -DFSYS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_UFS2=1 -DFSYS_MINIX=1 -DFSYS_REISERFS=1 -DFSYS_VSTAFS=1 -DFSYS_JFS=1 -DFSYS_XFS=1 -DFSYS_ISO9660=1 -DUSE_MD5_PASSWORDS=1 -g -MT pre_stage2_exec-builtins.o -MD -MP -MF „.deps/pre_stage2_exec-builtins.Tpo” -c -o pre_stage2_exec-builtins.o `test -f ‘builtins.c’ || echo ‘./’`builtins.c;
then mv -f „.deps/pre_stage2_exec-builtins.Tpo” „.deps/pre_stage2_exec-builtins.Po”; else rm -f „.deps/pre_stage2_exec-builtins.Tpo”; exit 1; fi
builtins.c: In function ‘blocklist_func’:
builtins.c:145: error: invalid storage class for function ‘disk_read_blocklist_func’
builtins.c:145: warning: no previous prototype for ‘disk_read_blocklist_func’
builtins.c: In function ‘color_func’:
builtins.c:592: error: invalid storage class for function ‘color_number’
builtins.c:592: warning: no previous prototype for ‘color_number’
builtins.c: In function ‘install_func’:
builtins.c:1751: error: invalid storage class for function ‘disk_read_savesect_func’
builtins.c:1751: warning: no previous prototype for ‘disk_read_savesect_func’
builtins.c:1767: error: invalid storage class for function ‘disk_read_blocklist_func’
builtins.c:1767: warning: no previous prototype for ‘disk_read_blocklist_func’
builtins.c: In function ‘setkey_func’:
builtins.c:3499: error: invalid storage class for function ‘find_key_code’
builtins.c:3499: warning: no previous prototype for ‘find_key_code’
builtins.c:3516: error: invalid storage class for function ‘find_ascii_code’
builtins.c:3516: warning: no previous prototype for ‘find_ascii_code’
make[2]: *** [pre_stage2_exec-builtins.o] Error 1
make[2]: Leaving directory `/root/grub-0.95/stage2′
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/grub-0.95′
make: *** [all] Error 2
root@BaRu:~/grub-0.95# -
SzerzőBejegyzés
- Be kell jelentkezni a hozzászóláshoz.
legutóbbi hsz