I'm guessing you used the standard BSP generation process, which overwrites files in the kernel. Instead, you should generate the BSP into a dummy directory and copy only the xparameters_*.h file over to the kernel. This is all that is needed in the git tree, since it contains all of the required drivers.
Steve > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:linuxppc-embedded- > [EMAIL PROTECTED] On Behalf Of mojtaba > Sent: Tuesday, May 06, 2008 10:29 AM > To: [email protected] > Subject: Linux for ml410 > > Dear All, > I am trying to compile Linux 2.6.25(which I got from git.xilinx) for ML410 > board and I have a problem during compilation. This is the error message: > > CC arch/ppc/platforms/4xx/xilinx_generic_mlxxx.o > arch/ppc/platforms/4xx/xilinx_generic_mlxxx.c: In function > 'virtex_device_fixup': > arch/ppc/platforms/4xx/xilinx_generic_mlxxx.c:31: error: dereferencing > pointer to incomplete type > make[1]: *** [arch/ppc/platforms/4xx/xilinx_generic_mlxxx.o] Error 1 > make: *** [arch/ppc/platforms/4xx] Error 2 > > it seems that xlltemac_platform_data structure is not recognized by the > compiler so it cannot dereference it. I do not know what this structure is > and where it has been defined. I really appreciate if you can help me. > Best regards, > Mojtaba > > _______________________________________________ > Linuxppc-embedded mailing list > [email protected] > https://ozlabs.org/mailman/listinfo/linuxppc-embedded _______________________________________________ Linuxppc-embedded mailing list [email protected] https://ozlabs.org/mailman/listinfo/linuxppc-embedded
