RE: Linux for ml410
From: Stephen Neuendorffer <hidden>
Date: 2008-05-06 17:31:09
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: linuxppc-embedded-bounces+stephen=3Dneuendorffer.name@ozlabs.org
[mailto:linuxppc-embedded-
bounces+stephen=3Dneuendorffer.name@ozlabs.org] On Behalf Of mojtaba Sent: Tuesday, May 06, 2008 10:29 AM To: linuxppc-embedded@ozlabs.org Subject: Linux for ml410 =20 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:
=20 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 =20 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 =20 _______________________________________________ Linuxppc-embedded mailing list Linuxppc-embedded@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-embedded