
On Thu, 31 Mar 2011 17:40:17 +0200 Wolfgang Denk wd@denx.de wrote:
Dear Kim Phillips,
In message 20110331103141.80162901.kim.phillips@freescale.com you wrote:
On Thu, 31 Mar 2011 11:19:15 +0200 Wolfgang Denk wd@denx.de wrote:
Dear Kim & Kumar,
are you aware that a number of 83xx boards don't build any more? I see errors like these:
Configuring for MPC8313ERDB_NAND_33 - Board: MPC8313ERDB, Options: SYS_33MHZ,NAND_U_BOOT ppc_6xx-ld: cannot open linker script file u-boot.lds: No such file or directory make[1]: *** [/work/wd/tmp-ppc/nand_spl/u-boot-spl] Error 1
this isn't 83xx-specific; the nand_spl target was source tree build dependent. Scott already has a fix in his next branch:
http://git.denx.de/?p=u-boot/u-boot-nand-flash.git;a=commit;h=f13a375e5875ac...
Scott, please push this commit upstream to fix out of source tree NAND builds.
See my previous mail with a fix.
Why put such fiuxes into a NEXT branch when we're trying to get a release ot?
That's ...
The patch Kim quoted, which is in my next branch, is unrelated to the above error. It is a cleanup patch.
I don't see the above error with top-of-tree:
$ CROSS_COMPILE=~/ppc-tc-4.5/bin/powerpc-linux-gnu- ./MAKEALL MPC8313ERDB_NAND_33 Configuring for MPC8313ERDB_NAND_33 - Board: MPC8313ERDB, Options: SYS_33MHZ,NAND_U_BOOT text data bss dec hex filename 250372 27944 42056 320372 4e374 ./u-boot
--------------------- SUMMARY ---------------------------- Boards compiled: 1 ----------------------------------------------------------
$ git describe HEAD v2011.03-rc2-6-gb12fee0
-Scott