public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users]  MPC8360EPB: error while compiling start.S
@ 2006-10-27 16:04 ananthsl at libero.it
  2006-10-27 17:45 ` Kim Phillips
  0 siblings, 1 reply; 8+ messages in thread
From: ananthsl at libero.it @ 2006-10-27 16:04 UTC (permalink / raw)
  To: u-boot

Hi,
I am trying to compile u-boot-1.1.3 for MPC8360E (MPC8360EPB evaluation board).
I'm getting the following error:
powerpc-linux-gcc -Wa,-gstabs -D__ASSEMBLY__ -g  -Os   -fPIC -ffixed-r14 -meabi -D__KERNEL__ -DTEXT_BASE=0xFEF00000 -I/home/argo/uboot/u-boot-1.1.3/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/i386-redhat-linux/3.4.4/include -pipe  -DCONFIG_PPC -D__powerpc__ -DCONFIG_MPC83XX -DCONFIG_E300 -ffixed-r2 -ffixed-r29 -msoft-float -c -o cpu/mpc83xx/start.o /home/argo/uboot/u-boot-1.1.3/cpu/mpc83xx/start.S
<unknown> tried to exec get_feature but failed (No such file or directory)
Assembler messages:
Fatal error: invalid listing option `3'
make: *** [cpu/mpc83xx/start.o] Error 2

Can someone help me fix this?

Thanks and Regards,
Ananth.


------------------------------------------------------
Perdi 2 Taglie in 60 Giorni con Perdi Peso Cerotto!
http://click.libero.it/perdipesocerotto3

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

* [U-Boot-Users] MPC8360EPB: error while compiling start.S
  2006-10-27 16:04 ananthsl at libero.it
@ 2006-10-27 17:45 ` Kim Phillips
  0 siblings, 0 replies; 8+ messages in thread
From: Kim Phillips @ 2006-10-27 17:45 UTC (permalink / raw)
  To: u-boot

In case you're looking to upgrade, you might want to check out:

git clone http://opensource.freescale.com/pub/scm/u-boot-83xx.git
git checkout mpc83xx

It has 8360 bits courtesy of Dave Liu and Tanya Jiang.  We intend on working with WD to get it in his tree, after it's been through some more rigorous testing.

btw, it needs a patch such as the following to build:

http://article.gmane.org/gmane.comp.boot-loaders.u-boot/24575

Kim

On Fri, 27 Oct 2006 18:04:16 +0200
"ananthsl at libero.it" <ananthsl@libero.it> wrote:

> Hi,
> I am trying to compile u-boot-1.1.3 for MPC8360E (MPC8360EPB evaluation board).
> I'm getting the following error:
> powerpc-linux-gcc -Wa,-gstabs -D__ASSEMBLY__ -g  -Os   -fPIC -ffixed-r14 -meabi -D__KERNEL__ -DTEXT_BASE=0xFEF00000 -I/home/argo/uboot/u-boot-1.1.3/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/i386-redhat-linux/3.4.4/include -pipe  -DCONFIG_PPC -D__powerpc__ -DCONFIG_MPC83XX -DCONFIG_E300 -ffixed-r2 -ffixed-r29 -msoft-float -c -o cpu/mpc83xx/start.o /home/argo/uboot/u-boot-1.1.3/cpu/mpc83xx/start.S
> <unknown> tried to exec get_feature but failed (No such file or directory)
> Assembler messages:
> Fatal error: invalid listing option `3'
> make: *** [cpu/mpc83xx/start.o] Error 2
> 
> Can someone help me fix this?
> 
> Thanks and Regards,
> Ananth.
> 
> 
> ------------------------------------------------------
> Perdi 2 Taglie in 60 Giorni con Perdi Peso Cerotto!
> http://click.libero.it/perdipesocerotto3
> 
> 
> 
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users

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

