linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* New ppcboot Questions
@ 2001-01-10  6:06 Micael balow
  2001-01-10  8:18 ` Wolfgang Denk
  0 siblings, 1 reply; 2+ messages in thread
From: Micael balow @ 2001-01-10  6:06 UTC (permalink / raw)
  To: linuxppc-embedded


Dear sir,
  I'd like to ask you which compiler you used to
compile ppcboot-0.4.4-pre1 package in order to get a
working ppcboot.srec file.Some one advise me to use
CDK 1.2.
  But after I finished reading the manual of CDK 1.2,
I found that, CDK 1.2 is a Cross Development Kit for
Host-Target systems. What I really need is a just a
Compiling Environment, since I my goal is to make a
zImage for my PBX823 board with a MPC823 CPU on it.
  I think, you must have the experiences in compiling
the ppcboot-0.4.4-pre1 package, so I’d like to
discuss with you the error messages I met when I used
ppc_8xx-gcc as my compiler to make ppcboot.srec, which
is a rule in the “Makefile” of the top-directory of
the ppcboot-0.4.4-pre1 package:

 >No rule to make vsprinf.c needed by vsprintf.o

Judging from this message, there is three
possibilities, first, ppc_8xx-gcc can not compile
vsprinf.c; second, this file(vsprinf.c) is not a
working file; last, the way I use CDK 1.2 is wrong.
What I think about this messages is Ture or False?
What is the correct answer? Can you give me a prompt?
Detailed descriptions are welcome. Thank you very
much.

      Best Regards
                         Micael Balow




--- "Zheng, Haifei" <haifei.zheng@intel.com> 的正文:>
Hi there,
>
> The steps you need to follow is actually stated in
> the manual - Hard Hat
> Linux Cross Development Kit.
> Chapter 4 - setting up and booting the Target.
> Chapter 5 - Configure the Host System.
>
> I think you should have these on the CD or even
> download it from the web.
> http://www.mvista.com/cdk1.2/
> <http://www.mvista.com/cdk1.2/>
>
> Good Luck.
>
> Zheng Haifei
>
> 	-----Original Message-----
> 	From:	Micael balow [SMTP:micaelbalow@yahoo.com.cn]
> 	Sent:	Monday, January 08, 2001 9:41 PM
> 	To:	haifei.zheng@intel.com
> 	Subject:	RE: ppcboot Questions
>
> 	Dear Zheng,
> 	     I use CDK 1.2 as my cross compiler.In fact,I
> am
> 	sorry to say,I don't know how to use CDK 1.2 to
> make
> 	ppcboot_0.4.4.pre1.
> 	     Would you like to give me a description of the
> 	steps that you took to compile ppcboot_0.4.4.pre1
> 	using CDK 1.2.
> 	     Other prompt information is also appreciated
> by
> 	me.Thank you in advance.
> 	     Best Regards
> 	                     Micael Balow
>
> 	--- "Zheng, Haifei" <haifei.zheng@intel.com> ???:>
> 	Hello,
> 	>
> 	> Could you please tell us what cross compiler you
> are
> 	> using? We suggest that
> 	> for out-of-box compiling you use the Monta Vista
> 	> Hardhat Linux distribution.
> 	> http://www.mvista.com/cdk1.2/
> 	> <http://www.mvista.com/cdk1.2/>
> 	> You can look in the on-line Hard Hat Linux CDK
> 1.2
> 	> manual to see if they
> 	> support your board.
> 	>
> 	> Good Luck.
> 	>
> 	>
> 	> Haifei Zheng
> 	>
> 	> 	-----Original Message-----
> 	> 	From:	Micael balow
> [SMTP:micaelbalow@yahoo.com.cn]
> 	> 	Sent:	Friday, January 05, 2001 6:20 PM
> 	> 	To:	linuxppc-embedded@lists.linuxppc.org
> 	> 	Subject:	ppcboot Questions
> 	>
> 	>
> 	> 	Dear Sir,
> 	> 	      I am a freshman of the development of
> 	> embedded
> 	> 	system, and it is my honor to contact with you .
> 	> 	      I have already had a custom PBX board with
> a
> 	> 	embedded CPU named MPC823, and a monitor has
> 	> already
> 	> 	been flashed into a EPROM on the board.
> 	> 	      I'd like to ask you the following
> questions.
> 	> 	      1.I think,in order to get a kernel image
> and
> 	> let
> 	> 	it run on that board,I need a Linux OS with a
> right
> 	> 	version to complie a kernel. When I used Redhat
> 6.0
> 	> 	and 6.1 Linux to make ppcboot.0.4.4-pre1,I got
> the
> 	> 	following error mesages:
> 	>
> 	> 	>      Makefile:24:***unterminated call to
> 	> >function
> 	> 	'shell' : missing '('. stop.
> 	>
> 	> 	     But when I use Redhat 6.2 Linux to make
> 	> 	ppcboot.0.4.4-pre1,the message is something like
> 	> the
> 	> 	following:
> 	>
> 	> 	>Make[1]:Entering directory '/ppcboot/ppc'
> 	> 	>Make[1]:'.depend' is up to date.
> 	> 	            ...
> 	> 	>Make[1]:Entering directory '/ppcboot/tools'
> 	> 	>Make[1]:***No rule to make target
> 'crc32.c'needed
> 	> >by
> 	> 	'.depend'. stop.
> 	> 	>Make[1]:Leaving directory '/ppcboot/tools'
> 	>
> 	> 	     I do not  know the reason that I got so
> much
> 	> 	error messages.Did I use the wrong Linux
> version?
> 	> Did
> 	> 	I use the wrong Bash version? How can I make
> 	> changes
> 	> 	to let it run well.
> 	>
> 	> 	     Thank you for your reading my letter and
> thank
> 	> 	you for your considering my questions. I'd like
> to
> 	> 	expect to get answers as soon as possible. Thank
> 	> you
> 	> 	very much.
> 	>
> 	> 	      Best Regards
> 	>
> 	> 	                      yours sincerely  Micael
> Balow
> 	>
> 	>
> 	>
> 	>
>
>
_________________________________________________________
> 	> 	Do You Yahoo!? ????????!
> http://mail.yahoo.com.cn
> 	> 	???????,???????!http://cn.clubs.yahoo.com
> 	>
> 	> 	** Sent via the linuxppc-embedded mail list. See
> 	> http://lists.linuxppc.org/
> 	>
> 	>
>
>
>
>
_________________________________________________________
> 	Do You Yahoo!? ????????! http://mail.yahoo.com.cn
> 	???????,???????!http://cn.clubs.yahoo.com
>
> .
> __________________________
> 	Do You Yahoo!? ????????! http://mail.yahoo.com.cn
> 	???????,???????!http://cn.clubs.yahoo.com
>
> .
>


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

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

* Re: New ppcboot Questions
  2001-01-10  6:06 New ppcboot Questions Micael balow
@ 2001-01-10  8:18 ` Wolfgang Denk
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2001-01-10  8:18 UTC (permalink / raw)
  To: Micael balow; +Cc: linuxppc-embedded


