From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RgFE9-0007Kh-D0 for garchives@archives.gentoo.org; Thu, 29 Dec 2011 12:36:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2D0A21C146; Thu, 29 Dec 2011 12:36:38 +0000 (UTC) Received: from mail.osagesoftware.com (osagesoftware.com [216.144.204.42]) by pigeon.gentoo.org (Postfix) with ESMTP id 6330621C08F for ; Thu, 29 Dec 2011 12:35:29 +0000 (UTC) Received: from localhost (osage.osagesoftware.com [192.168.1.10]) by mail.osagesoftware.com (Postfix) with ESMTP id 5C4857BC31; Thu, 29 Dec 2011 12:35:27 +0000 (UTC) Date: Thu, 29 Dec 2011 07:35:26 -0500 From: David Relson To: gentoo-user@lists.gentoo.org Cc: billk@iinet.net.au Subject: Re: [gentoo-user] crossdev avr compile failing on crtm328p.o Message-ID: <20111229073526.0e263a4c@osagesoftware.com> In-Reply-To: <1304826058.9472.17.camel@rattus> References: <1304771644.9472.5.camel@rattus> <20110507161127.GO5345@woodpecker.gentoo.org> <1304826058.9472.17.camel@rattus> Organization: Osage Software Systems, Inc. X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.5; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: fd7d2e40-4338-4f0f-a8f9-84ed5c5e9948 X-Archives-Hash: 8481dbfddfecaecbcf10df0e38c148d5 On Sun, 08 May 2011 11:40:58 +0800 William Kenworthy wrote: ...... > oh, and I should add that the above make.conf entries exist and are > correct - but if I copy crtm328p.o from /usr/avr/lib/avr5 > to /usr/avr/lib it all works fine. So while it now works, its ot > fixed :) > > I have decided to emerge -ep world after doing the python update - and > see what that fixes/breaks! > > BillK Hello Bill, I encountered the same toolchain problem for an Open-USB-IO board, which also uses an ATmega32 microcontroller. In my case it was avr5/crtm32.o that wasn't being found. Experimentation found that crtm32.o is found if either of the following symlinks is created ln -s /usr/avr/lib/avr5/crtm32.o /usr/avr/lib/crtm32.o ln -s /usr/avr/lib/avr5 /usr/avr/lib/avr/4.5.3 The 4.5.3 is the avr-gcc version I have. HTH, David