* [U-Boot-Users] MPC8360EPB: error while compiling start.S
@ 2006-10-28 13:25 ananthsl at libero.it
  2006-10-28 18:00 ` Timur Tabi
  0 siblings, 1 reply; 8+ messages in thread
From: ananthsl at libero.it @ 2006-10-28 13:25 UTC (permalink / raw)
  To: u-boot

Hi,
Thanks for the quick response;but, I'm unable to download it using git.
Can you suggest an alternative site for downloading the upgraded version?

Thanks,
Ananth.

---------- Initial Header -----------

From      : "Kim Phillips" kim.phillips at freescale.com
To          : "ananthsl at libero.it" ananthsl at libero.it
Cc          : u-boot-users at lists.sourceforge.net, wd at denx.de
Date      : Fri, 27 Oct 2006 12:45:25 -0500
Subject : Re: [U-Boot-Users]  MPC8360EPB: error while compiling start.S







> In case you're looking to upgrade, you might want to check out:
> 
> git clone http://opensource.freescale.com/pub/scm/u-boot-83xx.git
> git checkout mpc83xx
> 
> It has 8360 bits courtesy of Dave Liu and Tanya Jiang.  We intend on working with WD to get it in his tree, after it's been through some more rigorous testing.
> 
> btw, it needs a patch such as the following to build:
> 
> http://article.gmane.org/gmane.comp.boot-loaders.u-boot/24575
> 
> Kim
> 
> On Fri, 27 Oct 2006 18:04:16 +0200
> "ananthsl at libero.it" <ananthsl@libero.it> wrote:
> 
> > Hi,
> > I am trying to compile u-boot-1.1.3 for MPC8360E (MPC8360EPB evaluation board).
> > I'm getting the following error:
> > powerpc-linux-gcc -Wa,-gstabs -D__ASSEMBLY__ -g  -Os   -fPIC -ffixed-r14 -meabi -D__KERNEL__ -DTEXT_BASE=0xFEF00000 -I/home/argo/uboot/u-boot-1.1.3/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/i386-redhat-linux/3.4.4/include -pipe  -DCONFIG_PPC -D__powerpc__ -DCONFIG_MPC83XX -DCONFIG_E300 -ffixed-r2 -ffixed-r29 -msoft-float -c -o cpu/mpc83xx/start.o /home/argo/uboot/u-boot-1.1.3/cpu/mpc83xx/start.S
> > <unknown> tried to exec get_feature but failed (No such file or directory)
> > Assembler messages:
> > Fatal error: invalid listing option `3'
> > make: *** [cpu/mpc83xx/start.o] Error 2
> > 
> > Can someone help me fix this?
> > 
> > Thanks and Regards,
> > Ananth.
> > 
> > 
> > ------------------------------------------------------
> > Perdi 2 Taglie in 60 Giorni con Perdi Peso Cerotto!
> > http://click.libero.it/perdipesocerotto3
> > 
> > 
> > 
> > -------------------------------------------------------------------------
> > Using Tomcat but need to do more? Need to support web services, security?
> > Get stuff done quickly with pre-integrated technology to make your job easier
> > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> > _______________________________________________
> > U-Boot-Users mailing list
> > U-Boot-Users at lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/u-boot-users
> 

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

* [U-Boot-Users] MPC8360EPB: error while compiling start.S
  2006-10-28 13:25 ananthsl at libero.it
@ 2006-10-28 18:00 ` Timur Tabi
  0 siblings, 0 replies; 8+ messages in thread
From: Timur Tabi @ 2006-10-28 18:00 UTC (permalink / raw)
  To: u-boot

ananthsl at libero.it wrote:
> Hi,
> Thanks for the quick response;but, I'm unable to download it using git.

Can you tell us why?  Are you having problems with your git 
installation, or do you just not want to install git?  If the latter, I 
strongly suggest you install and learn git, because that's the tool used 
for U-Boot and Linux development, so you may as well learn it now.

On the other hand, if you're having problems with git, we can help you 
with that.

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

* [U-Boot-Users] MPC8360EPB: error while compiling start.S
@ 2006-10-29 12:01 ananthsl at libero.it
  2006-10-30  1:59 ` Timur Tabi
  0 siblings, 1 reply; 8+ messages in thread
From: ananthsl at libero.it @ 2006-10-29 12:01 UTC (permalink / raw)
  To: u-boot

Hi,
I did install git.
But, I'm facing the following problems:
1) "git clone" gives the following error:
git: fatal error: `chdir' failed: permission denied.
I'm running git as a normal user - not as root. (I cannot get "root" permission on the server.)

2) I'm inside a firewall. Do I need to make some settings for git to work with external websites?

Thanks,
Ananth.
---------- Initial Header -----------

From      : "Timur Tabi" timur at freescale.com
To          : "ananthsl at libero.it" ananthsl at libero.it
Cc          : "u-boot-users" u-boot-users at lists.sourceforge.net
Date      : Sat, 28 Oct 2006 13:00:03 -0500
Subject : Re: [U-Boot-Users] MPC8360EPB: error while compiling start.S







> ananthsl at libero.it wrote:
> > Hi,
> > Thanks for the quick response;but, I'm unable to download it using git.
> 
> Can you tell us why?  Are you having problems with your git 
> installation, or do you just not want to install git?  If the latter, I 
> strongly suggest you install and learn git, because that's the tool used 
> for U-Boot and Linux development, so you may as well learn it now.
> 
> On the other hand, if you're having problems with git, we can help you 
> with that.
> 
> 

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

* [U-Boot-Users] MPC8360EPB: error while compiling start.S
  2006-10-29 12:01 [U-Boot-Users] MPC8360EPB: error while compiling start.S ananthsl at libero.it
@ 2006-10-30  1:59 ` Timur Tabi
  0 siblings, 0 replies; 8+ messages in thread
