Hi, I am trying to follow the Tiny6410 user guide to compile u-boot and kernel with the given toolschain. OS : Ubuntu 12.10 64b ToolsChain : dvda/Linux/arm-linux-gcc-4.5.1-v6-vfp-20101103.tgz u-boot : dvda/Linux/u-boot-mini6410-20111018.tar.gz kernel : dvda/Linux/linux-2.6.38-20111205.tgz Compiling the kernel is OK Compiling u-boot failed... ../u-boot-mini6410$ make clean make: « clean » est à jour. ../u-boot-mini6410$ make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- mini6410_nand_config-ram256 Configuring for mini6410 board which boot from NAND ram256... ../u-boot-mini6410$ make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- V=1 for dir in tools examples post post/cpu ; do make -C $dir _depend ; done make[1]: entrant dans le répertoire « /database/tiny6410/u-boot-mini6410/tools » make[1]: Rien à faire pour « _depend ». make[1]: quittant le répertoire « /database/tiny6410/u-boot-mini6410/tools » make[1]: entrant dans le répertoire « /database/tiny6410/u-boot-mini6410/examples » make[1]: Rien à faire pour « _depend ». make[1]: quittant le répertoire « /database/tiny6410/u-boot-mini6410/examples » make[1]: entrant dans le répertoire « /database/tiny6410/u-boot-mini6410/post » make[1]: Rien à faire pour « _depend ». make[1]: quittant le répertoire « /database/tiny6410/u-boot-mini6410/post » make[1]: entrant dans le répertoire « /database/tiny6410/u-boot-mini6410/post/cpu » make[1]: Rien à faire pour « _depend ». make[1]: quittant le répertoire « /database/tiny6410/u-boot-mini6410/post/cpu » make -C tools all make[1]: entrant dans le répertoire « /database/tiny6410/u-boot-mini6410/tools » make[1]: *** Pas de règle pour fabriquer la cible « /usr/lib/gcc/i686-linux-gnu/4.6.1/include/stddef.h », nécessaire pour « img2srec.o ». Arrêt. make[1]: quittant le répertoire « /database/tiny6410/u-boot-mini6410/tools » make: *** [tools] Erreur 2 Can someone tell me what I am missing or doing wrong... If I remember I was able to compile successfully uboot when using ubuntu 11.10 32b... Thanks
Tiny6410 : Compiling u-boot failed
First of all you can compile your UBoot with "LANG=C" set. This would simplify reading your logs (sorry, my french is very rusty).
Thanks for reply... I restarted from zero, create new folder, untaring files from dvds, checking all installed package on my ubuntu... Now it's compiling properly... Thanks
I have problem with the cd version that came Error " /init: line 103: can't open /r/dev/console: no such file" images