
On Monday 17 August 2009 19:37:53 you wrote:
-----Original Message----- From: u-boot-bounces@lists.denx.de [mailto:u-boot-bounces@lists.denx.de] On Behalf Of Tuma Sent: Monday, August 17, 2009 7:26 PM To: Wolfgang Denk; U-Boot Mailing List Subject: Re: [U-Boot] BMP display.
On Monday 17 August 2009 16:38:31 you wrote:
Dear Tuma,
again: please keep the mailing list on Cc: !!!
In message 200908171631.17975.chernigovskiy@spb.gs.ru you wrote:
Okay. Is new version configurable for OMAP3evm out of the box?
Yes.
And is the v2009.08-rc2 stable enought?
Yes.
Thank you. I've downloaded new U-Boot 2009.08.rc2. I have some error while making it. I do: make distclean (Okay) make omap3_evm_config (Okay) make
And get:
make[1]: arm-linux-gcc: Command not found
My old U-Boot used "arm-none-linux-gnueabi-gcc" which make system could easyly find on my system. Should I install some new software to build new U-Boot? Or configure existing Makefile?
Can you try: make CROSS_COMPILE=arm-none-linux-gnueabi-
Oo, thank you! I forgot about CROSS_COMPILE=. In my old U-Boot this parameter was set in Makefile. In 2009 CROSS_COMPILE= in Makefile was ignored.
U-boot 2009 is built now, and runs on OMAP3 evm.
So I have to put i2c driver files (as .h as .c) to drivers/i2c and LCD driver file s (as .h as .c) to drivers/video?
Best regards,
Wolfgang Denk
-- Software Developer General Satellite Corp. _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot