Re: [U-Boot] can't build u-boot-2010.12-rc2 for at91rm9200ek

2010-12-09 Thread zzs213
I just clone the git repos. and build at91rm9200ek with eldk4.1,the error message is same. I change start.S let it check whether the main osc of at91rm9200 is work, So I know need relocate the code or not. Use this method I boot u-boot in NOR flash successful

Re: [U-Boot] can't build u-boot-2010.12-rc2 for at91rm9200ek

2010-12-09 Thread Andreas Bießmann
Dear zzs213, Am 09.12.2010 09:39, schrieb zzs213: I just clone the git repos. and build at91rm9200ek with eldk4.1,the error message is same. Ok, so ELDK 4.1 is not working. How about ELDK 4.2, CodeSourcery 2009q{1,3}, 2010q1, 2010.09? I change start.S let it check whether the main osc of

Re: [U-Boot] can't build u-boot-2010.12-rc2 for at91rm9200ek

2010-12-09 Thread zzs213
you are right, I use that method on u-boot-2010.09 for my own board(slightly different from at91rm9200ek) eldk4.1 is ok for 2010.09, eldk4.2 ok too ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] can't build u-boot-2010.12-rc2 for at91rm9200ek

2010-12-09 Thread Andreas Bießmann
Dear zzs213, can you please leave some context when you answering to the list? Am 09.12.2010 10:52, schrieb zzs213: you are right, I use that method on u-boot-2010.09 for my own board(slightly different from at91rm9200ek) I guess you mean you are using a preloader on your NOR flash, is that

Re: [U-Boot] can't build u-boot-2010.12-rc2 for at91rm9200ek

2010-12-09 Thread zzs213
Dear zzs213, can you please leave some context when you answering to the list? Am 09.12.2010 10:52, schrieb zzs213: you are right, I use that method on u-boot-2010.09 for my own board(slightly different from at91rm9200ek) I guess you mean you are using a preloader on your NOR flash, is that

Re: [U-Boot] can't build u-boot-2010.12-rc2 for at91rm9200ek

2010-12-09 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message 4d007227.7020...@free.fr you wrote: start.S:251: Error: bad arguments to instruction -- `add r1,r9' It looks a illegal instruction in start.S my toolchain is eldk4.1 ELDK 4.1 seems a bit old -- 4.2 has been available for some time now and does not

Re: [U-Boot] can't build u-boot-2010.12-rc2 for at91rm9200ek

2010-12-09 Thread Andreas Bießmann
Dear Wolfgang Denk, Dear Albert Aribaud, Am 09.12.2010 11:26, schrieb Wolfgang Denk: Dear Albert ARIBAUD, In message 4d007227.7020...@free.fr you wrote: start.S:251: Error: bad arguments to instruction -- `add r1,r9' It looks a illegal instruction in start.S my toolchain is eldk4.1

Re: [U-Boot] can't build u-boot-2010.12-rc2 for at91rm9200ek

2010-12-09 Thread Reinhard Meyer
Dear Andreas Bießmann, Dear Wolfgang Denk, Dear Albert Aribaud, Am 09.12.2010 11:26, schrieb Wolfgang Denk: Dear Albert ARIBAUD, In message 4d007227.7020...@free.fr you wrote: start.S:251: Error: bad arguments to instruction -- `add r1,r9' It looks a illegal instruction in start.S my

[U-Boot] can't build u-boot-2010.12-rc2 for at91rm9200ek

2010-12-08 Thread zzs213
I download u-boot-2010.12-rc2 and make at91rm9200ek use the flowwing command make O=../build at91rm9200ek and get error message like this arm-linux-gcc -D__ASSEMBLY__ -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x1000

Re: [U-Boot] can't build u-boot-2010.12-rc2 for at91rm9200ek

2010-12-08 Thread Albert ARIBAUD
Le 09/12/2010 06:56, zzs213 a écrit : I download u-boot-2010.12-rc2 and make at91rm9200ek use the flowwing command make O=../build at91rm9200ek and get error message like this arm-linux-gcc -D__ASSEMBLY__ -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__

Re: [U-Boot] can't build u-boot-2010.12-rc2 for at91rm9200ek

2010-12-08 Thread zzs213
I chang 'adr r1, r9' to 'add r1, r1, r9' and then rebuild it but I gave another error. the error message is: arm-linux-ld: -static and -shared may not be used together make[1]: *** [/home/zzs/DownLoad/uboot/xx/build/u-boot] Is this caused by the toolchain too? thanks!

Re: [U-Boot] can't build u-boot-2010.12-rc2 for at91rm9200ek

2010-12-08 Thread zzs213
I chang 'adr r1, r9' to 'add r1, r1, r9' and then rebuild it but I got another error. the error message is: arm-linux-ld: -static and -shared may not be used together make[1]: *** [/home/zzs/DownLoad/uboot/xx/build/u-boot] Error 1 make[1]: Leaving directory

Re: [U-Boot] can't build u-boot-2010.12-rc2 for at91rm9200ek

2010-12-08 Thread Albert ARIBAUD
Hi 'zzs213', Le 09/12/2010 08:07, zzs213 a ??crit : I chang 'adr r1, r9' to 'add r1, r1, r9' and then rebuild it but I got another error. the error message is: arm-linux-ld: -static and -shared may not be used together make[1]: *** [/home/zzs/DownLoad/uboot/xx/build/u-boot] Error 1 make[1]:

Re: [U-Boot] can't build u-boot-2010.12-rc2 for at91rm9200ek

2010-12-08 Thread Andreas Bießmann
Dear zzs213, Am 09.12.2010 um 08:07 schrieb zzs213: I chang 'adr r1, r9' to 'add r1, r1, r9' and then rebuild it but I got another error. the error message is: arm-linux-ld: -static and -shared may not be used together make[1]: *** [/home/zzs/DownLoad/uboot/xx/build/u-boot] Error 1

Re: [U-Boot] can't build u-boot-2010.12-rc2 for at91rm9200ek

2010-12-08 Thread zzs213
Yes. I just build it use eldk4.2. It's all right!! ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot