linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* how to Compile linuxppc 2.5
@ 2004-02-07  1:31 sun-zj
  0 siblings, 0 replies; 4+ messages in thread
From: sun-zj @ 2004-02-07  1:31 UTC (permalink / raw)
  To: linuxppc-embedded; +Cc: wd


Hi:
I am using linuxppc-2.4.pre2, it works fine. But now I have some questions.
My board is FADS and CPU is PPC860T(FEC ethernet). I test its' network
performance. When I send to much data to PPC+linux,the linux OS can't repond
any my input through serial. after some time, the login process is killed,
and I can't login anymore but I can ping it from other computer. what happen
to that??
second, I want to see whether the linuxppc_2.5 has some improvement for
that. so I download the linuxppc_2.5 from denx by BK Clone. But how can
extract the source files from BK's file?? Under the
linuxppc_2.5 how Can compile the kernel?? I compile the official kernel
2.6.2. It dones't know what I make(I use "make FADS_config" command and denx
cross toolchains)??

Thanks a lots for your instructions.

Best Regards.
Zongjun Sun

Bejing TDK Corp. Ltd
8610-82644933 ext:6210

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

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

* Re: how to Compile linuxppc 2.5
       [not found] <20040207013712.CE6EA42E99@denx.de>
@ 2004-02-07  1:49 ` Wolfgang Denk
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2004-02-07  1:49 UTC (permalink / raw)
  To: sun-zj; +Cc: linuxppc-embedded


In message <20040207013712.CE6EA42E99@denx.de> you wrote:
>
> second, I want to see whether the linuxppc_2.5 has some improvement for
> that. so I download the linuxppc_2.5 from denx by BK Clone. But how can

This is impossible.

You will not find a 2.5 source tree on our servers, and  we  also  do
NOT use Bitkeeper.

Best regards,

Wolfgang Denk

--
See us @ Embedded World, Nuremberg, Feb 17 - 19,  Hall 12.0 Booth 440
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd@denx.de
How many QA engineers does it take to screw in a lightbulb? 3:  1  to
screw it in and 2 to say "I told you so" when it doesn't work.

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

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

* Re: how to Compile linuxppc 2.5
@ 2004-02-07  4:22 sun-zj
  0 siblings, 0 replies; 4+ messages in thread
From: sun-zj @ 2004-02-07  4:22 UTC (permalink / raw)
  To: Wolfgang Denk; +Cc: linuxppc-embedded


Hi,Denk:

Sorry for wrong information, I get the linuxppc_2.5 from
bk://ppc.bkbits.net/linuxppc-2.5 not from Denx.:(  But I want to know
whether I can make  kernel from the source even if it is not from your
sites. When I make the FADS_config, It complains the no FADS_config rules
exist, but the directory arch/ppc/configs has FADS_config.
another question how can I get linuxppc_2_5 from your sites?

Thanks very much for your great works on PPC!!!
Best Regards.
Zongjun Sun

Beijing TDK Corp.Ltd
8610-82644933 ext:6210

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

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

* Re: how to Compile linuxppc 2.5
       [not found] <20040207042455.C5FFD42EB0@denx.de>
@ 2004-02-07 10:15 ` Wolfgang Denk
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2004-02-07 10:15 UTC (permalink / raw)
  To: sun-zj; +Cc: linuxppc-embedded


In message <20040207042455.C5FFD42EB0@denx.de> you wrote:
>
> Sorry for wrong information, I get the linuxppc_2.5 from
> bk://ppc.bkbits.net/linuxppc-2.5 not from Denx.:(  But I want to know
> whether I can make  kernel from the source even if it is not from your
> sites. When I make the FADS_config, It complains the no FADS_config rules

Of course you can use the ELDK to compile _any_ kernel source tree.

> exist, but the directory arch/ppc/configs has FADS_config.

Many things have changed in 2.5/2.6. Please try:

	-> make ARCH=ppc CROSS_COMPILE=ppc_8xx- FADS_defconfig
	-> make ARCH=ppc CROSS_COMPILE=ppc_8xx- uImage

But don't expect that this will actually work.

Even with the latest version (2.6.2) will end  up  with  errors  like
this:

arch/ppc/kernel/ppc_ksyms.c:351: `request_8xxirq' undeclared here (not in a function)
arch/ppc/kernel/ppc_ksyms.c:351: initializer element is not constant
arch/ppc/kernel/ppc_ksyms.c:351: (near initialization for `__ksymtab_request_8xxirq.value')


> another question how can I get linuxppc_2_5 from your sites?

At the moment you cannot. We don't support this  yet.  IMHO  the  2.6
kernel is not ripe yet for real-life use.

> Thanks very much for your great works on PPC!!!

You are welcome.

Best regards,

Wolfgang Denk

--
See us @ Embedded World, Nuremberg, Feb 17 - 19,  Hall 12.0 Booth 440
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd@denx.de
Each honest calling, each walk of life, has its own  elite,  its  own
aristocracy based on excellence of performance. - James Bryant Conant

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

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

end of thread, other threads:[~2004-02-07 10:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20040207042455.C5FFD42EB0@denx.de>
2004-02-07 10:15 ` how to Compile linuxppc 2.5 Wolfgang Denk
2004-02-07  4:22 sun-zj
     [not found] <20040207013712.CE6EA42E99@denx.de>
2004-02-07  1:49 ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2004-02-07  1:31 sun-zj

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).