* [U-Boot] U-Boot build issue @ 2013-06-26 14:55 Marek Vasut 2013-06-26 22:06 ` Wolfgang Denk 0 siblings, 1 reply; 8+ messages in thread From: Marek Vasut @ 2013-06-26 14:55 UTC (permalink / raw) To: u-boot Hi, remember when the Jenkins was failing on random targets and the log always contained this message, where it stated it can't compile some object file due to missing dependency, whose path was "trimmed" ? See this log from my machine: marex at bfu:~/U-Boot/u-boot-imx$ bash ../compile/compile-xfi3.sh >/dev/null make[2]: *** No rule to make target `/home/mar', needed by `/home/marex/U- Boot/u-boot-imx/spl/arch/arm/cpu/arm926ejs/mxs/spl_power_init.o'. Stop. make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/home/marex/U-Boot/u-boot- imx/spl/arch/arm/cpu/arm926ejs/mxs/libmxs.o] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [spl/u-boot-spl.bin] Error 2 make: *** Waiting for unfinished jobs.... marex at bfu:~/U-Boot/u-boot-imx$ bash ../compile/compile-xfi3.sh >/dev/null marex at bfu:~/U-Boot/u-boot-imx$ cat ../compile/compile-xfi3.sh export PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/mnt/work/elftosb-10.12.01/bld/linux/ make CROSS_COMPILE=arm-linux-gnueabi- clean mrproper make CROSS_COMPILE=arm-linux-gnueabi- xfi3_config make CROSS_COMPILE=arm-linux-gnueabi- -j9 u-boot.sb marex at bfu:~/U-Boot/u-boot-imx$ pwd /home/marex/U-Boot/u-boot-imx So, I am compiling in /home/marex/U-Boot/u-boot-imx (in-tree build) using the above commands. First run failed, any subsequent run did not. And the first run failed because it was missing this "/home/mar" dependency. It's exactly the same as when Jenkins failed at these random targets. I cannot reliably reproduce this bug, but it seems to be quite a slimy one. The grease is dripping down it's body. Any ideas? Thanks! btw. tool versions: marex at bfu:~/U-Boot/u-boot-imx$ arm-linux-gnueabi-gcc --version arm-linux-gnueabi-gcc (Debian 4.8.0-7) 4.8.0 [...] marex at bfu:~/U-Boot/u-boot-imx$ arm-linux-gnueabi-ld --version GNU ld (GNU Binutils for Debian) 2.23.52.20130612 [...] marex at bfu:~/U-Boot/u-boot-imx$ make --version GNU Make 3.81 This program built for x86_64-pc-linux-gnu ^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] U-Boot build issue 2013-06-26 14:55 [U-Boot] U-Boot build issue Marek Vasut @ 2013-06-26 22:06 ` Wolfgang Denk 2013-06-26 22:50 ` Marek Vasut 0 siblings, 1 reply; 8+ messages in thread From: Wolfgang Denk @ 2013-06-26 22:06 UTC (permalink / raw) To: u-boot Dear Marek, In message <201306261655.18605.marek.vasut@gmail.com> you wrote: > > remember when the Jenkins was failing on random targets and the log always > contained this message, where it stated it can't compile some object file due to > missing dependency, whose path was "trimmed" ? ... > btw. tool versions: > > marex at bfu:~/U-Boot/u-boot-imx$ arm-linux-gnueabi-gcc --version > arm-linux-gnueabi-gcc (Debian 4.8.0-7) 4.8.0 > [...] > marex at bfu:~/U-Boot/u-boot-imx$ arm-linux-gnueabi-ld --version > GNU ld (GNU Binutils for Debian) 2.23.52.20130612 Does it happen with ELDK, too? > marex at bfu:~/U-Boot/u-boot-imx$ make --version > GNU Make 3.81 Does it hapen with a recent version of make, too? [That would be the first thing to check, me thinks]. 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: wd at denx.de The management question ... is not _whether_ to build a pilot system and throw it away. You _will_ do that. The only question is whether to plan in advance to build a throwaway, or to promise to deliver the throwaway to customers. - Fred Brooks, "The Mythical Man Month" ^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] U-Boot build issue 2013-06-26 22:06 ` Wolfgang Denk @ 2013-06-26 22:50 ` Marek Vasut 2013-06-27 11:21 ` Marek Vasut 0 siblings, 1 reply; 8+ messages in thread From: Marek Vasut @ 2013-06-26 22:50 UTC (permalink / raw) To: u-boot Dear Wolfgang Denk, > Dear Marek, > > In message <201306261655.18605.marek.vasut@gmail.com> you wrote: > > remember when the Jenkins was failing on random targets and the log > > always contained this message, where it stated it can't compile some > > object file due to missing dependency, whose path was "trimmed" ? > > ... > > > btw. tool versions: > > > > marex at bfu:~/U-Boot/u-boot-imx$ arm-linux-gnueabi-gcc --version > > arm-linux-gnueabi-gcc (Debian 4.8.0-7) 4.8.0 > > [...] > > marex at bfu:~/U-Boot/u-boot-imx$ arm-linux-gnueabi-ld --version > > GNU ld (GNU Binutils for Debian) 2.23.52.20130612 > > Does it happen with ELDK, too? Yes, because Jenkins uses ELDK and no other toolchain to build-test U-Boot . > > marex at bfu:~/U-Boot/u-boot-imx$ make --version > > GNU Make 3.81 > > Does it hapen with a recent version of make, too? [That would be the > first thing to check, me thinks]. It happens with make 3.82 , yes . Best regards, Marek Vasut ^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] U-Boot build issue 2013-06-26 22:50 ` Marek Vasut @ 2013-06-27 11:21 ` Marek Vasut 2013-06-27 13:03 ` Tom Rini 0 siblings, 1 reply; 8+ messages in thread From: Marek Vasut @ 2013-06-27 11:21 UTC (permalink / raw) To: u-boot Dear Wolfgang Denk, [...] OUT-OF-TREE BUILD: powerpc___a3m071 eldk5.2 Configuring for a3m071 board... make[1]: *** [/opt/work/jenkins/jobs/U-Boot___u- boot_master/workspace/workspace/compiler/eldk5.2/device/powerpc___a3m071/UBOOT_BUILD/spl/arch/powerpc/cpu/mpc5xxx/libmpc5xxx.o] Error 2 make: *** [/opt/work/jenkins/jobs/U-Boot___u- boot_master/workspace/workspace/compiler/eldk5.2/device/powerpc___a3m071/UBOOT_BUILD/spl/u- boot-spl.bin] Error 2 text data bss dec hex filename 333369 12004 27744 373117 5b17d /opt/work/jenkins/jobs/U-Boot___u- boot_master/workspace/workspace/compiler/eldk5.2/device/powerpc___a3m071/UBOOT_BUILD/u- boot make[2]: *** No rule to make target `/opt/work/jenkins/jobs/U-Boot___u- boot_master/workspace/workspace/compiler/eldk5.2/de', needed by `/opt/work/jenkins/jobs/U-Boot___u- boot_master/workspace/workspace/compiler/eldk5.2/device/powerpc___a3m071/UBOOT_BUILD/spl/arch/powerpc/cpu/mpc5xxx/cpu_init.o'. Stop. make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/opt/work/jenkins/jobs/U-Boot___u- boot_master/workspace/workspace/compiler/eldk5.2/device/powerpc___a3m071/UBOOT_BUILD/spl/arch/powerpc/cpu/mpc5xxx/libmpc5xxx.o] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [/opt/work/jenkins/jobs/U-Boot___u- boot_master/workspace/workspace/compiler/eldk5.2/device/powerpc___a3m071/UBOOT_BUILD/spl/u- boot-spl.bin] Error 2 --------------------- SUMMARY ---------------------------- Boards compiled: 1 Boards with errors: 1 ( a3m071 ) ---------------------------------------------------------- ELDK 5.2 , powerpc board ... notice the path is again "trimmed" . Ok, this seems to be enough proof something is not right. Best regards, Marek Vasut ^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] U-Boot build issue 2013-06-27 11:21 ` Marek Vasut @ 2013-06-27 13:03 ` Tom Rini 2013-06-27 13:23 ` Marek Vasut 0 siblings, 1 reply; 8+ messages in thread From: Tom Rini @ 2013-06-27 13:03 UTC (permalink / raw) To: u-boot On Thu, Jun 27, 2013 at 01:21:04PM +0200, Marek Vasut wrote: > Dear Wolfgang Denk, > [...] > > OUT-OF-TREE BUILD: powerpc___a3m071 eldk5.2 > Configuring for a3m071 board... > make[1]: *** [/opt/work/jenkins/jobs/U-Boot___u- > boot_master/workspace/workspace/compiler/eldk5.2/device/powerpc___a3m071/UBOOT_BUILD/spl/arch/powerpc/cpu/mpc5xxx/libmpc5xxx.o] > Error 2 [snip] > ELDK 5.2 , powerpc board ... notice the path is again "trimmed" . Ok, > this seems to be enough proof something is not right. What's your host distro? -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: Digital signature URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130627/eebeb249/attachment.pgp> ^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] U-Boot build issue 2013-06-27 13:03 ` Tom Rini @ 2013-06-27 13:23 ` Marek Vasut 0 siblings, 0 replies; 8+ messages in thread From: Marek Vasut @ 2013-06-27 13:23 UTC (permalink / raw) To: u-boot Dear Tom Rini, > On Thu, Jun 27, 2013 at 01:21:04PM +0200, Marek Vasut wrote: > > Dear Wolfgang Denk, > > [...] > > > > OUT-OF-TREE BUILD: powerpc___a3m071 eldk5.2 > > Configuring for a3m071 board... > > make[1]: *** [/opt/work/jenkins/jobs/U-Boot___u- > > boot_master/workspace/workspace/compiler/eldk5.2/device/powerpc___a3m071/ > > UBOOT_BUILD/spl/arch/powerpc/cpu/mpc5xxx/libmpc5xxx.o] Error 2 > > [snip] > > > ELDK 5.2 , powerpc board ... notice the path is again "trimmed" . Ok, > > this seems to be enough proof something is not right. > > What's your host distro? Debian testing/jessie , I keep it up-to-date. For Jenkins, it's fedora 17 (I think). Best regards, Marek Vasut ^ permalink raw reply [flat|nested] 8+ messages in thread
[parent not found: <BFD690A35E15C044967F875DD3A1A3721CD4C003@POCITMSEXMB04.LntUniverse.com>]
[parent not found: <20141120113927.B1B20380316@gemini.denx.de>]
[parent not found: <BFD690A35E15C044967F875DD3A1A3721CD4C725@POCITMSEXMB04.LntUniverse.com>]
* [U-Boot] u-boot build issue [not found] ` <BFD690A35E15C044967F875DD3A1A3721CD4C725@POCITMSEXMB04.LntUniverse.com> @ 2014-11-22 5:39 ` Lalitkumar Choudhary 2014-11-22 23:04 ` Wolfgang Denk 0 siblings, 1 reply; 8+ messages in thread From: Lalitkumar Choudhary @ 2014-11-22 5:39 UTC (permalink / raw) To: u-boot Dear Sir, Thanks for quick response. As you have suggested to use eldk3.1 tool chain to compile u-boot(1.1.2). We have installed eldk3.1 tool chain. However during installation we have given i686 as a command line argument to install script in that case it was throwing the message ?All the targets must be ppc architecture?. To proceed further we have removed the command line argument related to host and run the install script. Installation has started after that. During installation we have observed an error message "failed to stat .gvfs file" . Though toolchain get installed. But while compiling the code it gives below error: (ppc-linux-gcc: cannot execute binary file) /opt/eldk_new_image_21Nov/ppc_6xx/usr/bin//ppc-linux-gcc: /opt/eldk_new_image_21Nov/ppc_6xx/usr/bin//ppc-linux-gcc: cannot execute binary file make[1]: Entering directory `/svn/lalith/Cashel_Modular_SVN/bootloader/tools' make[1]: `.depend' is up to date. make[1]: Leaving directory `/svn/lalith/Cashel_Modular_SVN/bootloader/tools' /opt/eldk_new_image_21Nov/ppc_6xx/usr/bin//ppc-linux-gcc: /opt/eldk_new_image_21Nov/ppc_6xx/usr/bin//ppc-linux-gcc: cannot execute binary file /bin/sh: /opt/eldk_new_image_21Nov/ppc_6xx/usr/bin/ppc-linux-gcc: cannot execute binary file dirname: missing operand Try `dirname --help' for more information. /bin/sh: /opt/eldk_new_image_21Nov/ppc_6xx/usr/bin/ppc-linux-gcc: cannot execute binary file dirname: missing operand Try `dirname --help' for more information. make[1]: Entering directory `/svn/lalith/Cashel_Modular_SVN/bootloader/examples' make[1]: `.depend' is up to date. make[1]: Leaving directory `/svn/lalith/Cashel_Modular_SVN/bootloader/examples' /opt/eldk_new_image_21Nov/ppc_6xx/usr/bin//ppc-linux-gcc: /opt/eldk_new_image_21Nov/ppc_6xx/usr/bin//ppc-linux-gcc: cannot execute binary file make[1]: Entering directory `/svn/lalith/Cashel_Modular_SVN/bootloader/post' make[1]: `.depend' is up to date. make[1]: Leaving directory `/svn/lalith/Cashel_Modular_SVN/bootloader/post' /opt/eldk_new_image_21Nov/ppc_6xx/usr/bin//ppc-linux-gcc: /opt/eldk_new_image_21Nov/ppc_6xx/usr/bin//ppc-linux-gcc: cannot execute binary file make[1]: Entering directory `/svn/lalith/Cashel_Modular_SVN/bootloader/post/cpu' make[1]: `.depend' is up to date. make[1]: Leaving directory `/svn/lalith/Cashel_Modular_SVN/bootloader/post/cpu' make -C tools all /opt/eldk_new_image_21Nov/ppc_6xx/usr/bin//ppc-linux-gcc: /opt/eldk_new_image_21Nov/ppc_6xx/usr/bin//ppc-linux-gcc: cannot execute binary file make[1]: Entering directory `/svn/lalith/Cashel_Modular_SVN/bootloader/tools' gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0xfff00000 -DUSE_HOSTCC -O -c -o img2srec.o img2srec.c gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0xfff00000 -DUSE_HOSTCC -O -o img2srec img2srec.o strip img2srec gcc -g -Wall -pedantic -idirafter ../include -DTEXT_BASE=0xfff00000 -DUSE_HOSTCC -O -c mkimage.c gcc -g -Wall -pedantic -idirafter ../include -DTEXT_BASE=0xfff00000 -DUSE_HOSTCC -O -c crc32.c gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0xfff00000 -DUSE_HOSTCC -O -o mkimage mkimage.o crc32.o strip mkimage gcc -g -Wall -pedantic -idirafter ../include -DTEXT_BASE=0xfff00000 -DUSE_HOSTCC -O -c envcrc.c gcc -g -idirafter ../include -DTEXT_BASE=0xfff00000 -DUSE_HOSTCC -c environment.c gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0xfff00000 -DUSE_HOSTCC -O -o envcrc envcrc.o crc32.o environment.o gcc -g -Wall -pedantic -idirafter ../include -DTEXT_BASE=0xfff00000 -DUSE_HOSTCC -O -c gen_eth_addr.c gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0xfff00000 -DUSE_HOSTCC -O -o gen_eth_addr gen_eth_addr.o strip gen_eth_addr gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0xfff00000 -DUSE_HOSTCC -O -c -o bmp_logo.o bmp_logo.c gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0xfff00000 -DUSE_HOSTCC -O -o bmp_logo bmp_logo.o strip bmp_logo ./bmp_logo logos/denx.bmp >/svn/lalith/Cashel_Modular_SVN/bootloader/include/bmp_logo.h make[1]: Leaving directory `/svn/lalith/Cashel_Modular_SVN/bootloader/tools' make -C examples all /opt/eldk_new_image_21Nov/ppc_6xx/usr/bin//ppc-linux-gcc: /opt/eldk_new_image_21Nov/ppc_6xx/usr/bin//ppc-linux-gcc: cannot execute binary file /bin/sh: /opt/eldk_new_image_21Nov/ppc_6xx/usr/bin/ppc-linux-gcc: cannot execute binary file dirname: missing operand Try `dirname --help' for more information. /bin/sh: /opt/eldk_new_image_21Nov/ppc_6xx/usr/bin/ppc-linux-gcc: cannot execute binary file dirname: missing operand Try `dirname --help' for more informat Please find the below environment details, may be it will help you to understand the problem statement. Host machine architecture : 2.6.38.6-26.rc1.fc15.i686.PAE Build Machine architecture : 2.6.38.6-26.rc1.fc15.i686.PAE Target machine architecture : 2.6.10_mvl401-8272ads__Mode-INF__Patch_ver-1.15(powerpc). It seems installed toolchain ppc-6xx, can compile the file only on ppc architecture. But we want to compile the source on above mentioned architecure(i686). Please suggest how we can proceed further or where we went wrong. __________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________ Thanks & Regards, Lalit Kumar Choudhary L&T Technology Services Limited, Mysore Mobile: (+91)-9731003527 www.lnttechservices.com ____________________________________ From: Wolfgang Denk [wd at denx.de] Sent: Thursday, November 20, 2014 5:09 PM To: Lalitkumar Choudhary Subject: Re: u-boot build issue Dear Lalit Kumar, please never send any thing intended tobe a regular posting to the "u-boot-owner at lists.denx.de" address. the correct address to post on the mailing list is "u-boot at lists.denx.de" In message <BFD690A35E15C044967F875DD3A1A3721CD4C003@POCITMSEXMB04.LntUniverse.com> you wrote: > > As we have explained earlier we are trying to build u-boot > bootloader(1.1.2) by using montavista tool chain and we failed to do > that. After some analysis we came to know better to use ELDK tool > chain for compiling u-boot. So we have installed powerpc-softfloat > (Generic PowerPC target for FPU-less systems like MPC8321 etc.) > toolchain for powerpc board. Dusring compilation we are facing the > below problem. Please let us know how to resolve that. Thanks in > advance. > > powerpc-linux-gcc -g -Os -fPIC -ffixed-r14 -meabi -D__KERNEL__ -DTEXT_BASE=0xfff00000 -I/home/lalith/svn_folder/Cashel_Modular_SVN/bootloader/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.5/powerpc-softfloat/sysroots/i686-eldk-linux/usr/bin/powerpc-linux/../../lib/powerpc-linux/gcc/powerpc-linux/4.8.1/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_8260 -ffixed-r2 -ffixed-r29 -mstring -mcpu=603e -mmultiple -Wall -Wstrict-prototypes -g -Os -fPIC -ffixed-r14 -meabi -D__KERNEL__ -DTEXT_BASE=0xfff00000 -I/home/lalith/svn_folder/Cashel_Modular_SVN/bootloader/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-5.5/powerpc-softfloat/sysroots/i686-eldk-linux/usr/bin/powerpc-linux/../../lib/powerpc-linux/gcc/powerpc-linux/4.8.1/include -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_8260 -ffixed-r2 -ffixed-r29 -mstring -mcpu=603e -mmultiple -I.. -Bstatic -T /home/lalith/svn_folder/Cashel_Modular_SVN/bootloader/board/CASHEL/u-boot.lds -Ttext 0xfff00000 -n hello_world.c -o hello_world You are using a pretty recent (released less than 1 year ago) tool chain on source code which is nearly 10 years old. This is bound to fail. recent compilers contain not only much better optimizations, but also much stronger type checking. They will throw tons of errors and even more warnings on such very old code. To build U-Boot v1.1.2, you should not use any tool chain that is more recent that ELDK v3.1.1. I just verified that ELDK v3.1.1 can compile mainline U-Boot for PowerPC systems. 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: wd at denx.de But the only way of discovering the limits of the possible is to venture a little way past them into the impossible. - _Profiles of the Future_ (1962; rev. 1973) ``Hazards of Prophecy: The Failure of Imagination'' L&T Technology Services Ltd www.LntTechservices.com<http://www.lnttechservices.com/> This Email may contain confidential or privileged information for the intended recipient (s). If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system. ^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] u-boot build issue 2014-11-22 5:39 ` [U-Boot] u-boot " Lalitkumar Choudhary @ 2014-11-22 23:04 ` Wolfgang Denk 0 siblings, 0 replies; 8+ messages in thread From: Wolfgang Denk @ 2014-11-22 23:04 UTC (permalink / raw) To: u-boot Dear Lalitkumar Choudhary, In message <BFD690A35E15C044967F875DD3A1A3721CD4C742@POCITMSEXMB04.LntUniverse.com> you wrote: > > As you have suggested to use eldk3.1 tool chain to compile > u-boot(1.1.2). We have installed eldk3.1 tool chain. > > However during installation we have given i686 as a command line I wonder why you did that. The documentation does not mention anything like that. Please make sure _NOT_ to use any ELDK v5.x related documentation; ELDK v5.x is totally different fromolder versions of the ELDK like the v3.1.1 you are using here. > argument to install script in that case it was throwing the message > ?All the targets must be ppc architecture?. To proceed further we > have removed the command line argument related to host and run the > install script. Installation has started after that. During > installation we have observed an error message "failed to stat .gvfs > file" . This message can safely be ifnored. > Though toolchain get installed. But while compiling the code it gives > below error: > > (ppc-linux-gcc: cannot execute binary file) > > /opt/eldk_new_image_21Nov/ppc_6xx/usr/bin//ppc-linux-gcc: /opt/eldk_new_image_21Nov/ppc_6xx/usr/bin//ppc-linux-gcc: cannot execute binary file Please read the documentation; the DULG (see for example [1]) shows you how to use the ELDK. The files in the /opt/eldk/ppc_6xx directory make up the root file system for the PowerPOC target; thi sis NOT the cross tool chain. [1] http://www.denx.de/wiki/view/DULG/ELDKUsage > It seems installed toolchain ppc-6xx, can compile the file only on > ppc architecture. But we want to compile the source on above > mentioned architecure(i686). Please suggest how we can proceed > further or where we went wrong. You are just using he wrong files. Please make sure to set your PATH an the other environment variables as documented. 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: wd at denx.de The most exciting phrase to hear in science, the one that heralds new discoveries, is not "Eureka!" (I found it!) but "That's funny ..." -- Isaac Asimov ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2014-11-22 23:04 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-26 14:55 [U-Boot] U-Boot build issue Marek Vasut
2013-06-26 22:06 ` Wolfgang Denk
2013-06-26 22:50 ` Marek Vasut
2013-06-27 11:21 ` Marek Vasut
2013-06-27 13:03 ` Tom Rini
2013-06-27 13:23 ` Marek Vasut
[not found] <BFD690A35E15C044967F875DD3A1A3721CD4C003@POCITMSEXMB04.LntUniverse.com>
[not found] ` <20141120113927.B1B20380316@gemini.denx.de>
[not found] ` <BFD690A35E15C044967F875DD3A1A3721CD4C725@POCITMSEXMB04.LntUniverse.com>
2014-11-22 5:39 ` [U-Boot] u-boot " Lalitkumar Choudhary
2014-11-22 23:04 ` Wolfgang Denk
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox