
I'm trying to port linux on an arm versatile board, currently I'm trying to create a loadable image of a recent u-boot. I've downloaded the latest release of u-boot on the site (I use the latest gcc provided by arm) and launched the compilation but an error occurred: I join the exact logs in attached file. <<log_u-boot_failure.doc>> It seems like the makefile is not valid (The start.o is not compiled...)
Here is a final extract:
DCONFIG_ARM -D__ARM__ -march=armv4t -I.. -Bstatic -T /home/dupas/linux/sources_u-boot/u-boot-1.1.2/board/versatile/u-boot.lds -Ttext 0x01000000 hello_world.c -o hello_world /home/dupas/linux/tool-chain/bin/../lib/gcc/arm-none-linux-gnueabi/3.4.3 /../../../../arm-none-linux-gnueabi/bin/ld: cannot find cpu/arm926ejs/start.o collect2: ld returned 1 exit status make[1]: *** [hello_world] Erreur 1 make[1]: Leaving directory `/home/dupas/linux/sources_u-boot/u-boot-1.1.2/examples' make: *** [examples] Erreur 2 dupas@vlblnxs2:~/linux/sources_u-boot/u-boot-1.1.2$
Can anyone help me please? Greetings thomas