GNU bug report logs - #24416
avr-gcc@5 is broken

Previous Next

Package: guix;

Reported by: "Thompson, David" <dthompson2 <at> worcester.edu>

Date: Sun, 11 Sep 2016 23:25:02 UTC

Severity: normal

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: "Thompson, David" <dthompson2 <at> worcester.edu>
Subject: bug#24416: closed (Re: bug#24416: [PATCH] gnu: avr-gcc: Fix
 compiler lookup paths.)
Date: Wed, 13 May 2020 19:29:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#24416: avr-gcc <at> 5 is broken

which was filed against the guix package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 24416 <at> debbugs.gnu.org.

-- 
24416: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=24416
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Efraim Flashner <efraim <at> flashner.co.il>
To: Danny Milosavljevic <dannym <at> scratchpost.org>
Cc: Arun Isaac <arunisaac <at> systemreboot.net>, 24416-done <at> debbugs.gnu.org
Subject: Re: bug#24416: [PATCH] gnu: avr-gcc: Fix compiler lookup paths.
Date: Wed, 13 May 2020 22:28:12 +0300
[Message part 3 (text/plain, inline)]
Closing this bug as fixed.


-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: "Thompson, David" <dthompson2 <at> worcester.edu>
To: bug-guix <at> gnu.org
Subject: avr-gcc <at> 5 is broken
Date: Sun, 11 Sep 2016 19:23:05 -0400
avr-gcc cannot find device-specific libraries when compiling, which
from my reading is due to a problem with multilib.  However, avr-gcc <at> 4
works fine!

avr-gcc -O2 -DF_CPU=16000000UL -mmcu=atmega32u4 test.c -o test
avr-ld: cannot find -lm
avr-ld: cannot find -lc
avr-ld: cannot find -latmega32u4
collect2: error: ld returned 1 exit status

The libraries in question here are located within
/gnu/store/...-avr-libc-2.0.0/avr/lib/avr5 but avr-gcc is only
searching within /avr/lib.

For now, I'm just using avr-gcc <at> 4 and moving on with life.

- Dave



This bug report was last modified 5 years and 10 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.