linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Building a Kernel for the AMCC PPC440EP Bamboo Board
@ 2005-03-01 16:14 Zeighami, Roy
  2005-03-01 16:37 ` Gerhard Jaeger
  0 siblings, 1 reply; 9+ messages in thread
From: Zeighami, Roy @ 2005-03-01 16:14 UTC (permalink / raw)
  To: linuxppc-embedded; +Cc: Bawany, M. Ali (HPSL, Richardson/STT)

Hello...

I am trying to build a kernel image for the AMCC Bamboo PPC440EP board.

My colleague downloaded a preview kit from MontaVista and that worked.

However, I am trying to build a toolchain using crosstool and create a
2.6.x kernel image.  However, when I type:

"make ARCH=3Dppc CROSS_COMPILE=3Dpowerpc-440-linux-gnu- menuconfig"

When I select 44x as the CPU type, I don't see "Bamboo" under machine
type. =20

Also, I tried building a 2.6.8 kernel image  with Ebony but I can't get
a successful build.

I get the following errors:

drivers/built-in.o(.text+0x3c7ec): In function
`floppy_release_irq_and_dma':
: undefined reference to `free_dma'
drivers/built-in.o(.text+0x3dc14): In function
`floppy_grab_irq_and_dma':
: undefined reference to `request_dma'
drivers/built-in.o(.text+0x3dddc): In function
`floppy_grab_irq_and_dma':
: undefined reference to `free_dma'
make: *** [.tmp_vmlinux1] Error 1

However, the crosstool web site says that the following combo should
build: gcc-3.4.2, glibc-2.3.3, binutils-2.15, linux-2.6.8

Any suggestions?

Also, if the kernel source provided by Monta Vista is some special
branch that isn't merged to kernel.org, does anyone know how to get the
latest source from Monta Vista?

Is one of these the version that I should be getting?

zeighami@linux-2.6.8  $ rsync source.mvista.com::
mol             Mac-On-Linux Source
libmol          Binary MOL Support Files
yaboot          Ethan's Yaboot Devel Tree
yaboot-benh     BenH's Experimental Yaboot Tree
linuxppc_2_4    LinuxPPC 2.4 BitKeeper tree, stable branch
linuxppc-2.4    "LinuxPPC branch of the official 2.4 BitKeeper tree"
linuxppc_2_4_benh       Ben's 2.4 Tree (aka, the PowerMac tree)
linuxppc_2_4_devel      LinuxPPC 2.4 BitKeeper tree, development branch
linuxppc-2.5    LinuxPPC 2.5 tree, based on Linus' BitKeeper tree
linuxppc-2.5-benh       Ben's 2.5 / 2.6 tree, based on the LinuxPPC 2.5
/ 2.6 tree.
linuxppc_2_2    LinuxPPC 2.2 BitKeeper tree

Thanks,

Roy

^ permalink raw reply	[flat|nested] 9+ messages in thread
* RE: Building a Kernel for the AMCC PPC440EP Bamboo Board
@ 2005-03-02  7:51 Andriy Korud
  0 siblings, 0 replies; 9+ messages in thread
From: Andriy Korud @ 2005-03-02  7:51 UTC (permalink / raw)
  To: Zeighami, Roy, linuxppc-embedded; +Cc: Bawany, M. Ali (HPSL, Richardson/STT)

Hi,
as I know there is no public available kernel tree with Bamboo support, =
you have to implement it yourself if you need it right now or just wait.
Please correct me if I'm wrong.

Best regards,

--

Andriy Korud


-----Original Message-----
From: linuxppc-embedded-bounces@ozlabs.org on behalf of Zeighami, Roy
Sent: Tue 3/1/2005 17:14
To: linuxppc-embedded@ozlabs.org
Cc: Bawany, M. Ali (HPSL, Richardson/STT)
Subject: Building a Kernel for the AMCC PPC440EP Bamboo Board
=20
Hello...

I am trying to build a kernel image for the AMCC Bamboo PPC440EP board.

My colleague downloaded a preview kit from MontaVista and that worked.

However, I am trying to build a toolchain using crosstool and create a
2.6.x kernel image.  However, when I type:

"make ARCH=3Dppc CROSS_COMPILE=3Dpowerpc-440-linux-gnu- menuconfig"

When I select 44x as the CPU type, I don't see "Bamboo" under machine
type. =20

Also, I tried building a 2.6.8 kernel image  with Ebony but I can't get
a successful build.

I get the following errors:

drivers/built-in.o(.text+0x3c7ec): In function
`floppy_release_irq_and_dma':
: undefined reference to `free_dma'
drivers/built-in.o(.text+0x3dc14): In function
`floppy_grab_irq_and_dma':
: undefined reference to `request_dma'
drivers/built-in.o(.text+0x3dddc): In function
`floppy_grab_irq_and_dma':
: undefined reference to `free_dma'
make: *** [.tmp_vmlinux1] Error 1

However, the crosstool web site says that the following combo should
build: gcc-3.4.2, glibc-2.3.3, binutils-2.15, linux-2.6.8

Any suggestions?

Also, if the kernel source provided by Monta Vista is some special
branch that isn't merged to kernel.org, does anyone know how to get the
latest source from Monta Vista?

Is one of these the version that I should be getting?

zeighami@linux-2.6.8  $ rsync source.mvista.com::
mol             Mac-On-Linux Source
libmol          Binary MOL Support Files
yaboot          Ethan's Yaboot Devel Tree
yaboot-benh     BenH's Experimental Yaboot Tree
linuxppc_2_4    LinuxPPC 2.4 BitKeeper tree, stable branch
linuxppc-2.4    "LinuxPPC branch of the official 2.4 BitKeeper tree"
linuxppc_2_4_benh       Ben's 2.4 Tree (aka, the PowerMac tree)
linuxppc_2_4_devel      LinuxPPC 2.4 BitKeeper tree, development branch
linuxppc-2.5    LinuxPPC 2.5 tree, based on Linus' BitKeeper tree
linuxppc-2.5-benh       Ben's 2.5 / 2.6 tree, based on the LinuxPPC 2.5
/ 2.6 tree.
linuxppc_2_2    LinuxPPC 2.2 BitKeeper tree

Thanks,

Roy
_______________________________________________
Linuxppc-embedded mailing list
Linuxppc-embedded@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-embedded

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

end of thread, other threads:[~2005-03-04 16:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-01 16:14 Building a Kernel for the AMCC PPC440EP Bamboo Board Zeighami, Roy
2005-03-01 16:37 ` Gerhard Jaeger
2005-03-02 21:53   ` Jörn Engel
2005-03-03  8:23     ` Gerhard Jaeger
2005-03-03 23:05       ` Jörn Engel
2005-03-04  7:17         ` Gerhard Jaeger
2005-03-04 15:39         ` Matt Porter
2005-03-04 16:06           ` Jörn Engel
  -- strict thread matches above, loose matches on Subject: below --
2005-03-02  7:51 Andriy Korud

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