[U-Boot-Users] invalid option 'short-load-bytes'

Greetings!
I am trying to cross-compile u-boot-1.1.2 for ARM Versatile Board ARM926EJ-S using cross-toolchain 3.4.2. I am getting the following error:
cc1: error: invalid option 'short-load-bytes' cc1: error: invalid option 'apcs-32'
It compiles fine with cross-toolchain 2.95.3. Any suggestions? Since it is mentioned here, http://www.arm.com/linux/prebuilt_download.html, that 3.4.2 has been used to compile u-boot, we would like to use the same for cross-compilation.
Also, the ethernet is not enabled or detected on power up on this board. I have compiled in support for the SMC ethernet in u-boot-1.1.1, but, u-boot doesn't seem to be able to detect it.
I'd appreciate any suggestions for the above.
Thanks,
K Shakthi
-- proudly anti-micro$oft ------------------------------------------------------------ Shakthi Kannan, MS Software Engineer, Specsoft (Hexaware Technologies) [E]: shaks@shakthimaan.com [M]: (91) 98407-87007 [W]: http://www.shakthimaan.com [L]: Chennai, India ------------------------------------------------------------
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

In message 20050627080742.94594.qmail@web30712.mail.mud.yahoo.com you wrote:
I am trying to cross-compile u-boot-1.1.2 for ARM Versatile Board ARM926EJ-S using cross-toolchain 3.4.2. I am getting the following error:
How about following good old Netiquette rules and searching the archives *before* posting?
Wolfgang Denk

Hi,
--- Shakthi Kannan shakthimaan@yahoo.com wrote:
cc1: error: invalid option 'short-load-bytes' cc1: error: invalid option 'apcs-32'
Fixed. Just had to remove the options.
I tried the hello_world.bin example, but, somehow printf seems to print the character followed by a character return. As a result, I am not able to view the output. It displays the character and clears it so fast. If I use putc, it works perfect. Does printf have this behavior in the library provided with?
Using cross-toolchain 3.4.2 on ARM926EJ-S.
SK
-- proudly anti-micro$oft ------------------------------------------------------------ Shakthi Kannan, MS Software Engineer, Specsoft (Hexaware Technologies) [E]: shaks@shakthimaan.com [M]: (91) 98407-87007 [W]: http://www.shakthimaan.com [L]: Chennai, India ------------------------------------------------------------
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
participants (2)
-
Shakthi Kannan
-
Wolfgang Denk