linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* problem when compiling gcc for pwerpc
@ 2002-06-05  9:15 vandana  mehtani
  2002-06-05 10:14 ` Wolfgang Denk
  2002-06-17 19:48 ` Regarding floating point exception -IBM750CX bhupinder sahran
  0 siblings, 2 replies; 5+ messages in thread
From: vandana  mehtani @ 2002-06-05  9:15 UTC (permalink / raw)
  To: linuxppc-embedded; +Cc: Sukesh.Acharya


hello all
i am trying to make a crosscompiler for powerpc using the option
powerpc-linux...
when i was trying to configure gcc for powerpc with the following
command
usr/src/gcc/gcc-2.96-20000731/configure --target=ppc-linux
--prefix=/ccpowerpc --enable-shared --enable-languages=c 2>&1 |
tee configure.out
i got the following error...

make[2] ppc-linux-ar
command not found..
make[2] [libgcc.a]
make[1] [stmp-multilib]Error 2
all-gcc
how do i rectify the error..
thanks in advance
vandana


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

* problem when compiling gcc for pwerpc
@ 2002-06-05  9:18 vandana  mehtani
  0 siblings, 0 replies; 5+ messages in thread
From: vandana  mehtani @ 2002-06-05  9:18 UTC (permalink / raw)
  To: linuxppc-embedded; +Cc: Sukesh.Acharya


hello all
i am trying to make a crosscompiler for powerpc using the option
powerpc-linux...
when i was trying to configure gcc for powerpc with the following
command
usr/src/gcc/gcc-2.96-20000731/configure --target=ppc-linux
--prefix=/ccpowerpc --enable-shared --enable-languages=c 2>&1 |
tee configure.out
i got the following error...

make[2] ppc-linux-ar
command not found..
make[2] [libgcc.a]
make[1] [stmp-multilib]Error 2
all-gcc
how do i rectify the error..
thanks in advance
vandana


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

* Re: problem when compiling gcc for pwerpc
  2002-06-05  9:15 problem when compiling gcc for pwerpc vandana  mehtani
@ 2002-06-05 10:14 ` Wolfgang Denk
  2002-06-17 19:48 ` Regarding floating point exception -IBM750CX bhupinder sahran
  1 sibling, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2002-06-05 10:14 UTC (permalink / raw)
  To: vandana mehtani; +Cc: linuxppc-embedded, Sukesh.Acharya


Dear Vandana,

in message <20020605091527.20240.qmail@webmail9.rediffmail.com> you wrote:
>
> i am trying to make a crosscompiler for powerpc using the option
> powerpc-linux...

Why don't you just use existing, working tools?  Our  Embedded  Linux
Development  Kit  is  free for download, just us it. It also includes
instructions how to rebuild  from  prstine  source  files  if  you're
really in the mood to do so. See http://www.denx.de/ELDK/

> when i was trying to configure gcc for powerpc with the following
> command
> usr/src/gcc/gcc-2.96-20000731/configure --target=ppc-linux

You're heading for trouble anyway.  GCC  2.96  was  never  officially
released.  It  is a known fact that it cannot be used for instance to
compile a Linux kernel. Even if you manage to build it, you will  not
have much fun using it.

Wolfgang Denk

--
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd@denx.de
Real programmers don't comment their code. It was hard to  write,  it
should be hard to understand.

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

* Re: problem when compiling gcc for pwerpc
  2002-06-05 11:21 vandana  mehtani
@ 2002-06-05 14:41 ` Wolfgang Denk
  0 siblings, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2002-06-05 14:41 UTC (permalink / raw)
  To: vandana mehtani; +Cc: linuxppc-embedded


In message <20020605112113.25323.qmail@webmail3.rediffmail.com> you wrote:
>
> ya i can do this ..
> but the error if can be solved wld be nice...

It's a waste of time even to look at it.

The 2.96 version of GCC is  broken.  It  has  never  been  officially
released, and it cannot be used for any kernel-related work.

Forget it.

Wolfgang Denk

--
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd@denx.de
Hacking's just another word for nothing left to kludge.

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

* Regarding  floating point exception -IBM750CX
  2002-06-05  9:15 problem when compiling gcc for pwerpc vandana  mehtani
  2002-06-05 10:14 ` Wolfgang Denk
@ 2002-06-17 19:48 ` bhupinder sahran
  1 sibling, 0 replies; 5+ messages in thread
From: bhupinder sahran @ 2002-06-17 19:48 UTC (permalink / raw)
  To: linuxppc-embedded


hello guys
i am tring to port linux-2.4.18 & ppcboot on IBM750CX.
kernel is booting, it is also mounting ramdisk. But
when we are running some of the commands like 'ls' ,
we are getting some errors like.......

Floating point used in kernel.....
oops....................
segmentation fault...

can any of u guys through a light here.
thanx
Bhupi


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

end of thread, other threads:[~2002-06-17 19:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-05  9:15 problem when compiling gcc for pwerpc vandana  mehtani
2002-06-05 10:14 ` Wolfgang Denk
2002-06-17 19:48 ` Regarding floating point exception -IBM750CX bhupinder sahran
  -- strict thread matches above, loose matches on Subject: below --
2002-06-05  9:18 problem when compiling gcc for pwerpc vandana  mehtani
2002-06-05 11:21 vandana  mehtani
2002-06-05 14:41 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).