mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Re: 2.4.5-ac20, make menuconfig problem
@ 2001-06-29 11:27 f5ibh
  0 siblings, 0 replies; 3+ messages in thread
From: f5ibh @ 2001-06-29 11:27 UTC (permalink / raw)
  To: linux-kernel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 687 bytes --]


>On Thu, 28 Jun 2001, f5ibh wrote:

>> make[4]: Entre dans le répertoire
>> `/usr/src/kernel-sources-2.4.5-ac20/drivers/pnp'
>> gcc -D__KERNEL__ -I/usr/src/kernel-sources-2.4.5-ac20/include -Wall
>> -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
>> -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=k6
>> -DEXPORT_SYMTAB -c pnp_bios.c
>> pnp_bios.c:252: warning: static declaration for `pnp_bios_dock_station_info'
>> follows non-static
>> pnp_bios.c:432: warning: no semicolon at end of struct or union

>gcc -v?

Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
gcc version 2.95.4 20010319 (Debian prerelease)

----
Regards
		Jean-Luc

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 2.4.5-ac20, make menuconfig problem
  2001-06-28 20:22 f5ibh
@ 2001-06-28 23:36 ` Dan Podeanu
  0 siblings, 0 replies; 3+ messages in thread
From: Dan Podeanu @ 2001-06-28 23:36 UTC (permalink / raw)
  To: f5ibh; +Cc: linux-kernel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: TEXT/PLAIN; charset=X-UNKNOWN, Size: 543 bytes --]

On Thu, 28 Jun 2001, f5ibh wrote:

> make[4]: Entre dans le répertoire
> `/usr/src/kernel-sources-2.4.5-ac20/drivers/pnp'
> gcc -D__KERNEL__ -I/usr/src/kernel-sources-2.4.5-ac20/include -Wall
> -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
> -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=k6
> -DEXPORT_SYMTAB -c pnp_bios.c
> pnp_bios.c:252: warning: static declaration for `pnp_bios_dock_station_info'
> follows non-static
> pnp_bios.c:432: warning: no semicolon at end of struct or union

gcc -v?



^ permalink raw reply	[flat|nested] 3+ messages in thread

* 2.4.5-ac20, make menuconfig problem
@ 2001-06-28 20:22 f5ibh
  2001-06-28 23:36 ` Dan Podeanu
  0 siblings, 1 reply; 3+ messages in thread
From: f5ibh @ 2001-06-28 20:22 UTC (permalink / raw)
  To: linux-kernel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2525 bytes --]


Hi Alan and others,

I'm trying to build 2.4.5-ac20, I get the following error when entering the
submenu  "Ethernet (10 or 100Mbit)  --->"  of "[*] Network device support"


Menuconfig has encountered a possible error in one of the kernel's
configuration files and is unable to continue.  Here is the error
report:

 Q> scripts/Menuconfig: MCmenu31: command not found

 Please report this to the maintainer <mec@shout.net>.  You may also
 send a problem report to <linux-kernel@vger.kernel.org>.

 Please indicate the kernel version you are trying to configure and
 which menu you were trying to enter when this error occurred.

 make: *** [menuconfig] Erreur 1



If I try to compile this kernel with the .config from -ac19, I get the
following errors :

make[4]: Entre dans le répertoire
`/usr/src/kernel-sources-2.4.5-ac20/drivers/pnp'
gcc -D__KERNEL__ -I/usr/src/kernel-sources-2.4.5-ac20/include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
-fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=k6
-DEXPORT_SYMTAB -c pnp_bios.c
pnp_bios.c:252: warning: static declaration for `pnp_bios_dock_station_info'
follows non-static
pnp_bios.c:432: warning: no semicolon at end of struct or union
pnp_bios.c:432: parse error before `u16'
pnp_bios.c: In function `pnp_dock_thread':
pnp_bios.c:442: warning: function declaration isn't a prototype
pnp_bios.c:442: warning: extern declaration of `daemonize' doesn't match global
one
pnp_bios.c:445: parse error before `struct'
pnp_bios.c:445: warning: unused variable `err'
pnp_bios.c: At top level:
pnp_bios.c:435: storage size of `dock' isn't known
pnp_bios.c:435: warning: `dock' defined but not used
pnp_bios.c:440: warning: `pnp_dock_thread' defined but not used
{standard input}: Assembler messages:
{standard input}:63: Warning: indirect lcall without `*'
{standard input}:144: Warning: indirect lcall without `*'
{standard input}:202: Warning: indirect lcall without `*'
{standard input}:240: Warning: indirect lcall without `*'
make[4]: *** [pnp_bios.o] Erreur 1
make[4]: Quitte le répertoire `/usr/src/kernel-sources-2.4.5-ac20/drivers/pnp'
make[3]: *** [first_rule] Erreur 2
make[3]: Quitte le répertoire `/usr/src/kernel-sources-2.4.5-ac20/drivers/pnp'
make[2]: *** [_subdir_pnp] Erreur 2
make[2]: Quitte le répertoire `/usr/src/kernel-sources-2.4.5-ac20/drivers'
make[1]: *** [_dir_drivers] Erreur 2
make[1]: Quitte le répertoire `/usr/src/kernel-sources-2.4.5-ac20'
make: *** [stamp-build] Erreur 2

------
Regards
		Jean-Luc

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-06-29 11:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-29 11:27 2.4.5-ac20, make menuconfig problem f5ibh
  -- strict thread matches above, loose matches on Subject: below --
2001-06-28 20:22 f5ibh
2001-06-28 23:36 ` Dan Podeanu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®