linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* menuconfig for PPC860T
@ 2001-01-09  0:21 Zheng, Haifei
  2001-01-09  0:45 ` Dan Malek
  0 siblings, 1 reply; 7+ messages in thread
From: Zheng, Haifei @ 2001-01-09  0:21 UTC (permalink / raw)
  To: 'linuxppc-embedded@lists.linuxppc.org'


Hello,

We downloaded kernel version 2.4.0 from kernel.org. Our target is RPX-CLLF
(860T) from Embedded Planet. We did "make menuconfig", but we could not find
PPC options at all under the Processor type and features (all we have is
Pentium). Did someone have the same problem before? How to go about it?

Thanks a lot.

Haifei


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

* Re: menuconfig for PPC860T
  2001-01-09  0:21 menuconfig for PPC860T Zheng, Haifei
@ 2001-01-09  0:45 ` Dan Malek
  2001-01-09 15:24   ` Tom Rini
  0 siblings, 1 reply; 7+ messages in thread
From: Dan Malek @ 2001-01-09  0:45 UTC (permalink / raw)
  To: Zheng, Haifei; +Cc: 'linuxppc-embedded@lists.linuxppc.org'


"Zheng, Haifei" wrote:

> We downloaded kernel version 2.4.0 from kernel.org.

That site is not properly updated with PowerPC patches.  We are
actively working on that problem.  For now, please visit
	http://www.fsmlabs.com/linuxppcbk.html

to get access to the latest 2.4 PowerPC Linux sources.


	-- Dan

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

* Re: menuconfig for PPC860T
  2001-01-09  0:45 ` Dan Malek
@ 2001-01-09 15:24   ` Tom Rini
  2001-01-09 16:23     ` Brian Ford
  0 siblings, 1 reply; 7+ messages in thread
From: Tom Rini @ 2001-01-09 15:24 UTC (permalink / raw)
  To: Dan Malek; +Cc: Zheng, Haifei, 'linuxppc-embedded@lists.linuxppc.org'


On Mon, Jan 08, 2001 at 07:45:16PM -0500, Dan Malek wrote:

> > We downloaded kernel version 2.4.0 from kernel.org.
>
> That site is not properly updated with PowerPC patches.  We are
> actively working on that problem.  For now, please visit
> 	http://www.fsmlabs.com/linuxppcbk.html
>
> to get access to the latest 2.4 PowerPC Linux sources.

Also, if you are building this on a pentium, don't forget to do something
like make ARCH=ppc menuconfig.  The 8xx targets are known to build, and
should be working.  If you have to fix any problems, please send patches.

--
Tom Rini (TR1265)
http://gate.crashing.org/~trini/

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

* Re: menuconfig for PPC860T
  2001-01-09 15:24   ` Tom Rini
@ 2001-01-09 16:23     ` Brian Ford
  2001-01-09 18:18       ` Dan Malek
  0 siblings, 1 reply; 7+ messages in thread
From: Brian Ford @ 2001-01-09 16:23 UTC (permalink / raw)
  To: Tom Rini; +Cc: linuxppc-embedded


On Tue, 9 Jan 2001, Tom Rini wrote:

> The 8xx targets are known to build, and should be working.  If you have
> to fix any problems, please send patches.
>

For about the last week, make xconfig has stopped working for the
EST8260 board in the 2.5 bk tree.  It dies with:

make[1]: Entering directory `/home/ford/linux/src/linuxppc_2_5/scripts'
cat header.tk >> ./kconfig.tk
./tkparse < ../arch/ppc/config.in >> kconfig.tk
statement not in menu
make[1]: *** [kconfig.tk] Error 1

This happens whether or not I use my .config or I remove it.  With my
.config, I can still successfully build a kernel.  I haven't taken the
time to track it down as I assumed it was transient.

--
Brian Ford
Software Engineer
Vital Visual Simulation Systems
FlightSafety International
Phone: 314-551-8460
Fax:   314-551-8444


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

* Re: menuconfig for PPC860T
  2001-01-09 16:23     ` Brian Ford
@ 2001-01-09 18:18       ` Dan Malek
  2001-01-10  3:48         ` Tom Rini
  0 siblings, 1 reply; 7+ messages in thread
From: Dan Malek @ 2001-01-09 18:18 UTC (permalink / raw)
  To: Brian Ford; +Cc: Tom Rini, linuxppc-embedded


Brian Ford wrote:

> For about the last week, make xconfig has stopped working for the
> EST8260 board in the 2.5 bk tree.  It dies with:
>
> make[1]: Entering directory `/home/ford/linux/src/linuxppc_2_5/scripts'
> cat header.tk >> ./kconfig.tk
> ./tkparse < ../arch/ppc/config.in >> kconfig.tk
> statement not in menu
> make[1]: *** [kconfig.tk] Error 1


