From: Wolfgang Denk <wd@denx.de>
To: Arturo Nunez <artnpp@cs.ucf.edu>
Cc: linuxppc-embedded@lists.linuxppc.org (ppc)
Subject: Re: Error Compiling Embedded 860
Date: Tue, 13 Mar 2001 09:09:48 +0100 [thread overview]
Message-ID: <20010313080953.4CFAD281DB@denx.denx.de> (raw)
In-Reply-To: Your message of "Mon, 12 Mar 2001 20:06:40 EST." <200103130106.UAA18070@iris.cs.ucf.edu>
In message <200103130106.UAA18070@iris.cs.ucf.edu> you wrote:
>
> But when I try to compile the Kernel for a
> - 8xx Processor Type ( I have a 860)
> Doesnt compile ..
> The error I may see is:
> -realpath(../8xx_io) failed, No such file or directory
> Ok Seems to be that doesnt fin the File... But I already have..
> Any Idea about the Problem ??
You can fix that easily:
--- linux-2.4.3-pre3-2001-03-11/arch/ppc/Makefile.ORIG Sun Mar 11 21:10:01 2001
+++ linux-2.4.3-pre3-2001-03-11/arch/ppc/Makefile Mon Mar 12 14:30:25 2001
@@ -31,7 +31,7 @@
endif
ifdef CONFIG_8xx
-CFLAGS := $(CFLAGS) -mcpu=860 -I../8xx_io
+CFLAGS := $(CFLAGS) -mcpu=860 -I$(TOPDIR)/arch/ppc/8xx_io
endif
ifdef CONFIG_PPC64BRIDGE
Hope this helps,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd@denx.de
Calm down, it's *__only* ones and zeroes.
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
next prev parent reply other threads:[~2001-03-13 8:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-03-13 1:06 Error Compiling Embedded 860 Arturo Nunez
2001-03-13 8:09 ` Wolfgang Denk [this message]
2001-03-14 17:40 ` Dan Malek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20010313080953.4CFAD281DB@denx.denx.de \
--to=wd@denx.de \
--cc=artnpp@cs.ucf.edu \
--cc=linuxppc-embedded@lists.linuxppc.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).