All of lore.kernel.org
 help / color / mirror / Atom feed
* Error Compiling Embedded 860
@ 2001-03-13  1:06 Arturo Nunez
  2001-03-13  8:09 ` Wolfgang Denk
  0 siblings, 1 reply; 3+ messages in thread
From: Arturo Nunez @ 2001-03-13  1:06 UTC (permalink / raw)
  To: ppc


Hello:
	I have already installed :

	- binutils-2.10.91.0.4
	- gcc-2.95.2
	- linuxppc_2_4 (from Bitkeeper)

	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 ??

	Regards

	Arturo Nunez


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

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

* Re: Error Compiling Embedded 860
  2001-03-13  1:06 Error Compiling Embedded 860 Arturo Nunez
@ 2001-03-13  8:09 ` Wolfgang Denk
  2001-03-14 17:40   ` Dan Malek
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Denk @ 2001-03-13  8:09 UTC (permalink / raw)
  To: Arturo Nunez; +Cc: ppc


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/

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

* Re: Error Compiling Embedded 860
  2001-03-13  8:09 ` Wolfgang Denk
@ 2001-03-14 17:40   ` Dan Malek
  0 siblings, 0 replies; 3+ messages in thread
From: Dan Malek @ 2001-03-14 17:40 UTC (permalink / raw)
  To: Wolfgang Denk; +Cc: Arturo Nunez, ppc


Wolfgang Denk wrote:

> You can fix that easily:

I'm moving those damn files into asm-ppc, where I should have put
them in the first place.  I'll do this as part of 2.5.....


	-- Dan

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

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

end of thread, other threads:[~2001-03-14 17:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-03-13  1:06 Error Compiling Embedded 860 Arturo Nunez
2001-03-13  8:09 ` Wolfgang Denk
2001-03-14 17:40   ` Dan Malek

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.