Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: "Kyle Unice" <unixe@comcast.net>
To: "'David Daney'" <ddaney@avtrex.com>
Cc: <ppopov@embeddedalley.com>,
	"'Brett Foster'" <fosterb@uoguelph.ca>,
	<linux-mips@linux-mips.org>
Subject: RE: Cross-compiling Linux problem
Date: Fri, 7 Oct 2005 21:33:27 -0600	[thread overview]
Message-ID: <003701c5cbb9$0c4a9590$0400a8c0@buzz> (raw)
In-Reply-To: <4346F65B.6050800@avtrex.com>

David,
Thanks I downloaded and installed git.  Used git to get the linux source 
And did a build and got:

  CC      arch/mips/au1000/common/prom.o
  AS      arch/mips/au1000/common/int-handler.o
  CC      arch/mips/au1000/common/irq.o
  CC      arch/mips/au1000/common/puts.o
  CC      arch/mips/au1000/common/time.o
  CC      arch/mips/au1000/common/reset.o
  CC      arch/mips/au1000/common/au1xxx_irqmap.o
  CC      arch/mips/au1000/common/clocks.o
  CC      arch/mips/au1000/common/platform.o
  CC      arch/mips/au1000/common/power.o
  CC      arch/mips/au1000/common/setup.o
  AS      arch/mips/au1000/common/sleeper.o
  CC      arch/mips/au1000/common/cputable.o
  CC      arch/mips/au1000/common/dma.o
  CC      arch/mips/au1000/common/dbdma.o
  CC      arch/mips/au1000/common/gpio.o
  CC      arch/mips/au1000/common/pci.o
arch/mips/au1000/common/pci.c: In function `au1x_pci_setup':
include/asm-mips/mach-au1x00/ioremap.h:15: sorry, unimplemented: inlining
failed
 in call to '__fixup_bigphys_addr': function body not available
arch/mips/au1000/common/pci.c:28: sorry, unimplemented: called from here
make[1]: *** [arch/mips/au1000/common/pci.o] Error 1
make: *** [arch/mips/au1000/common] Error 2

Kyle

-----Original Message-----
From: David Daney [mailto:ddaney@avtrex.com] 
Sent: Friday, October 07, 2005 4:28 PM
To: Kyle Unice
Cc: ppopov@embeddedalley.com; 'Brett Foster'; linux-mips@linux-mips.org
Subject: Re: Cross-compiling Linux problem

Kyle Unice wrote:
> I am using gcc-3.4.4 and the cvs checkout of linux-mips.org tree.
> Kyle

Not withstanding Maciej's comment about the real problem being the 
broken header file, I give you a quote from 
http://www.linux-mips.org/wiki/Git : "At this time only the linux.git 
repository is in production use.... all other archives are only historical."

You might consider getting your code from the git repository as the CVS 
repository is no longer being maintained.

David Daney

WARNING: multiple messages have this Message-ID (diff)
From: "Kyle Unice" <unixe@comcast.net>
To: 'David Daney' <ddaney@avtrex.com>
Cc: ppopov@embeddedalley.com, 'Brett Foster' <fosterb@uoguelph.ca>,
	linux-mips@linux-mips.org
Subject: RE: Cross-compiling Linux problem
Date: Fri, 7 Oct 2005 21:33:27 -0600	[thread overview]
Message-ID: <003701c5cbb9$0c4a9590$0400a8c0@buzz> (raw)
Message-ID: <20051008033327._sJ57T5utWRgaDz8-5776hsUL5U7HFa9pvLnEBz4IFU@z> (raw)
In-Reply-To: <4346F65B.6050800@avtrex.com>

David,
Thanks I downloaded and installed git.  Used git to get the linux source 
And did a build and got:

  CC      arch/mips/au1000/common/prom.o
  AS      arch/mips/au1000/common/int-handler.o
  CC      arch/mips/au1000/common/irq.o
  CC      arch/mips/au1000/common/puts.o
  CC      arch/mips/au1000/common/time.o
  CC      arch/mips/au1000/common/reset.o
  CC      arch/mips/au1000/common/au1xxx_irqmap.o
  CC      arch/mips/au1000/common/clocks.o
  CC      arch/mips/au1000/common/platform.o
  CC      arch/mips/au1000/common/power.o
  CC      arch/mips/au1000/common/setup.o
  AS      arch/mips/au1000/common/sleeper.o
  CC      arch/mips/au1000/common/cputable.o
  CC      arch/mips/au1000/common/dma.o
  CC      arch/mips/au1000/common/dbdma.o
  CC      arch/mips/au1000/common/gpio.o
  CC      arch/mips/au1000/common/pci.o
arch/mips/au1000/common/pci.c: In function `au1x_pci_setup':
include/asm-mips/mach-au1x00/ioremap.h:15: sorry, unimplemented: inlining
failed
 in call to '__fixup_bigphys_addr': function body not available
arch/mips/au1000/common/pci.c:28: sorry, unimplemented: called from here
make[1]: *** [arch/mips/au1000/common/pci.o] Error 1
make: *** [arch/mips/au1000/common] Error 2

Kyle

-----Original Message-----
From: David Daney [mailto:ddaney@avtrex.com] 
Sent: Friday, October 07, 2005 4:28 PM
To: Kyle Unice
Cc: ppopov@embeddedalley.com; 'Brett Foster'; linux-mips@linux-mips.org
Subject: Re: Cross-compiling Linux problem

Kyle Unice wrote:
> I am using gcc-3.4.4 and the cvs checkout of linux-mips.org tree.
> Kyle

Not withstanding Maciej's comment about the real problem being the 
broken header file, I give you a quote from 
http://www.linux-mips.org/wiki/Git : "At this time only the linux.git 
repository is in production use.... all other archives are only historical."

You might consider getting your code from the git repository as the CVS 
repository is no longer being maintained.

David Daney

  parent reply	other threads:[~2005-10-08  3:33 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-07 20:18 Cross-compiling Linux problem Kyle Unice
2005-10-07 20:18 ` Kyle Unice
2005-10-07 20:41 ` Brett Foster
2005-10-07 20:54   ` Maciej W. Rozycki
2005-10-07 21:26   ` Kyle Unice
2005-10-07 21:26     ` Kyle Unice
2005-10-07 21:47     ` Pete Popov
2005-10-07 21:54       ` Kyle Unice
2005-10-07 21:54         ` Kyle Unice
2005-10-07 22:27         ` David Daney
2005-10-07 22:56           ` Ilya A. Volynets-Evenbakh
2005-10-07 23:15             ` David Daney
2005-10-08 13:52             ` Kyle Unice
2005-10-08 13:52               ` Kyle Unice
2005-10-13 11:58               ` Ralf Baechle
2005-10-13 12:07             ` Ralf Baechle
2005-10-08  3:33           ` Kyle Unice [this message]
2005-10-08  3:33             ` Kyle Unice

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='003701c5cbb9$0c4a9590$0400a8c0@buzz' \
    --to=unixe@comcast.net \
    --cc=ddaney@avtrex.com \
    --cc=fosterb@uoguelph.ca \
    --cc=linux-mips@linux-mips.org \
    --cc=ppopov@embeddedalley.com \
    /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