* make xconfig question
@ 2002-03-12 21:02 mcp
2002-03-12 21:34 ` Keith Owens
0 siblings, 1 reply; 3+ messages in thread
From: mcp @ 2002-03-12 21:02 UTC (permalink / raw)
To: linux-kernel
Hi all,
what EXACTLY does that means:
root@codeman:/usr/src/linux# make xconfig
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
make -C scripts kconfig.tk
make[1]: Entering directory `/usr/src/linux-2.4.18-mcp3-WOLK/scripts'
cat header.tk >> ./kconfig.tk
./tkparse < ../arch/i386/config.in >> kconfig.tk
statement not in menu
make[1]: *** [kconfig.tk] Error 1
make[1]: Leaving directory `/usr/src/linux-2.4.18-mcp3-WOLK/scripts'
make: *** [xconfig] Error 2
I cannot figure out what i have modified wrong in the arch/i386/config.in
And i don't understand what "statement not in menu" means EXACTLY.
Thanks.
-
Please CC, i am not subscribed to the lkml.
-
Kind regards,
Marc
^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <200203141211.g2ECBq110052@sunrise.pg.gda.pl>]
* Re: make xconfig question
[not found] <200203141211.g2ECBq110052@sunrise.pg.gda.pl>
@ 2002-03-14 16:17 ` Andrzej Krzysztofowicz
0 siblings, 0 replies; 3+ messages in thread
From: Andrzej Krzysztofowicz @ 2002-03-14 16:17 UTC (permalink / raw)
To: root; +Cc: kernel list
>
> what EXACTLY does that means:
>
> root@codeman:/usr/src/linux# make xconfig
> rm -f include/asm
> ( cd include ; ln -sf asm-i386 asm)
> make -C scripts kconfig.tk
> make[1]: Entering directory `/usr/src/linux-2.4.18-mcp3-WOLK/scripts'
> cat header.tk >> ./kconfig.tk
> ./tkparse < ../arch/i386/config.in >> kconfig.tk
> statement not in menu
It means active statement (not define_* or if) located after
mainmenu_name
but not between any
mainmenu_option next_comment
[...]
endmenu
pair.
May be after last "endmenu" or between menus.
xconfig can't detect which file the problem is located in.
> make[1]: *** [kconfig.tk] Error 1
> make[1]: Leaving directory `/usr/src/linux-2.4.18-mcp3-WOLK/scripts'
> make: *** [xconfig] Error 2
>
> I cannot figure out what i have modified wrong in the arch/i386/config.in
> And i don't understand what "statement not in menu" means EXACTLY.
--
=======================================================================
Andrzej M. Krzysztofowicz ankry@mif.pg.gda.pl
phone (48)(58) 347 14 61
Faculty of Applied Phys. & Math., Technical University of Gdansk
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-03-14 16:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-12 21:02 make xconfig question mcp
2002-03-12 21:34 ` Keith Owens
[not found] <200203141211.g2ECBq110052@sunrise.pg.gda.pl>
2002-03-14 16:17 ` Andrzej Krzysztofowicz
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®