From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by ozlabs.org (Postfix) with ESMTP id 2DB62DE417 for ; Wed, 7 May 2008 03:27:50 +1000 (EST) Received: by nf-out-0910.google.com with SMTP id e27so1937202nfd.9 for ; Tue, 06 May 2008 10:27:42 -0700 (PDT) From: "mojtaba" To: References: <520220685@web.de> In-Reply-To: Subject: Linux for ml410 Date: Tue, 6 May 2008 19:29:10 +0200 Message-ID: <008901c8af9e$b335cc00$19a16400$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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