New to ML-310

biovore biovore at biovore.net
Thu Jun 14 10:31:53 EST 2007


Hello everyone on the list,
	I have managed to get my hands on a ML-310 play around with in my spare time 
at home.  I working on trying to build a linux kernel for the system.  I have 
ISE 9.1i and EDK 9.1i and am using there system generator to patch a 
linux-2.6.22-rc3 kernel I checked out of the montivista kernel git repos.   I 
am familiar with crosscompiling kernels for fix processors of arm and ppc, 
but I am running into problems dealing with the PPC405 in the virtex-II.
The EDK generates a bunch of code and patches the kernel.  I then go into the 
kernel directory and run ./xmake and it seems to go off and do some stuff to 
the .config file and then starts to build the kernel.  I all goes nicely 
until it hits the following error.

  CC      arch/ppc/syslib/xilinx_pic.o
arch/ppc/syslib/xilinx_pic.c:30:5: warning: "XPAR_XINTC_USE_DCR" is not 
defined
arch/ppc/syslib/xilinx_pic.c:121:5: warning: "XPAR_XINTC_USE_DCR" is not 
defined
arch/ppc/syslib/xilinx_pic.c: In function 'ppc4xx_pic_init':
arch/ppc/syslib/xilinx_pic.c:122: error: 'XPAR_INTC_0_BASEADDR' undeclared 
(first use in this function)
arch/ppc/syslib/xilinx_pic.c:122: error: (Each undeclared identifier is 
reported only once
arch/ppc/syslib/xilinx_pic.c:122: error: for each function it appears in.)
arch/ppc/syslib/xilinx_pic.c:148: error: 'XPAR_INTC_0_KIND_OF_INTR' undeclared 
(first use in this function)
make[1]: *** [arch/ppc/syslib/xilinx_pic.o] Error 1
make: *** [arch/ppc/syslib] Error 2

This to me looks like my xparameters.h file is missing something..    Any 
ideas?

Peter Fetterer
--
The force is like duct tape.  It has a dark side, a light side and binds the 
universe together.



More information about the Linuxppc-dev mailing list