[U-Boot-Users] Building for EVB64260

Hello,
I've tried to build a BIN file for the EBV64260 Configuration
Steps:
CROSS_COMPILE=ppc74xx- make EBV64260_config
rm -f include/config.h include/config.mk Configuring for EVB64260 board...
make all
Make runs a while then the following error occurs:
make[1]: Leaving directory `/ppc_sdev/u-boot-0.2.0/post/cpu' make[1]: Entering directory `/ppc_sdev/u-boot-0.2.0/examples' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/ppc_sdev/u-boot-0.2.0/examples' ppc_74xx-ld -Bstatic -T /ppc_sdev/u-boot-0.2.0/board/evb64260/u-boot.lds -Ttext 0xfff00000 -n cpu/74xx_7xx/start.o \ --start-group board/evb64260/libevb64260.a cpu/74xx_7xx/lib74xx_7xx.a lib_ppc/libppc.a fs/jffs2/libjffs2.a fs/fdos/libfdos.a net/libnet.a disk/libdisk.a rtc/librtc.a dtt/libdtt.a drivers/libdrivers.a post/libpost.a post/cpu/libcpu.a common/libcommon.a lib_generic/libgeneric.a --end-group \ -Map u-boot.map -o u-boot
What can I do about that? Is there a possibility to start a configuration for our own board?
sorry for my questions, I'm trying to understand the Linux and GNU architecture, they are both new to me. Currently I'm reading a doc upon, the GNU Make and makefile. To understand the complete building process of U-Boot.
If one of you has some recommended documentation??? I would be very happy with it!
Thx a lot Roel
---------------------------- Prodrive B.V. Postbus 28030 5602 JA Eindhoven The Netherlands ---------------------------- Science Park Eindhoven Ekkersrijt 5025 5692 EB Son ---------------------------- tel. +31 40 2676200 direct: +31 40 2676242 fax +31 40 2676220 ----------------------------

Hello,
I've tried to build a BIN file for the EBV64260 Configuration
Steps:
CROSS_COMPILE=ppc74xx- make EBV64260_config
rm -f include/config.h include/config.mk Configuring for EVB64260 board...
make all
Make runs a while then the following error occurs:
make[1]: Leaving directory `/ppc_sdev/u-boot-0.2.0/post/cpu' make[1]: Entering directory `/ppc_sdev/u-boot-0.2.0/examples' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/ppc_sdev/u-boot-0.2.0/examples' ppc_74xx-ld -Bstatic -T /ppc_sdev/u-boot-0.2.0/board/evb64260/u-boot.lds -Ttext 0xfff00000 -n cpu/74xx_7xx/start.o \ --start-group board/evb64260/libevb64260.a cpu/74xx_7xx/lib74xx_7xx.a lib_ppc/libppc.a fs/jffs2/libjffs2.a fs/fdos/libfdos.a net/libnet.a disk/libdisk.a rtc/librtc.a dtt/libdtt.a drivers/libdrivers.a post/libpost.a post/cpu/libcpu.a common/libcommon.a lib_generic/libgeneric.a --end-group \ -Map u-boot.map -o u-boot
What error?
Rick

In message NCBBIIOPCEBAMFLLKKBKIECFCGAA.RL@prodrive.nl you wrote:
I've tried to build a BIN file for the EBV64260 Configuration
Steps:
CROSS_COMPILE=ppc74xx-
This line obviously contains a typo. Pleae make sure to report EXACTLY what you did, otherwise we cannot help.
make EBV64260_config
rm -f include/config.h include/config.mk Configuring for EVB64260 board...
make all
Make runs a while then the following error occurs:
make[1]: Leaving directory `/ppc_sdev/u-boot-0.2.0/post/cpu' make[1]: Entering directory `/ppc_sdev/u-boot-0.2.0/examples' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/ppc_sdev/u-boot-0.2.0/examples' ppc_74xx-ld -Bstatic -T /ppc_sdev/u-boot-0.2.0/board/evb64260/u-boot.lds -Ttext 0xfff00000 -n cpu/74xx_7xx/start.o \ --start-group board/evb64260/libevb64260.a cpu/74xx_7xx/lib74xx_7xx.a lib_ppc/libppc.a fs/jffs2/libjffs2.a fs/fdos/libfdos.a net/libnet.a disk/libdisk.a rtc/librtc.a dtt/libdtt.a drivers/libdrivers.a post/libpost.a post/cpu/libcpu.a common/libcommon.a lib_generic/libgeneric.a --end-group \ -Map u-boot.map -o u-boot
Which error? Everything looks fine.
What can I do about that?
Nothing. Everything seems fine.
Is there a possibility to start a configuration for our own board?
Yes, of course . See the README.
If one of you has some recommended documentation??? I would be very happy with it!
See also: http://www.denx.de/re/DPLG.html
Best regards,
Wolfgang Denk
participants (3)
-
richard@uclinux.net
-
Roel Loeffen
-
Wolfgang Denk