public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] ELDK toochain
@ 2006-11-16 10:45 revathy
       [not found] ` <874pszci3y.fsf@denx.de>
  2006-11-17 14:23 ` Sam Song
  0 siblings, 2 replies; 5+ messages in thread
From: revathy @ 2006-11-16 10:45 UTC (permalink / raw)
  To: u-boot

Hi all,
          I am  working on porting with MPC8540,iam using ELDk-4.0  
toolchain,my U-boot is 1.1.2 and linux kernel is 2.6.17.13.Linux got 
compiled with the eldk-4.0 but there is no backward compactability i 
mean it is not working for U-boot-1.1.2 and iam getting the following 
error .
pcig8500.c: In function 'initdram':
pcig8500.c:129: error: invalid lvalue in assignment
pcig8500.c:132: error: invalid lvalue in assignment
pcig8500.c:135: error: invalid lvalue in assignment
pcig8500.c:138: error: invalid lvalue in assignment
make[1]: *** [pcig8500.o] Error 1
make[1]: Leaving directory `/home/Projects/8540/minusDiag/board/pcig8500'
make: *** [board/pcig8500/libpcig8500.a] Error 2.

Thanks in advance for any help
Revathy.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot-Users] ELDK toochain
       [not found]   ` <455D4EAC.5060304@gdatech.co.in>
@ 2006-11-17  7:49     ` Markus Klotzbücher
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Klotzbücher @ 2006-11-17  7:49 UTC (permalink / raw)
  To: u-boot

Dear Revathy,

revathy <j.revathy@gdatech.co.in> writes:

>                      I downloaded the current u-boot-1.1.6 but iam
> getting the same error as u-boot-1.1.2.
>
> pcig8500.c: In function 'initdram':
> pcig8500.c:129: error: invalid lvalue in assignment
> pcig8500.c:132: error: invalid lvalue in assignment
> pcig8500.c:135: error: invalid lvalue in assignment
> pcig8500.c:138: error: invalid lvalue in assignment
> make[1]: *** [pcig8500.o] Error 1
> make[1]: Leaving directory `/home/Projects/8540/u-boot-1.1.6/board/pcig8500'
> make: *** [board/pcig8500/libpcig8500.a] Error 2

Where does this file pcig8500.c come from? It doesn't seem to be part of
standard U-Boot? 

Regards

Markus Klotzb?cher

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot-Users] ELDK toochain
  2006-11-16 10:45 [U-Boot-Users] ELDK toochain revathy
       [not found] ` <874pszci3y.fsf@denx.de>
@ 2006-11-17 14:23 ` Sam Song
  2006-11-17 14:49   ` Sam Song
  1 sibling, 1 reply; 5+ messages in thread
From: Sam Song @ 2006-11-17 14:23 UTC (permalink / raw)
  To: u-boot

revathy <j.revathy@gdatech.co.in> wrote:
> Hi all,
>           I am  working on porting with MPC8540,iam
> using ELDk-4.0 toolchain,my U-boot is 1.1.2 and 
[...]
> mean it is not working for U-boot-1.1.2 and iam
> getting the following 
> error .

This is the expected result, I am afraid. Pls go
back to use ELDK 3.1.1 ppc_85xx toolchain for
backward compactability.

Best regards,

Sam


		
___________________________________________________________ 
????????-3.5G???20M??? 
http://cn.mail.yahoo.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot-Users] ELDK toochain
  2006-11-17 14:23 ` Sam Song
@ 2006-11-17 14:49   ` Sam Song
  2006-11-20  9:26     ` revathy
  0 siblings, 1 reply; 5+ messages in thread
From: Sam Song @ 2006-11-17 14:49 UTC (permalink / raw)
  To: u-boot

Sam Song <samsongshu@yahoo.com.cn> wrote:
> revathy <j.revathy@gdatech.co.in> wrote:
> > Hi all,
> >           I am  working on porting with
> > MPC8540,iam
> > using ELDk-4.0 toolchain,my U-boot is 1.1.2 and 
> [...]
> > mean it is not working for U-boot-1.1.2 and iam
> > getting the following 
> > error .
> 
> This is the expected result, I am afraid. Pls go
> back to use ELDK 3.1.1 ppc_85xx toolchain for
> backward compactability.

Sorry... copy error. It should be compatibility.
Ummm, you could also try to upgrade u-boot to 
git version to work with ELDK4.0 for forward
compatibility.

Best regards,

Sam


		
___________________________________________________________ 
??????-3.5G???20M?? 
http://cn.mail.yahoo.com/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot-Users] ELDK toochain
  2006-11-17 14:49   ` Sam Song
@ 2006-11-20  9:26     ` revathy
  0 siblings, 0 replies; 5+ messages in thread
From: revathy @ 2006-11-20  9:26 UTC (permalink / raw)
  To: u-boot

Hi Sam and Markus,
As per your suggestion i upgraded the U-boot to 1.1.4 version it got
compiled,yet to change it on the board.Thanks a lot.

Thanks and Regards,
Revathy


Sam Song wrote:

>Sam Song <samsongshu@yahoo.com.cn> wrote:
>  
>
>>revathy <j.revathy@gdatech.co.in> wrote:
>>    
>>
>>>Hi all,
>>>          I am  working on porting with
>>>MPC8540,iam
>>>using ELDk-4.0 toolchain,my U-boot is 1.1.2 and 
>>>      
>>>
>>[...]
>>    
>>
>>>mean it is not working for U-boot-1.1.2 and iam
>>>getting the following 
>>>error .
>>>      
>>>
>>This is the expected result, I am afraid. Pls go
>>back to use ELDK 3.1.1 ppc_85xx toolchain for
>>backward compactability.
>>    
>>
>
>Sorry... copy error. It should be compatibility.
>Ummm, you could also try to upgrade u-boot to 
>git version to work with ELDK4.0 for forward
>compatibility.
>
>Best regards,
>
>Sam
>
>
>		
>___________________________________________________________ 
>??????-3.5G???20M?? 
>http://cn.mail.yahoo.com/
>
>
>  
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-11-20  9:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-16 10:45 [U-Boot-Users] ELDK toochain revathy
     [not found] ` <874pszci3y.fsf@denx.de>
     [not found]   ` <455D4EAC.5060304@gdatech.co.in>
2006-11-17  7:49     ` Markus Klotzbücher
2006-11-17 14:23 ` Sam Song
2006-11-17 14:49   ` Sam Song
2006-11-20  9:26     ` revathy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox