try make lite5200_defconfig instead of copying it to .config<br>or make oldconfig after copying ti to .config<br><br><div><span class="gmail_quote">On 3/27/06, <b class="gmail_sendername">Matthias Fechner</b> &lt;<a href="mailto:idefix@fechner.net">
idefix@fechner.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br><br>I installed today ELDK 4.0 for the LITE5200 board (icecube).
<br>./install -d /usr/local/eldk ppc_6xx<br><br>After compiling u-boot and playing a little bit with it, i tried to<br>compile the kernel 2.6.<br><br>For this I used the git repository.<br>I copied the file arch/ppc/configs/lite5200_defconfig to .config, and
<br>tried the following one:<br>make ARCH=ppc CROSS_COMPILE=ppc_6xx- uImage<br><br>But i got a failure with the following error message:<br>&nbsp;&nbsp;CC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;arch/ppc/syslib/bestcomm/bestcomm.o arch/ppc/syslib/bestcomm/bestcomm.c: In function 'mpc52xx_sdma_probe':
<br>arch/ppc/syslib/bestcomm/bestcomm.c:269: warning: implicit declaration of function 'to_platform_device'<br>arch/ppc/syslib/bestcomm/bestcomm.c:269: warning: initialization makes pointer from integer without a cast<br>
arch/ppc/syslib/bestcomm/bestcomm.c:278: warning: implicit declaration of function 'platform_get_resource'<br>arch/ppc/syslib/bestcomm/bestcomm.c:278: warning: assignment makes pointer from integer without a cast<br>arch/ppc/syslib/bestcomm/bestcomm.c:279: warning: assignment makes pointer from integer without a cast
<br>arch/ppc/syslib/bestcomm/bestcomm.c: At top level:<br>arch/ppc/syslib/bestcomm/bestcomm.c:367: error: 'platform_bus_type' undeclared here (not in a function)<br>make[2]: *** [arch/ppc/syslib/bestcomm/bestcomm.o] Fehler 1
<br>make[1]: *** [arch/ppc/syslib/bestcomm] Fehler 2<br>make: *** [arch/ppc/syslib] Fehler 2<br><br>What is wrong here, I think i did an error on any step...<br><br>Thx for help!<br><br>Best regards,<br>Matthias<br>_______________________________________________
<br>Linuxppc-embedded mailing list<br><a href="mailto:Linuxppc-embedded@ozlabs.org">Linuxppc-embedded@ozlabs.org</a><br><a href="https://ozlabs.org/mailman/listinfo/linuxppc-embedded">https://ozlabs.org/mailman/listinfo/linuxppc-embedded
</a><br></blockquote></div><br>