Aside from this, I don't think anything but the manual 'make config' has
ever worked for the 8260.  The problem is I set two processor type
configuration variables, CONFIG_6xx and CONFIG_8260.  Most of the
scripts try to be "smart" and only allow one to be set.  I know
'make menuconfig' doesn't work properly, I suspect 'make xconfig'
does the same (unless Tom has fixed this recently :-).


	-- Dan

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

* Re: menuconfig for PPC860T
  2001-01-09 18:18       ` Dan Malek
@ 2001-01-10  3:48         ` Tom Rini
  2001-01-10 21:28           ` Tom Rini
  0 siblings, 1 reply; 7+ messages in thread
From: Tom Rini @ 2001-01-10  3:48 UTC (permalink / raw)
  To: Dan Malek; +Cc: Brian Ford, linuxppc-embedded


On Tue, Jan 09, 2001 at 01:18:44PM -0500, Dan Malek wrote:
> Brian Ford wrote:
>
> > For about the last week, make xconfig has stopped working for the
> > EST8260 board in the 2.5 bk tree.  It dies with:
> >
> > make[1]: Entering directory `/home/ford/linux/src/linuxppc_2_5/scripts'
> > cat header.tk >> ./kconfig.tk
> > ./tkparse < ../arch/ppc/config.in >> kconfig.tk
> > statement not in menu
> > make[1]: *** [kconfig.tk] Error 1
>
> Aside from this, I don't think anything but the manual 'make config' has
> ever worked for the 8260.  The problem is I set two processor type
> configuration variables, CONFIG_6xx and CONFIG_8260.  Most of the
> scripts try to be "smart" and only allow one to be set.  I know
> 'make menuconfig' doesn't work properly, I suspect 'make xconfig'
> does the same (unless Tom has fixed this recently :-).

I actually fixed menuconfig recently, in the 2_5 bk tree.  I'll try xconfig
tomorrow and attempt to fix it.

--
Tom Rini (TR1265)
http://gate.crashing.org/~trini/

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

* Re: menuconfig for PPC860T
  2001-01-10  3:48         ` Tom Rini
@ 2001-01-10 21:28           ` Tom Rini
  0 siblings, 0 replies; 7+ messages in thread
From: Tom Rini @ 2001-01-10 21:28 UTC (permalink / raw)
  To: Dan Malek; +Cc: Brian Ford, linuxppc-embedded


On Tue, Jan 09, 2001 at 08:48:01PM -0700, Tom Rini wrote:
>
> On Tue, Jan 09, 2001 at 01:18:44PM -0500, Dan Malek wrote:
> > Brian Ford wrote:
> >
> > > For about the last week, make xconfig has stopped working for the
> > > EST8260 board in the 2.5 bk tree.  It dies with:
> > >
> > > make[1]: Entering directory `/home/ford/linux/src/linuxppc_2_5/scripts'
> > > cat header.tk >> ./kconfig.tk
> > > ./tkparse < ../arch/ppc/config.in >> kconfig.tk
> > > statement not in menu
> > > make[1]: *** [kconfig.tk] Error 1
> >
> > Aside from this, I don't think anything but the manual 'make config' has
> > ever worked for the 8260.  The problem is I set two processor type
> > configuration variables, CONFIG_6xx and CONFIG_8260.  Most of the
> > scripts try to be "smart" and only allow one to be set.  I know
> > 'make menuconfig' doesn't work properly, I suspect 'make xconfig'
> > does the same (unless Tom has fixed this recently :-).
>
> I actually fixed menuconfig recently, in the 2_5 bk tree.  I'll try xconfig
> tomorrow and attempt to fix it.

Ok, I found the problem.  xconfig doesn't bother to parse sub menus.  So what
was killing it was dep_bool 'Some OF proc thing' CONFIG_SOMETHING
$CONFIG_FS_PROC, because CONFIG_FS_PROC is in fs/Config.in, which doesn't get
parsed until you click on the button(!).  I just fixed this in 2_5, by moving
the questions to fs/Config.in.  But I don't know if this will be blessed in
the end.

--
Tom Rini (TR1265)
http://gate.crashing.org/~trini/

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

end of thread, other threads:[~2001-01-10 21:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-09  0:21 menuconfig for PPC860T Zheng, Haifei
2001-01-09  0:45 ` Dan Malek
2001-01-09 15:24   ` Tom Rini
2001-01-09 16:23     ` Brian Ford
2001-01-09 18:18       ` Dan Malek
2001-01-10  3:48         ` Tom Rini
2001-01-10 21:28           ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).