[U-Boot-Users] has someone run u-boot in mipssim?

because our soc is not available now, i want to run u-boot in mipssim to verify my modification on cpu/start.S and board/xxx/lowlevel_init.S. but the u-boot compiled by eldk seems to run not correctly in mipssim.and if i modify the CROSS_COMPILE as sde-, it shows error as "can't find mips-linux-as". so i wonder is there someone has run u-boot in mipssim and with which toolchain?

In message 50c9a2250510290046m1ebfe403vccca7a243d71f86@mail.gmail.com you wrote:
but the u-boot compiled by eldk seems to run not correctly in
Why not? What is the problem?
mipssim.and if i modify the CROSS_COMPILE as sde-, it shows error as "can't find mips-linux-as".
This makes no sense to me. If you set CROSS_COMPILE=sde- then the Makefiles will use "sde-as", not "mips-linux-as". You must have misconfigured something, it seems.
Best regards,
Wolfgang Denk

when i run u-boot in mipssim, at the line "bal lowlvel_init",it run over it and do not jump to lowlevel_init
On 10/29/05, Wolfgang Denk wd@denx.de wrote:
In message 50c9a2250510290046m1ebfe403vccca7a243d71f86@mail.gmail.com you wrote:
but the u-boot compiled by eldk seems to run not correctly in
Why not? What is the problem?
mipssim.and if i modify the CROSS_COMPILE as sde-, it shows error as "can't find mips-linux-as".
This makes no sense to me. If you set CROSS_COMPILE=sde- then the Makefiles will use "sde-as", not "mips-linux-as". You must have misconfigured something, it seems.
Best regards,
Wolfgang Denk
-- Software Engineering: Embedded and Realtime Systems, Embedded Linux Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de No more blah, blah, blah! -- Kirk, "Miri", stardate 2713.6

In message 50c9a2250510290350m5298e7e5w2a31d243a79d91a6@mail.gmail.com you wrote:
when i run u-boot in mipssim, at the line "bal lowlvel_init",it run over it and do not jump to lowlevel_init
And what makes you think this was a compiler problem?
Best regards,
Wolfgang Denk
participants (2)
-
Wolfgang Denk
-
zhuzhenhua