From: Timur Tabi @ 2006-10-30  1:59 UTC (permalink / raw)
  To: u-boot

ananthsl at libero.it wrote:
> Hi,
> I did install git.
> But, I'm facing the following problems:
> 1) "git clone" gives the following error:
> git: fatal error: `chdir' failed: permission denied.
> I'm running git as a normal user - not as root. (I cannot get "root" permission on the server.)
> 
> 2) I'm inside a firewall. Do I need to make some settings for git to work with external websites?

Are you using the git:// or http:// protocols?  If you're using git://, 
try replacing that with http://, which is meant for firewalls.  We have 
the same problem here in Freescale, so we always need to use http://.

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

* [U-Boot-Users] MPC8360EPB: error while compiling start.S
@ 2006-10-30 14:36 ananthsl at libero.it
  2006-10-30 15:27 ` Kim Phillips
  0 siblings, 1 reply; 8+ messages in thread
From: ananthsl at libero.it @ 2006-10-30 14:36 UTC (permalink / raw)
  To: u-boot

Hi,
When I ran "git clone http://opensource.freescale.com/pub/scm/u-boot-83xx.git",
I get the following error:

git: fatal error: `chdir' failed: permission denied.

I checked the git code, but, couldn't find this.
I hope git doesn't need me to be superuser.

Thanks and Regards,
Ananth.

---------- Initial Header -----------

From      : "Timur Tabi" timur at freescale.com
To          : "ananthsl at libero.it" ananthsl at libero.it
Cc          : "u-boot-users" u-boot-users at lists.sourceforge.net
Date      : Sun, 29 Oct 2006 19:59:58 -0600
Subject : Re: [U-Boot-Users] MPC8360EPB: error while compiling start.S







> ananthsl at libero.it wrote:
> > Hi,
> > I did install git.
> > But, I'm facing the following problems:
> > 1) "git clone" gives the following error:
> > git: fatal error: `chdir' failed: permission denied.
> > I'm running git as a normal user - not as root. (I cannot get "root" permission on the server.)
> > 
> > 2) I'm inside a firewall. Do I need to make some settings for git to work with external websites?
> 
> Are you using the git:// or http:// protocols?  If you're using git://, 
> try replacing that with http://, which is meant for firewalls.  We have 
> the same problem here in Freescale, so we always need to use http://.
> 


------------------------------------------------------
Mutui a tassi scontati da 30 banche. Richiedi online e risparmia...Servizio gratuito. www.mutuionline.it
http://click.libero.it/mutuionline30ott

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

* [U-Boot-Users] MPC8360EPB: error while compiling start.S
  2006-10-30 14:36 ananthsl at libero.it
@ 2006-10-30 15:27 ` Kim Phillips
  0 siblings, 0 replies; 8+ messages in thread
From: Kim Phillips @ 2006-10-30 15:27 UTC (permalink / raw)
  To: u-boot

a quick googling for this error suggests you're running into a conflict with GNU Interactive Tools, which also installs a 'git' executable.  This is a problem with your distro, and, of course, off-topic here on u-boot-users.

Kim

On Mon, 30 Oct 2006 15:36:06 +0100
"ananthsl at libero.it" <ananthsl@libero.it> wrote:

> Hi,
> When I ran "git clone http://opensource.freescale.com/pub/scm/u-boot-83xx.git",
> I get the following error:
> 
> git: fatal error: `chdir' failed: permission denied.
> 
> I checked the git code, but, couldn't find this.
> I hope git doesn't need me to be superuser.
> 

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

end of thread, other threads:[~2006-10-30 15:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-29 12:01 [U-Boot-Users] MPC8360EPB: error while compiling start.S ananthsl at libero.it
2006-10-30  1:59 ` Timur Tabi
  -- strict thread matches above, loose matches on Subject: below --
2006-10-30 14:36 ananthsl at libero.it
2006-10-30 15:27 ` Kim Phillips
2006-10-28 13:25 ananthsl at libero.it
2006-10-28 18:00 ` Timur Tabi
2006-10-27 16:04 ananthsl at libero.it
2006-10-27 17:45 ` Kim Phillips

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