From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Thompson Subject: [PATCH 0/6] Fix AVR toolchain. Date: Thu, 14 Apr 2016 09:16:59 -0400 Message-ID: <1460639824-9976-1-git-send-email-dthompson2@worcester.edu> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44237) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqh90-0000RV-8y for guix-devel@gnu.org; Thu, 14 Apr 2016 09:17:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aqh8w-0001rU-4N for guix-devel@gnu.org; Thu, 14 Apr 2016 09:17:14 -0400 Received: from mail-qg0-x231.google.com ([2607:f8b0:400d:c04::231]:33642) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqh8w-0001rQ-1E for guix-devel@gnu.org; Thu, 14 Apr 2016 09:17:10 -0400 Received: by mail-qg0-x231.google.com with SMTP id j35so62397829qge.0 for ; Thu, 14 Apr 2016 06:17:10 -0700 (PDT) Received: from localhost.localdomain ([38.88.209.18]) by smtp.gmail.com with ESMTPSA id 79sm17605630qgj.20.2016.04.14.06.17.09 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 14 Apr 2016 06:17:09 -0700 (PDT) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Manolis and I spend quite a lot of time figuring out why our GCC AVR cross-compilation toolchain is so broken and we were finally able to fix it! So here's a patch set that fixes things, updates avr-libc to 2.0.0, and adds a handy avr-toolchain package inspired by the gcc-toolchain package. Happy firmware hacking! - Dave