Re: [U-Boot-Users] Re: MIPS LE build problems

In message 4304D3FD.7080107@smiths-aerospace.com you wrote:
As noted in other email in this thread, executing the above code won't work. What about simply compiling a file containing:
constant int data = 0x01234567;
objdumping the data section, and looking (grepping) to see if the data section has 0x12345678 or 0x78563412?
Doesn't work as objdump will be user friendly and always print the "correct" value, i. e. 0x01234567.
But the idea is good.
The attached test script works with the tool chains available to me. Can others please test this, too?
Best regards,
Wolfgang Denk

The attached test script works with the tool chains available to me. Can others please test this, too?
You may have already test this one, but it reports "big" with m68k-elf version 2.95.3, as it should.

In message a04f56da0508181611e1c6270@mail.gmail.com you wrote:
You may have already test this one, but it reports "big" with m68k-elf version 2.95.3, as it should.
Thanks a lot for the feedback, and no, I don't have a m68k toolchain here.
Best regards,
Wolfgang Denk

Hi
The attached test script works with the tool chains available to me. Can others please test this, too?
It WORKS wit my toolchain, built with crosstool. It reports "little" which is correct. Excellent job!
gcc 3.3.5 binutils 2.15 glibc 2.3.5
BR, Matej

On Thu, 2005-08-18 at 23:38 +0200, Wolfgang Denk wrote:
Doesn't work as objdump will be user friendly and always print the "correct" value, i. e. 0x01234567.
But the idea is good.
The attached test script works with the tool chains available to me. Can others please test this, too?
This works for our (home grown) toolchain.
gcc 3.2.3, binutils 2.13, mipsel-linux
regards / Leif

In message 1124700839.6493.4.camel@localhost you wrote:
The attached test script works with the tool chains available to me. Can others please test this, too?
This works for our (home grown) toolchain.
Thanks for the feedback.
Best regards,
Wolfgang Denk

Hi
The attached test script works with the tool chains available to me. Can others please test this, too?
As I said it works for me.
Please see attached cpu/mips/config.mk if it is O.K. to include it in the official U-Boot. It works for me, maybe others can test it to.
BR, Matej
participants (4)
-
Leif Lindholm
-
Matej Kupljen
-
Wolfgang Denk
-
Zachary Landau