bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

kernel 2.4.20: 3 bugs in: i387.c; make xconfig; acpi


From: Petr Vavra
Subject: kernel 2.4.20: 3 bugs in: i387.c; make xconfig; acpi
Date: Sun, 08 Jun 2003 16:07:36 +0000

kernel 2.4.20
I am using linux based on Redhat 5.2, with upgrades and updates from source 
code libraries:
gcc version pgcc-2.91.60 19981201 (egcs-1.1.1 release)
tcsh-6.07.09-1
make version 3.76.1
---------------------------------------------------------
i387.c:
If I've run make menuconfig and select processor Pentium-MMX family and 
unselect Math emulation I got:

'gcc -D__KERNEL__ -I/usr/src/linux-2.4.20/include -Wall -Wstrict-prototypes 
-Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe 
-march=i586 -nostdinc -iwithprefix include -DKBUILD_BASENAME=i387  -c -o i387.o 
i387.c'
{standard input}: Assembler messages:
{standard input}:61: Error: no such 386 instruction: fxrstor
{standard input}:85: Error: no such 386 instruction: fxsave
{standard input}:118: Error: no such 386 instruction: fxsave
{standard input}:143: Error: no such 386 instruction: fxrstor
make[1]: *** [i387.o] Error 1
make[1]: Leaving directory /usr/src/linux-2.4.20/arch/i386/kernel
make: *** [_dir_arch/i386/kernel] Error 2
---------------------------------------------------------
make xconfig:
in section 'parallel port support' (menu 12) are two same lines:
'y-m-n Support for PCMCIA management for PC-style ports Help' one is enabled 
(line #6) and second (line #7) is disabled (gray).
And is not possible change anything in any of these rows.

support of PCMCIA I've enabled

look for variable CONFIG_PARPORT_PC_PCMCIA in scripts/kconfig.tk rows 3043 and 
3044 are same (except one parameter)
dep_tristate $w.config.f 12 5 "    Support for PCMCIA management for PC-style 
ports" CONFIG_PARPORT_PC_PCMCIA
dep_tristate $w.config.f 12 6 "    Support for PCMCIA management for PC-style 
ports" CONFIG_PARPORT_PC_PCMCIA

if I select exit and save i got message:
ERROR - Attempting to write value for unconfigured variable 
(CONFIG_PARPORT_PC_PCMCIA).

if I run 'make menuconfig' this part of menu is OK
---------------------------------------------------------
drivers/acpi:
In this section in the time of compilation (make dep) is problem with $CURDIR.
compilation gives many errors,
I think that $CURDIR is empty string - is not possible to find any include 
libraries from acpi/include.

I've modified all rows in all Makefiles in acpi directory that contain $CURDIR 
and changed it to directory where the files resides. After that
make dep
make modules
make bzImage
are running well through acpi section...
---------------------------------------------------------
Have a nice day

Petr






reply via email to

[Prev in Thread] Current Thread [Next in Thread]