Dear Fernando, In message <[email protected]> you wrote: > > Yes, I use to set up the build environment the > environment-setup-ppc440e-linux file. My distro is Ubuntu 11.10 > 32-bit version, and my make version is 3.81. > > Moreover, I just built a Xilinx 2.6.40 kernel using ELDK 5.1 and it's > running without problems in the Xilinx ML507, but I still have the > same problem for 3.x kernels.
-> pwd /home/wd/git/linux/work -> git checkout v3.2.9 ... HEAD is now at 44fb317... Linux 3.2.9 -> git describe v3.2.9 -> cp /opt/eldk-4.2/ppc_4xx/images/ramdisk_image.gz arch/powerpc/boot/ramdisk.image.gz -> make 44x/virtex5_defconfig ... # configuration written to .config # -> make -s -j8 simpleImage.initrd.virtex440-ml507 drivers/tty/serial/8250.c: In function 'serial8250_shutdown': drivers/tty/serial/8250.c:1748:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] drivers/tty/serial/8250.c:1728:19: note: 'i' was declared here arch/powerpc/boot/mpc8xx.c: In function 'mpc885_get_clock': arch/powerpc/boot/mpc8xx.c:27:26: warning: variable 'div' set but not used [-Wunused-but-set-variable] DTC: dts->dtb on file "arch/powerpc/boot/dts/virtex440-ml507.dts" -> ls -lh arch/powerpc/boot/simpleImage.initrd.virtex440-ml507 -rwxr-xr-x 1 wd wd 3.6M 2012-03-18 17:30 arch/powerpc/boot/simpleImage.initrd.virtex440-ml507 And this is on a Ubuntu 10.-4 system: -> uname -a Linux ubuntu-1004 2.6.32-39-generic #86-Ubuntu SMP Mon Feb 13 21:50:08 UTC 2012 x86_64 GNU/Linux -> make -v GNU Make 3.81 ... The only difference I can see is that I'm running ona 64 bit machine, while you said yours was a 32 bit one - but I don;t think this makes a difference. Can you please try the very same commands as me, and if it still fails, send the _complete_ build log (or post it somewhere - pastebin or similar) ? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] Q: Why do mountain climbers rope themselves together? A: To prevent the sensible ones from going home. _______________________________________________ eldk mailing list [email protected] http://lists.denx.de/mailman/listinfo/eldk
