* can I find the patch files for mpc860T
@ 2002-06-19 2:37 전혜영
2002-06-19 6:06 ` Wolfgang Denk
2002-06-19 14:47 ` Magnus Damm
0 siblings, 2 replies; 3+ messages in thread
From: 전혜영 @ 2002-06-19 2:37 UTC (permalink / raw)
To: linuxppc_mailing
hello !
I have some problems, when I compile with bash-2.05a for Powerpc (mpc860).
I download the sources from LFS stie , but it is not support for MPC860T
when I build the sources, it was occur some errors with following error message
can you help me what's problem and I can find the patch files for mpc860T
==== error MESAGE =====================
[root@CBLinux bash-2.05a]# CC=powerpc-linux-gcc AR=powerpc-linux-ar
RANLIB=powerpc-linux-ranlib ./configure --host=powerpc-linux
--build=i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking host system type... powerpc-unknown-linux-gnu
Beginning configuration for bash-2.05a for powerpc-unknown-linux-gnu
checking for powerpc-linux-gcc... powerpc-linux-gcc
checking whether powerpc-linux-gcc needs -traditional... no
checking for a BSD compatible install... /usr/bin/install -c
checking for ar... powerpc-linux-ar
checking for powerpc-linux-ranlib... powerpc-linux-ranlib
checking for bison... bison -y
checking whether make sets ${MAKE}... yes
checking for powerpc-linux-gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether byte ordering is bigendian... yes
checking for preprocessor stringizing operator... yes
checking for long double... yes
checking for function prototypes... yes
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether char is unsigned... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking whether time.h and sys/time.h may both be included... yes
checking for inttypes.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for stdarg.h... yes
checking for varargs.h... yes
checking for limits.h... yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for locale.h... yes
checking for termcap.h... yes
checking for termio.h... yes
checking for termios.h... yes
checking for dlfcn.h... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for netdb.h... yes
checking for grp.h... yes
checking for strings.h... (cached) yes
checking for sys/ptem.h... no
checking for sys/pte.h... no
checking for sys/stream.h... no
checking for sys/select.h... yes
checking for sys/file.h... yes
checking for sys/resource.h... yes
checking for sys/param.h... yes
checking for sys/socket.h... yes
checking for sys/time.h... yes
checking for sys/times.h... yes
checking for sys/wait.h... yes
checking for netinet/in.h... yes
checking for arpa/inet.h... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether getpgrp takes no argument... yes
checking whether setvbuf arguments are reversed... configure: error: cannot run test program while cross compiling
=======================================
This version is not support for powerpc architecture??
if you have a some solutions, please help me !
Do you know where I can get some patchs???
thanks for reading and have a good day!
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: can I find the patch files for mpc860T
2002-06-19 2:37 can I find the patch files for mpc860T 전혜영
@ 2002-06-19 6:06 ` Wolfgang Denk
2002-06-19 14:47 ` Magnus Damm
1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Denk @ 2002-06-19 6:06 UTC (permalink / raw)
To: 전혜영; +Cc: linuxppc_mailing
In message <001d01c2173a$557e2e70$cf6eb796@corebellhychon> you wrote:
>
> I have some problems, when I compile with bash-2.05a for Powerpc (mpc860).
> I download the sources from LFS stie , but it is not support for MPC860T
> when I build the sources, it was occur some errors with following error message
>
> can you help me what's problem and I can find the patch files for mpc860T
Our Embedded Linux Development Kit comes with binaries that run on
8xx. Also, building everything from the prostine source tarballs is
described - this includes bash. See http://www.denx.de/ELDK/
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd@denx.de
The use of anthropomorphic terminology when dealing with computing
systems is a symptom of professional immaturity. -- Edsger Dijkstra
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: can I find the patch files for mpc860T
2002-06-19 2:37 can I find the patch files for mpc860T 전혜영
2002-06-19 6:06 ` Wolfgang Denk
@ 2002-06-19 14:47 ` Magnus Damm
1 sibling, 0 replies; 3+ messages in thread
From: Magnus Damm @ 2002-06-19 14:47 UTC (permalink / raw)
To: ÀüÇý¿µ; +Cc: linuxppc_mailing
Search the list!
http://lists.linuxppc.org/
See this answer for more information:
http://lists.linuxppc.org/linuxppc-embedded/200103/msg00026.html
/ Magnus
ÀüÇý¿µ wrote:
>
> hello !
>
> I have some problems, when I compile with bash-2.05a for Powerpc (mpc860).
> I download the sources from LFS stie , but it is not support for MPC860T
> when I build the sources, it was occur some errors with following error message
>
> can you help me what's problem and I can find the patch files for mpc860T
>
> ==== error MESAGE =====================
>
> [root@CBLinux bash-2.05a]# CC=powerpc-linux-gcc AR=powerpc-linux-ar
> RANLIB=powerpc-linux-ranlib ./configure --host=powerpc-linux
> --build=i686-pc-linux-gnu
>
> checking build system type... i686-pc-linux-gnu
> checking host system type... powerpc-unknown-linux-gnu
> Beginning configuration for bash-2.05a for powerpc-unknown-linux-gnu
> checking for powerpc-linux-gcc... powerpc-linux-gcc
> checking whether powerpc-linux-gcc needs -traditional... no
> checking for a BSD compatible install... /usr/bin/install -c
> checking for ar... powerpc-linux-ar
> checking for powerpc-linux-ranlib... powerpc-linux-ranlib
> checking for bison... bison -y
> checking whether make sets ${MAKE}... yes
> checking for powerpc-linux-gcc option to accept ANSI C... none needed
> checking for an ANSI C-conforming const... yes
> checking for inline... inline
> checking whether byte ordering is bigendian... yes
> checking for preprocessor stringizing operator... yes
> checking for long double... yes
> checking for function prototypes... yes
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking whether char is unsigned... yes
> checking for dirent.h that defines DIR... yes
> checking for opendir in -ldir... no
> checking whether time.h and sys/time.h may both be included... yes
> checking for inttypes.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for stdlib.h... (cached) yes
> checking for stdarg.h... yes
> checking for varargs.h... yes
> checking for limits.h... yes
> checking for string.h... (cached) yes
> checking for memory.h... (cached) yes
> checking for locale.h... yes
> checking for termcap.h... yes
> checking for termio.h... yes
> checking for termios.h... yes
> checking for dlfcn.h... yes
> checking for stddef.h... yes
> checking for stdint.h... (cached) yes
> checking for netdb.h... yes
> checking for grp.h... yes
> checking for strings.h... (cached) yes
> checking for sys/ptem.h... no
> checking for sys/pte.h... no
> checking for sys/stream.h... no
> checking for sys/select.h... yes
> checking for sys/file.h... yes
> checking for sys/resource.h... yes
> checking for sys/param.h... yes
> checking for sys/socket.h... yes
> checking for sys/time.h... yes
> checking for sys/times.h... yes
> checking for sys/wait.h... yes
> checking for netinet/in.h... yes
> checking for arpa/inet.h... yes
> checking for working alloca.h... yes
> checking for alloca... yes
> checking whether getpgrp takes no argument... yes
> checking whether setvbuf arguments are reversed... configure: error: cannot run test program while cross compiling
> =======================================
>
> This version is not support for powerpc architecture??
> if you have a some solutions, please help me !
> Do you know where I can get some patchs???
>
> thanks for reading and have a good day!
>
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-06-19 14:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-19 2:37 can I find the patch files for mpc860T 전혜영
2002-06-19 6:06 ` Wolfgang Denk
2002-06-19 14:47 ` Magnus Damm
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).