* [U-Boot] build u-boot 2010-03 for freescale 8349E
@ 2010-06-10 17:21 Zied Fakhfakh
2010-06-10 17:36 ` Stefano Babic
[not found] ` <4C112234.8000500@denx.de>
0 siblings, 2 replies; 6+ messages in thread
From: Zied Fakhfakh @ 2010-06-10 17:21 UTC (permalink / raw)
To: u-boot
HI all,
I'm new to u-boot. I trying to build u-boot 2010-03 for freescale 8349E
make MPC8349E_config
does not work ?
any suggestion ?
--
Zied FAKHFAKH
Dot TN - CTO
@: fzied at dottn.com
t: +216 71 82 89 58
f: +216 71 82 89 58
w: http://www.dottn.com
a: Centre Molka, Esc E, Bur 17 - Manar 2 - 2092 - Tunis - Tunisia
^ permalink raw reply [flat|nested] 6+ messages in thread* [U-Boot] build u-boot 2010-03 for freescale 8349E 2010-06-10 17:21 [U-Boot] build u-boot 2010-03 for freescale 8349E Zied Fakhfakh @ 2010-06-10 17:36 ` Stefano Babic [not found] ` <4C112234.8000500@denx.de> 1 sibling, 0 replies; 6+ messages in thread From: Stefano Babic @ 2010-06-10 17:36 UTC (permalink / raw) To: u-boot Zied Fakhfakh wrote: > > HI all, > > > > I'm new to u-boot. I trying to build u-boot 2010-03 for freescale 8349E > > > > make MPC8349E_config > > > > does not work ? Probably because there is not a board with this name... > > > > any suggestion ? There are some boards using this processor: MPC8349EMDS MPC8349ITX TQM834x For example, make MPC8349EMDS_config works flawlessy. You must check if your target matches one of this board or if it is very similar to one of them and making the porting. Only you know your target. Regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de ===================================================================== ^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <4C112234.8000500@denx.de>]
[parent not found: <AANLkTinfkvlJCUV2lXd9tRL8zHbosG3HycNKR8WoG_El@mail.gmail.com>]
* [U-Boot] build u-boot 2010-03 for freescale 8349E [not found] ` <AANLkTinfkvlJCUV2lXd9tRL8zHbosG3HycNKR8WoG_El@mail.gmail.com> @ 2010-06-10 17:51 ` Zied Fakhfakh 2010-06-10 17:53 ` Ben Warren 0 siblings, 1 reply; 6+ messages in thread From: Zied Fakhfakh @ 2010-06-10 17:51 UTC (permalink / raw) To: u-boot it's definitly this one On Thu, Jun 10, 2010 at 6:40 PM, Zied Fakhfakh <fzied@dottn.com> wrote: > MPC8349ITX > http://www.linuxfordevices.com/files/misc/freescale_mpc8349e_mitx.jpg [root at zitouna u-boot-2010.03]# make MPC8349ITX_config make: ppc_8xx-gcc: Command not found /bin/sh: ppc_8xx-gcc: command not found dirname: missing operand Try `dirname --help' for more information. Generating include/autoconf.mk /bin/sh: line 3: ppc_8xx-gcc: command not found /bin/sh: ppc_8xx-gcc: command not found dirname: missing operand Try `dirname --help' for more information. Generating include/autoconf.mk.dep /bin/sh: line 3: ppc_8xx-gcc: command not found make: ppc_8xx-gcc: Command not found /bin/sh: ppc_8xx-gcc: command not found dirname: missing operand Try `dirname --help' for more information. /bin/sh: ppc_8xx-gcc: command not found dirname: missing operand Try `dirname --help' for more information. Configuring for MPC8349ITX board... [root at zitouna u-boot-2010.03]# any suggestion ? am on Red Hat Enterprise Linux 5 x86_64, I don't know how to go CROSS_COMPILING :( -- Zied FAKHFAKH Dot TN - CTO @: fzied at dottn.com t: +216 71 82 89 58 f: +216 71 82 89 58 w: http://www.dottn.com a: Centre Molka, Esc E, Bur 17 - Manar 2 - 2092 - Tunis - Tunisia ^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] build u-boot 2010-03 for freescale 8349E 2010-06-10 17:51 ` Zied Fakhfakh @ 2010-06-10 17:53 ` Ben Warren 2010-06-10 18:11 ` Zied Fakhfakh 0 siblings, 1 reply; 6+ messages in thread From: Ben Warren @ 2010-06-10 17:53 UTC (permalink / raw) To: u-boot On 6/10/2010 10:51 AM, Zied Fakhfakh wrote: > it's definitly this one > > On Thu, Jun 10, 2010 at 6:40 PM, Zied Fakhfakh<fzied@dottn.com> wrote: > > >> MPC8349ITX >> >> > http://www.linuxfordevices.com/files/misc/freescale_mpc8349e_mitx.jpg > > [root at zitouna u-boot-2010.03]# make MPC8349ITX_config > make: ppc_8xx-gcc: Command not found > /bin/sh: ppc_8xx-gcc: command not found > dirname: missing operand > Try `dirname --help' for more information. > Generating include/autoconf.mk > /bin/sh: line 3: ppc_8xx-gcc: command not found > /bin/sh: ppc_8xx-gcc: command not found > dirname: missing operand > Try `dirname --help' for more information. > Generating include/autoconf.mk.dep > /bin/sh: line 3: ppc_8xx-gcc: command not found > make: ppc_8xx-gcc: Command not found > /bin/sh: ppc_8xx-gcc: command not found > dirname: missing operand > Try `dirname --help' for more information. > /bin/sh: ppc_8xx-gcc: command not found > dirname: missing operand > Try `dirname --help' for more information. > Configuring for MPC8349ITX board... > [root at zitouna u-boot-2010.03]# > > any suggestion ? > > am on Red Hat Enterprise Linux 5 x86_64, I don't know how to go > CROSS_COMPILING :( > > You need a toolchain. Try this one: http://www.denx.de/wiki/DULG/ELDK There's a mailing list and everything. Ask intelligent questions there. regards, Ben ^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] build u-boot 2010-03 for freescale 8349E 2010-06-10 17:53 ` Ben Warren @ 2010-06-10 18:11 ` Zied Fakhfakh 2010-06-10 18:55 ` Wolfgang Denk 0 siblings, 1 reply; 6+ messages in thread From: Zied Fakhfakh @ 2010-06-10 18:11 UTC (permalink / raw) To: u-boot On Thu, Jun 10, 2010 at 6:53 PM, Ben Warren <biggerbadderben@gmail.com>wrote: > You need a toolchain. Try this one: > > http://www.denx.de/wiki/DULG/ELDK > > There's a mailing list and everything. Ask intelligent questions there. > [?] > > regards, > -- Zied FAKHFAKH Dot TN - CTO @: fzied at dottn.com t: +216 71 82 89 58 f: +216 71 82 89 58 w: http://www.dottn.com a: Centre Molka, Esc E, Bur 17 - Manar 2 - 2092 - Tunis - Tunisia -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 352 bytes Desc: not available Url : http://lists.denx.de/pipermail/u-boot/attachments/20100610/aaa5be01/attachment.gif ^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] build u-boot 2010-03 for freescale 8349E 2010-06-10 18:11 ` Zied Fakhfakh @ 2010-06-10 18:55 ` Wolfgang Denk 0 siblings, 0 replies; 6+ messages in thread From: Wolfgang Denk @ 2010-06-10 18:55 UTC (permalink / raw) To: u-boot Dear Zied Fakhfakh, In message <AANLkTimFZinkPSumnpMuWqkkw9rT9cIXfttsIfMz1ttx@mail.gmail.com> you wrote: > > > You need a toolchain. Try this one: > > > > http://www.denx.de/wiki/DULG/ELDK > > > > There's a mailing list and everything. Ask intelligent questions there. > > > [?] http://lists.denx.de/mailman/listinfo/eldk Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de Prepare for tomorrow -- get ready. -- Edith Keeler, "The City On the Edge of Forever", stardate unknown ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-06-10 18:55 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-10 17:21 [U-Boot] build u-boot 2010-03 for freescale 8349E Zied Fakhfakh
2010-06-10 17:36 ` Stefano Babic
[not found] ` <4C112234.8000500@denx.de>
[not found] ` <AANLkTinfkvlJCUV2lXd9tRL8zHbosG3HycNKR8WoG_El@mail.gmail.com>
2010-06-10 17:51 ` Zied Fakhfakh
2010-06-10 17:53 ` Ben Warren
2010-06-10 18:11 ` Zied Fakhfakh
2010-06-10 18:55 ` Wolfgang Denk
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.