* Questions about compliing ppcboot-0.6.2
@ 2001-01-19 8:02 xuelong wang
2001-01-19 8:41 ` Wolfgang Denk
0 siblings, 1 reply; 2+ messages in thread
From: xuelong wang @ 2001-01-19 8:02 UTC (permalink / raw)
To: linuxppc-embedded
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=us-ascii, Size: 2069 bytes --]
Dear sir,
I have a target board with a flash on it, and I¡¯d
like to put ppcboot-0.6.2 into it by a writer. But
when I compile ppcboot-0.6.2 under the environment of
RedHat Linux 6.2 and with the help of ppc_8xx-gcc
which is a compiling utility included by CDK1.2, the
following problems appeared.
1. A file can not be complied, the error message is:
>/usr/local/src/ppcboot/ppcboot->0.6.2/include/ppc_asm.tmpl:232:
Error:Rest of line >ignored. First >ignored character
is ¡®\¡¯.
>¡
>¡
>/usr/local/src/ppcboot/ppcboot->0.6.2/include/ppc_asm.tmpl:242:
Error:Rest of line >ignored. First >ignored character
is ¡®\¡¯.
>/usr/local/src/ppcboot/ppcboot->0.6.2/include/ppc_asm.tmpl:243:
Error:Rest of line >ignored. First >ignored character
is ¡®\¡¯.
These lines located in ppcboot-0.6.2/include/ppc_asm.
tmpl can be writed as follows:
>#define STD_EXCEPTION(n, label, hdlr) \
> . = n; \
>label: \
> EXCEPTION_PROLOG; \
> lwz r3,GOT(transfer_to_handler);\
> mtlr r3; \
> addi r3,r1,STACK_FRAME_OVERHEAD; \
> li r20,MSR_KERNEL; \
> rlwimi r20,r23,0,25,25; \
> blrl ; \
.>L_ ## label : \
> .long hdlr - _start + EXC_OFF_SYS_RESET;\
> .long int_return - _start + EXC_OFF_SYS_RESET
Can you give me a hint to explain what happened.
2. When I read the Makefile of ppcboot-0.6.2/ (i.e.
ppcboot-0.6.2/Makefile), I find 4 lines like this:
> subdirs:
> @for dir in $(SUBDIRS) ; do $(MAKE) -C $$dir ||
>exit 1 ; done
>depend dep:
> @for dir in $(SUBDIRS) ; do $(MAKE) -C >$$dir
.depend ; done
but I can not find the definition of ¡°MAKE¡± in this
file or the other files included by this package. Can
you tell me what ¡°MAKE ¡± is and where the definition
locates?
3. If you think that I use the wrong versions of
RedHat Linux, or that I use the wrong CDK , or that
the way I compile ppcboot-0.6.2 is absolutely stupid,
please don't hesitate giving me a message.
Thanks in advance.
Best Regards
Yours sincerely Xuelong Wang
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Questions about compliing ppcboot-0.6.2
2001-01-19 8:02 Questions about compliing ppcboot-0.6.2 xuelong wang
@ 2001-01-19 8:41 ` Wolfgang Denk
0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2001-01-19 8:41 UTC (permalink / raw)
To: xuelong wang; +Cc: linuxppc-embedded
In message <20010119080217.1791.qmail@web11802.mail.yahoo.com> you wrote:
>
> I have a target board with a flash on it, and I¡¯d
> like to put ppcboot-0.6.2 into it by a writer. But
I just replied to that. Don't waste your time (and ours!!!) with old
versions, use a current version of PPCBoot instead.
AND PLEASE SEND PPCBoot RELATED QUESTIONS TO THE PPCBoot MAILING LIST!
AND PLEASE SEND PPCBoot RELATED QUESTIONS TO THE PPCBoot MAILING LIST!
AND PLEASE SEND PPCBoot RELATED QUESTIONS TO THE PPCBoot MAILING LIST!
> when I compile ppcboot-0.6.2 under the environment of
Please get ppcboot-0.7.3 or the latest CVS snapshot.
> 1. A file can not be complied, the error message is:
>
> >/usr/local/src/ppcboot/ppcboot->0.6.2/include/ppc_asm.tmpl:232:
> Error:Rest of line >ignored. First >ignored character
> is ¡®\¡¯.
This is most certainly NOT the error message as you read it. With all
these funny characters it's hard to guess where it complained.
> Can you give me a hint to explain what happened.
Your file got corrupted. Please unpack it from the original tarball.
Make sure to use "binary" mode when copying the file to other
filesystem types.
> but I can not find the definition of ¡°MAKE¡± in this
> file or the other files included by this package. Can
> you tell me what ¡°MAKE ¡± is and where the definition
> locates?
Please see the man page for the make command.
> 3. If you think that I use the wrong versions of
> RedHat Linux, or that I use the wrong CDK , or that
Well, RH-6.2 is a bit old, too, but it works for me; and the HHL CDK
works here, too.
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd@denx.de
Time is a drug. Too much of it kills you.
- Terry Pratchett, _Small Gods_
** 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-19 8:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-19 8:02 Questions about compliing ppcboot-0.6.2 xuelong wang
2001-01-19 8:41 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox