* Building Cross Compiler for MPC8260ADS
@ 2008-05-23 9:16 Misbah khan
2008-05-23 9:19 ` SETTE AGOSTINO - technolabs
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Misbah khan @ 2008-05-23 9:16 UTC (permalink / raw)
To: linuxppc-embedded
Hi all
I need to built the cross compiler for MPC8260ADS to compile it for target
board. The u-boot which i am using is version 1.1.6. I need to make the
u-boot configuration and flash the image. I already have a ppc crosscompiler
but it is giving this error message :-
make: powerpc-linux-gcc: Command not found
for dir in tools examples post post/cpu ; do make -C $dir _depend ; done
make[1]: powerpc-linux-gcc: Command not found
make[1]: Entering directory `/cashel/home/spx/misbah/u-boot-1.1.6/tools'
ln -s ../common/environment.c environment.c
ln -s ../lib_generic/crc32.c crc32.c
make[1]: Leaving directory `/cashel/home/spx/misbah/u-boot-1.1.6/tools'
make[1]: powerpc-linux-gcc: Command not found
make[1]: Entering directory `/cashel/home/spx/misbah/u-boot-1.1.6/tools'
make[1]: Nothing to be done for `_depend'.
make[1]: Leaving directory `/cashel/home/spx/misbah/u-boot-1.1.6/tools'
make[1]: powerpc-linux-gcc: Command not found
make[1]: Entering directory `/cashel/home/spx/misbah/u-boot-1.1.6/examples'
/bin/sh: powerpc-linux-gcc: command not found
dirname: too few arguments
Try `dirname --help' for more information.
/bin/sh: powerpc-linux-gcc: command not found
dirname: too few arguments
Try `dirname --help' for more information.
/bin/sh: powerpc-linux-gcc: command not found
/bin/sh: powerpc-linux-gcc: command not found
/bin/sh: powerpc-linux-gcc: command not found
Can any one tell me How to get the Cross compiler for MPC8260ADS and how to
built it ...
Please do share your experience in this regard ...
Thanks in Advance
Misbah <><
--
View this message in context: http://www.nabble.com/Building-Cross-Compiler-for-MPC8260ADS-tp17421912p17421912.html
Sent from the linuxppc-embedded mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: Building Cross Compiler for MPC8260ADS
2008-05-23 9:16 Building Cross Compiler for MPC8260ADS Misbah khan
@ 2008-05-23 9:19 ` SETTE AGOSTINO - technolabs
2008-05-23 12:53 ` Norbert van Bolhuis
2008-05-25 19:35 ` Robert Schwebel
2 siblings, 0 replies; 5+ messages in thread
From: SETTE AGOSTINO - technolabs @ 2008-05-23 9:19 UTC (permalink / raw)
To: Misbah khan, linuxppc-embedded
Hi Misbah,
This is off topic here. Please post on the u-boot-users mailing
list instead.
Regards
Agostino Sette
> -----Original Message-----
> From: =
linuxppc-embedded-bounces+agostino.sette=3Dtechnolabs.it@ozlabs.org =
[mailto:linuxppc-embedded-
> bounces+agostino.sette=3Dtechnolabs.it@ozlabs.org] On Behalf Of Misbah =
khan
> Sent: venerd=EC 23 maggio 2008 11.16
> To: linuxppc-embedded@ozlabs.org
> Subject: Building Cross Compiler for MPC8260ADS
>=20
>=20
> Hi all
>=20
> I need to built the cross compiler for MPC8260ADS to compile it for =
target
> board. The u-boot which i am using is version 1.1.6. I need to make =
the
> u-boot configuration and flash the image. I already have a ppc =
crosscompiler
> but it is giving this error message :-
>=20
> make: powerpc-linux-gcc: Command not found
> for dir in tools examples post post/cpu ; do make -C $dir _depend ; =
done
> make[1]: powerpc-linux-gcc: Command not found
> make[1]: Entering directory =
`/cashel/home/spx/misbah/u-boot-1.1.6/tools'
> ln -s ../common/environment.c environment.c
> ln -s ../lib_generic/crc32.c crc32.c
> make[1]: Leaving directory =
`/cashel/home/spx/misbah/u-boot-1.1.6/tools'
> make[1]: powerpc-linux-gcc: Command not found
> make[1]: Entering directory =
`/cashel/home/spx/misbah/u-boot-1.1.6/tools'
> make[1]: Nothing to be done for `_depend'.
> make[1]: Leaving directory =
`/cashel/home/spx/misbah/u-boot-1.1.6/tools'
> make[1]: powerpc-linux-gcc: Command not found
> make[1]: Entering directory =
`/cashel/home/spx/misbah/u-boot-1.1.6/examples'
> /bin/sh: powerpc-linux-gcc: command not found
> dirname: too few arguments
> Try `dirname --help' for more information.
> /bin/sh: powerpc-linux-gcc: command not found
> dirname: too few arguments
> Try `dirname --help' for more information.
> /bin/sh: powerpc-linux-gcc: command not found
> /bin/sh: powerpc-linux-gcc: command not found
> /bin/sh: powerpc-linux-gcc: command not found
>=20
>=20
>=20
> Can any one tell me How to get the Cross compiler for MPC8260ADS and =
how to
> built it ...
>=20
> Please do share your experience in this regard ...
>=20
> Thanks in Advance
> Misbah <><
> --
> View this message in context: =
http://www.nabble.com/Building-Cross-Compiler-for-MPC8260ADS-
> tp17421912p17421912.html
> Sent from the linuxppc-embedded mailing list archive at Nabble.com.
>=20
> _______________________________________________
> Linuxppc-embedded mailing list
> Linuxppc-embedded@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-embedded
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Building Cross Compiler for MPC8260ADS
2008-05-23 9:16 Building Cross Compiler for MPC8260ADS Misbah khan
2008-05-23 9:19 ` SETTE AGOSTINO - technolabs
@ 2008-05-23 12:53 ` Norbert van Bolhuis
2008-05-26 10:16 ` Misbah khan
2008-05-25 19:35 ` Robert Schwebel
2 siblings, 1 reply; 5+ messages in thread
From: Norbert van Bolhuis @ 2008-05-23 12:53 UTC (permalink / raw)
To: Misbah khan; +Cc: linuxppc-embedded
you can build cross gcc compilers with crosstool.
this is a tool (script) that does everything for you,
see http://kegel.com/crosstool
--
This message has been scanned for viruses and is believed to be clean
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Building Cross Compiler for MPC8260ADS
2008-05-23 9:16 Building Cross Compiler for MPC8260ADS Misbah khan
2008-05-23 9:19 ` SETTE AGOSTINO - technolabs
2008-05-23 12:53 ` Norbert van Bolhuis
@ 2008-05-25 19:35 ` Robert Schwebel
2 siblings, 0 replies; 5+ messages in thread
From: Robert Schwebel @ 2008-05-25 19:35 UTC (permalink / raw)
To: Misbah khan; +Cc: linuxppc-embedded
On Fri, May 23, 2008 at 02:16:26AM -0700, Misbah khan wrote:
> I need to built the cross compiler for MPC8260ADS to compile it for target
> board. The u-boot which i am using is version 1.1.6. I need to make the
> u-boot configuration and flash the image. I already have a ppc crosscompiler
> but it is giving this error message :-
OSELAS.Toolchain-1.1.1 can build a powerpc-603e-linux-gnu compiler for
you which works for the 8260.
Robert
--
Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de
Pengutronix - Linux Solutions for Science and Industry
Handelsregister: Amtsgericht Hildesheim, HRA 2686
Hannoversche Str. 2, 31134 Hildesheim, Germany
Phone: +49-5121-206917-0 | Fax: +49-5121-206917-9
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Building Cross Compiler for MPC8260ADS
2008-05-23 12:53 ` Norbert van Bolhuis
@ 2008-05-26 10:16 ` Misbah khan
0 siblings, 0 replies; 5+ messages in thread
From: Misbah khan @ 2008-05-26 10:16 UTC (permalink / raw)
To: linuxppc-embedded
Hi Mr Bolhuis
Thanks for your reply. i did the same what you suggested,but while running
the script its asking to set the enviourmnental variable like
TARGET,PREFIX,GCC,GCC_FLAG etc which unknowlingly how can we set. Is there a
config file that should tell us what are the enviourmnental variable to be
set.
regards
Misbah <><
Norbert van Bolhuis-2 wrote:
>
>
> you can build cross gcc compilers with crosstool.
> this is a tool (script) that does everything for you,
> see http://kegel.com/crosstool
>
> --
> This message has been scanned for viruses and is believed to be clean
>
> _______________________________________________
> Linuxppc-embedded mailing list
> Linuxppc-embedded@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-embedded
>
>
--
View this message in context: http://www.nabble.com/Building-Cross-Compiler-for-MPC8260ADS-tp17421912p17469227.html
Sent from the linuxppc-embedded mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-05-26 10:16 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-23 9:16 Building Cross Compiler for MPC8260ADS Misbah khan
2008-05-23 9:19 ` SETTE AGOSTINO - technolabs
2008-05-23 12:53 ` Norbert van Bolhuis
2008-05-26 10:16 ` Misbah khan
2008-05-25 19:35 ` Robert Schwebel
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).