Dear Micael,

in message <20010110060652.49687.qmail@web11702.mail.yahoo.com> you wrote:
>
>   I'd like to ask you which compiler you used to
> compile ppcboot-0.4.4-pre1 package in order to get a

I have sent you SEVERAL messages (Tue, 02 Jan 2001; Sat, 06 Jan 2001;
Mon, 08 Jan 2001) telling you (among other things) to  upgrade  to  a
current version of PPCBoot.

If you are ignoring all attempts to help you I will find a better use
for my time instead of answering your questions.

> working ppcboot.srec file.Some one advise me to use
> CDK 1.2.
>   But after I finished reading the manual of CDK 1.2,
> I found that, CDK 1.2 is a Cross Development Kit for
> Host-Target systems. What I really need is a just a
> Compiling Environment, since I my goal is to make a
> zImage for my PBX823 board with a MPC823 CPU on it.

Any cross-compiler that can be used to compile the Linux kernel  will
also be usable to compile PPCboot.

>   I think, you must have the experiences in compiling
> the ppcboot-0.4.4-pre1 package, so I¡¯d like to
> discuss with you the error messages I met when I used

I have explained you these problems several times  before,  and  told
you how to solve the problems.

> Judging from this message, there is three
> possibilities, first, ppc_8xx-gcc can not compile

Your main problem is that you ignore all advice you get.

I tell you one final time: Upgrade PPCBoot. Get 0.7.2  from  the  CVS
server.

All further messages referring to old versions  of  PPCBoot  will  be
gnored.

and  while  we  are  at  it:  please  move  such  discussion  to  the
ppcboot-users mailing list. And don't use full-quotes.

Wolfgang Denk

--
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd@denx.de
Premature optimization is the root of all evil.         -- D.E. Knuth

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

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

end of thread, other threads:[~2001-01-10  8:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-10  6:06 New ppcboot Questions Micael balow
2001-01-10  8:18 ` Wolfgang Denk

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