Re: [U-Boot] BMP display.

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.
Best regards,
Wolfgang Denk

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?
Best regards,
Wolfgang Denk

On Monday 17 August 2009 17:55:31 Tuma wrote:
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)
Sorry, "make clean", and "make distclean" give the same error as make.
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?
Best regards,
Wolfgang Denk

-----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-
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

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

Dear Tuma,
In message 200908181300.25197.chernigovskiy@spb.gs.ru you wrote:
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.
This statement is plain wrong. CROSS_COMPILE= has never been ignored in the Makefile, at leats as far as the mainline code is concerned. [I don't know which crippeled version you might be using, and I don;t actually care.]
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?
I don't know the code, so what can I say? Maybe?
Best regards,
Wolfgang Denk

Dear Tuma,
In message 200908171755.31690.chernigovskiy@spb.gs.ru you wrote:
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?
Maybe you should read the documetnation; then try:
CROSS_COMPILE=arm-none-linux-gnueabi- export CROSS_COMPILE
before running make.
Best regards,
Wolfgang Denk
participants (3)
-
Premi, Sanjeev
-
Tuma
-
Wolfgang Denk