* looking for source files for MPC8xx --- help me~~~
@ 2002-04-30 0:22 전혜영
2002-04-30 2:39 ` Sangmoon Kim
0 siblings, 1 reply; 4+ messages in thread
From: 전혜영 @ 2002-04-30 0:22 UTC (permalink / raw)
To: linuxppc-embedded
hello!
I looking for source/binaries ( example> sh, init etc... ) for MPC8xx.
but It was difficult!
1. Could you tell me how to find the sources ??
and I read a following message in mailling web site ( http://lists.linuxppc.org/linuxppc-embedded/200003/msg00077.html )
I go to the http://www.mvista.com site , but I can't anyting source
2. and I found some source for bash-xxx.tar.gz ..etc from gnu.org
when I complile the sources using powerpc-linux compiler ( gcc-2.95 , glibc-2.2.3 )
it's giving error that
checking whetehr setvbuf argument are reserved... configure: error cannot run test program while cross compiling
I was compiled following option
#./configure --host=poweprc-linux --build=i386-linux
what's problem?? I'm not understanding.....
help me?
can you terll me how to find sources and how to correct compiling method??
and I can find hhl1.2 source for SRPM format??
thank you !!
==== I read the message =================================================
Montavista currently has both source and binaries available for all those
and more on thier ftp site. http://www.mvista.com
Matthew Locke
Embedded Planet
> -----Original Message-----
> From: Rodney Davies
>
> I was wondering if the inetd networking has been made for embedded linux?
> ...I guess along with in.telnetd, in.ftpd etc etc...??
>
> I'm currently trying to port inetd over myself... will let you know how I
> go...
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: looking for source files for MPC8xx --- help me~~~
@ 2002-05-02 7:13 Mészáros Lajos
0 siblings, 0 replies; 4+ messages in thread
From: Mészáros Lajos @ 2002-05-02 7:13 UTC (permalink / raw)
To: linuxppc-embedded
[-- Attachment #1: Type: text/plain, Size: 246 bytes --]
Bash DO support cross compiling but not all target and not correctly.
I have bumped into this problem, amended *.in files and sent the patch(2.05)
to Chet Ramey, CWRU at http :// cnswww. cns. cwru. edu/ ~chet/ . It is the
patch here!
Ludwig
[-- Attachment #2: 2send.tar.gz --]
[-- Type: application/octet-stream, Size: 2892 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: looking for source files for MPC8xx --- help me~~~
@ 2002-05-02 7:17 Michael Habermann
0 siblings, 0 replies; 4+ messages in thread
From: Michael Habermann @ 2002-05-02 7:17 UTC (permalink / raw)
To: hychon; +Cc: linuxppc-embedded
At 09:22 AM 4/30/2002 +0900, you wrote:
>2. and I found some source for bash-xxx.tar.gz ..etc from gnu.org
>when I complile the sources using powerpc-linux compiler ( gcc-2.95 ,
>glibc-2.2.3 )
>it's giving error that
>
>checking whetehr setvbuf argument are reserved... configure: error cannot
>run test program while cross compiling
>
>
>I was compiled following option
>#./configure --host=poweprc-linux --build=i386-linux
The configure script tries to find out a configuration option by creating a
small c file, compiling it and executing afterwards. Because you
cross-compile, executing doesn't work.
So you have to check the configure script, what is tested and find the
correct result of the test, e.g. by looking into the man page of setvbuf.
Finally, you have to overwrite the variable for the configure script, so
that it doesn't need to execute the test anymore. It looks like this then:
ac_xxx=yes ac_yyy=no ./configure --host=poweprc-linux --build=i386-linux
** 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:[~2002-05-02 7:17 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-30 0:22 looking for source files for MPC8xx --- help me~~~ 전혜영
2002-04-30 2:39 ` Sangmoon Kim
-- strict thread matches above, loose matches on Subject: below --
2002-05-02 7:13 Mészáros Lajos
2002-05-02 7:17 Michael Habermann
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).