linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Doc/Serial problems in HHL 1.2?
@ 2000-08-17  7:47 M. Tim Jones
  2000-08-17 15:30 ` Joe Green
  0 siblings, 1 reply; 6+ messages in thread
From: M. Tim Jones @ 2000-08-17  7:47 UTC (permalink / raw)
  To: linuxppc-embedded


Hello!

I've just installed the HHL 1.2 CD and I've run into a couple of
problems.

After installing the 1.2 CD, the 'make' would not work without studying
the Makefile and then adding a couple of files (.hhl_target_cpu and
.hhl_cross_compile).  After putting these in, the compile began but then
failed at math-emu (it no longer exists in the 1.2 subdirectory tree).
Are the .hhl* files created automatically somewhere?  Upon removing the
Math Emulation configuration item, the build continued.

Finally, the kernel built for the 860CLLF consistently results in a Bad
Trap in my_console_write.  It appears that the uart.c file (where
my_console_write resides) has undergone major surgery.

Any idea what's up?

Thanks,

Tim.


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

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

* Re: Doc/Serial problems in HHL 1.2?
  2000-08-17  7:47 Doc/Serial problems in HHL 1.2? M. Tim Jones
@ 2000-08-17 15:30 ` Joe Green
  2000-08-18  0:46   ` Graham Stoney
  2000-08-18  5:06   ` Dan Malek
  0 siblings, 2 replies; 6+ messages in thread
From: Joe Green @ 2000-08-17 15:30 UTC (permalink / raw)
  To: M. Tim Jones, linuxppc-embedded


On Thu, 17 Aug 2000, M. Tim Jones wrote:
> I've just installed the HHL 1.2 CD and I've run into a couple of
> problems.
>
> After installing the 1.2 CD, the 'make' would not work without studying
> the Makefile and then adding a couple of files (.hhl_target_cpu and
> .hhl_cross_compile).  After putting these in, the compile began but then
> ffailed at math-emu (it no longer exists in the 1.2 subdirectory tree).
> Are the .hhl* files created automatically somewhere?  Upon removing the
> Math Emulation configuration item, the build continued.
>
> Finally, the kernel built for the 860CLLF consistently results in a Bad
> Trap in my_console_write.  It appears that the uart.c file (where
> my_console_write resides) has undergone major surgery.
>
> Any idea what's up?

I'm guessing that you are trying to use the hhl-kernel* package.  This
is the generic kernel source; it's really only used to build the
target-specific packages.

You really should be using one of the LSP (Linux Support Package) RPMs.
These include the .hhl files (which configure the kernel build
architecture and cross development tools) and an appropriate default
configuration.  I don't think we have an 860CLLF LSP, but the mbx860 or
linuxplanet configs should be close.

Everything is include in the LSP; you don't even have to have the
hhl-kernel RPM installed to build a kernel for an LSP.

--
Joe Green <jgreen@mvista.com>
MontaVista Software, Inc.

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

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

* Re: Doc/Serial problems in HHL 1.2?
  2000-08-17 15:30 ` Joe Green
@ 2000-08-18  0:46   ` Graham Stoney
  2000-08-18  0:50     ` M. Tim Jones
  2000-08-18  5:06   ` Dan Malek
  1 sibling, 1 reply; 6+ messages in thread
From: Graham Stoney @ 2000-08-18  0:46 UTC (permalink / raw)
  To: Joe Green; +Cc: M. Tim Jones, linuxppc-embedded


Joe Green writes:
> I don't think we have an 860CLLF LSP, ...

Umm, I think you do in 1.2:
    hhl-ppc_8xx-cllf-lsp-2.2.14-1.2.2-3.noarch.rpm
    hhl-ppc_8xx-cllf-lsp-binaries-2.2.14-1.2.2-3.noarch.rpm

Regards,
Graham

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

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

* Re: Doc/Serial problems in HHL 1.2?
  2000-08-18  0:46   ` Graham Stoney
@ 2000-08-18  0:50     ` M. Tim Jones
  0 siblings, 0 replies; 6+ messages in thread
From: M. Tim Jones @ 2000-08-18  0:50 UTC (permalink / raw)
  To: Graham Stoney; +Cc: Joe Green, linuxppc-embedded


Graham Stoney wrote:

> Joe Green writes:
> > I don't think we have an 860CLLF LSP, ...
>
> Umm, I think you do in 1.2:
>     hhl-ppc_8xx-cllf-lsp-2.2.14-1.2.2-3.noarch.rpm
>     hhl-ppc_8xx-cllf-lsp-binaries-2.2.14-1.2.2-3.noarch.rpm
>
> Regards,
> Graham

This is what I'm using, but the kernel still crashes in
my_console_write.  I'm about to do a fresh install on a node that's
never hosted the HHL distro (since my current host has both 1.0 and 1.1
on it and I want to rule out any conflicts).

Tim.


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

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

* Re: Doc/Serial problems in HHL 1.2?
  2000-08-17 15:30 ` Joe Green
  2000-08-18  0:46   ` Graham Stoney
@ 2000-08-18  5:06   ` Dan Malek
  2000-08-18 15:02     ` Joe Green
  1 sibling, 1 reply; 6+ messages in thread
From: Dan Malek @ 2000-08-18  5:06 UTC (permalink / raw)
  To: Joe Green; +Cc: M. Tim Jones, linuxppc-embedded


Joe Green wrote:

> ....  I don't think we have an 860CLLF LSP, but the mbx860 or
> linuxplanet configs should be close.

Yes, there is a LSP for the 860 CLLF.  It is called:
	hhl-ppc_8xx-cllf-lsp-2.2.14-1.2.2-3.noarch.rpm


	-- Dan

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

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

* Re: Doc/Serial problems in HHL 1.2?
  2000-08-18  5:06   ` Dan Malek
@ 2000-08-18 15:02     ` Joe Green
  0 siblings, 0 replies; 6+ messages in thread
From: Joe Green @ 2000-08-18 15:02 UTC (permalink / raw)
  To: Dan Malek, Graham Stoney; +Cc: linuxppc-embedded


Joe Green writes:
> I don't think we have an 860CLLF LSP, ...

On Thu, 17 Aug 2000, Graham Stoney wrote:
> Umm, I think you do in 1.2:
>     hhl-ppc_8xx-cllf-lsp-2.2.14-1.2.2-3.noarch.rpm
>     hhl-ppc_8xx-cllf-lsp-binaries-2.2.14-1.2.2-3.noarch.rpm

On Thu, 17 Aug 2000, Dan Malek wrote:
> Yes, there is a LSP for the 860 CLLF.  It is called:
> 	hhl-ppc_8xx-cllf-lsp-2.2.14-1.2.2-3.noarch.rpm

You're both right, of course.  I just did a quick search for 860, which
missed it.  Sorry for the misinformation.

--
Joe Green <jgreen@mvista.com>
MontaVista Software, Inc.

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

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

end of thread, other threads:[~2000-08-18 15:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-08-17  7:47 Doc/Serial problems in HHL 1.2? M. Tim Jones
2000-08-17 15:30 ` Joe Green
2000-08-18  0:46   ` Graham Stoney
2000-08-18  0:50     ` M. Tim Jones
2000-08-18  5:06   ` Dan Malek
2000-08-18 15:02     ` Joe Green

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).