Re: [U-Boot] question about example/standalone/mips.lds

2010-07-21 Thread Xiangfu Liu
Hi Andrew thanks for the link. I think we should add $(ENDIANNESS) when link the hello_world.o. I will send one patch in next email. thanks again for the document. On 07/20/2010 11:29 PM, Andrew Dyer wrote: > No matter the compiler, I believe the lines in the linker scripts are > wrong (this is

Re: [U-Boot] question about example/standalone/mips.lds

2010-07-20 Thread Andrew Dyer
On Tue, Jul 20, 2010 at 4:37 AM, Wolfgang Denk wrote: > Dear Xiangfu Liu, > > In message <4c453325.4080...@openmobilefree.net> you wrote: >> >> which compiler in ELDK if for the mips_el system? > > GCC, of course :-) > >> I guess there are some different between ELDK cross compiler >> and OpenWrt

Re: [U-Boot] question about example/standalone/mips.lds

2010-07-20 Thread Xiangfu Liu
Hi sorry I misunderstand something. I download the ppc-2008-04-01.iso and run "./MAKEALL" without any argument. that why it compile 300+ boards. I should read MAKEALL more carefully. now I am downloading "mips-2007-01-21.iso". my board is mips EL system. is that mean when I run "MAKEALL" I just

Re: [U-Boot] question about example/standalone/mips.lds

2010-07-20 Thread Wolfgang Denk
Dear Xiangfu Liu, In message <4c453325.4080...@openmobilefree.net> you wrote: > > which compiler in ELDK if for the mips_el system? GCC, of course :-) > I guess there are some different between ELDK cross compiler > and OpenWrt cross compiler. > so I want try ELDK cross compiler with my board.

Re: [U-Boot] question about example/standalone/mips.lds

2010-07-19 Thread Xiangfu Liu
Hi which compiler in ELDK if for the mips_el system? I guess there are some different between ELDK cross compiler and OpenWrt cross compiler. so I want try ELDK cross compiler with my board. I found there are two mips_el boards[1] in MAKEALL. I want know how those two boards handle this example.

Re: [U-Boot] question about example/standalone/mips.lds

2010-07-19 Thread Wolfgang Denk
Dear =?UTF-8?B?IlhpYW5nZnUgTGl1KOWImOWQkeWvjCki?=, In message <4c43cabb.3070...@openmobilefree.net> you wrote: > > in this file :" example/standalone/mips.lds " > it indicate compile example as BIG mips. but my device is LITTLE mips. > so I simply comment this line[1]. I found other boards compil

[U-Boot] question about example/standalone/mips.lds

2010-07-18 Thread Xiangfu Liu(刘向富)
Hi all in this file :" example/standalone/mips.lds " it indicate compile example as BIG mips. but my device is LITTLE mips. so I simply comment this line[1]. I found other boards compile fine. without any error. do I must compile this example? is that ok to comment this line? or what I need to t