* make dep -problem
@ 2006-02-28 4:09 xxxx
2006-02-28 19:22 ` Sam Ravnborg
0 siblings, 1 reply; 2+ messages in thread
From: xxxx @ 2006-02-28 4:09 UTC (permalink / raw)
To: linux-kernel
*** Check the top-level Makefile for additional configuration.
*** Next, you must run 'make dep'.
make[1]: Entering directory `/home/matt/uClinux-workspace/uClinux-dist'
make ARCH=m68knommu CROSS_COMPILE=m68k-elf- -C linux-2.4.x menuconfig
make[2]: Entering directory `/home/matt/uClinux-workspace/uClinux-2.4.x'
rm -f include/asm
( cd include ; ln -sf asm-m68knommu asm)
make -C scripts/lxdialog all
make[3]: Entering directory
`/home/matt/uClinux-workspace/uClinux-2.4.x/scripts/lxdialog'
make[3]: Leaving directory
`/home/matt/uClinux-workspace/uClinux-2.4.x/scripts/lxdialog'
/bin/sh scripts/Menuconfig arch/m68knommu/config.in
Using defaults found in .config
Preparing scripts: functions, parsing../MCmenu0: line 106: unexpected
EOF while looking for matching `''
./MCmenu0: line 110: syntax error: unexpected end of file
......................................................................done.
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: line 832: MCmenu0: 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[2]: *** [menuconfig] Error 1
make[2]: Leaving directory `/home/matt/uClinux-workspace/uClinux-2.4.x'
make[1]: *** [linux_menuconfig] Error 2
make[1]: Leaving directory `/home/matt/uClinux-workspace/uClinux-dist'
make: *** [menuconfig] Error 2
[matt@localhost uClinux-dist]$
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: make dep -problem
2006-02-28 4:09 make dep -problem xxxx
@ 2006-02-28 19:22 ` Sam Ravnborg
0 siblings, 0 replies; 2+ messages in thread
From: Sam Ravnborg @ 2006-02-28 19:22 UTC (permalink / raw)
To: xxxx; +Cc: linux-kernel
On Tue, Feb 28, 2006 at 04:09:11AM +0000, xxxx wrote:
> *** Check the top-level Makefile for additional configuration.
> *** Next, you must run 'make dep'.
>
> make[1]: Entering directory `/home/matt/uClinux-workspace/uClinux-dist'
> make ARCH=m68knommu CROSS_COMPILE=m68k-elf- -C linux-2.4.x menuconfig
> make[2]: Entering directory `/home/matt/uClinux-workspace/uClinux-2.4.x'
> rm -f include/asm
> ( cd include ; ln -sf asm-m68knommu asm)
> make -C scripts/lxdialog all
> make[3]: Entering directory
> `/home/matt/uClinux-workspace/uClinux-2.4.x/scripts/lxdialog'
> make[3]: Leaving directory
> `/home/matt/uClinux-workspace/uClinux-2.4.x/scripts/lxdialog'
> /bin/sh scripts/Menuconfig arch/m68knommu/config.in
> Using defaults found in .config
> Preparing scripts: functions, parsing../MCmenu0: line 106: unexpected
> EOF while looking for matching `''
> ./MCmenu0: line 110: syntax error: unexpected end of file
> ......................................................................done.
>
>
> 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: line 832: MCmenu0: 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[2]: *** [menuconfig] Error 1
> make[2]: Leaving directory `/home/matt/uClinux-workspace/uClinux-2.4.x'
> make[1]: *** [linux_menuconfig] Error 2
> make[1]: Leaving directory `/home/matt/uClinux-workspace/uClinux-dist'
> make: *** [menuconfig] Error 2
> [matt@localhost uClinux-dist]$
There is a buig in one of your Config.in files.
It used to be ALSA that caused this.
Try to disable stuff and see when it starts to work.
If it is ALSA then patches was floating around a year ago or so.
Sam
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-02-28 19:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-28 4:09 make dep -problem xxxx
2006-02-28 19:22 ` Sam Ravnborg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome