Search Criteria
Package Details: avr-libc-git r1962.b9deb4e8-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/avr-libc-git.git (read-only, click to copy) |
---|---|
Package Base: | avr-libc-git |
Description: | The C runtime library for the AVR family of microcontrollers |
Upstream URL: | https://github.com/avrdudes/avr-libc |
Licenses: | BSD |
Conflicts: | avr-libc |
Provides: | avr-libc |
Submitter: | SammysHP |
Maintainer: | SammysHP |
Last Packager: | SammysHP |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-04-09 14:12 (UTC) |
Last Updated: | 2022-04-09 14:13 (UTC) |
Dependencies (2)
- avr-gcc (avr-gcc-atmelAUR, avr-gcc-43AUR, avr-gcc-45AUR, avr-gcc-85AUR)
- git (git-gitAUR, git-glAUR) (make)
Required by (20)
- avr-gcc-43 (requires avr-libc) (optional)
- avr-gcc-45 (requires avr-libc) (optional)
- avr-gcc-85 (requires avr-libc) (optional)
- avr-gcc-atmel (requires avr-libc) (optional)
- avrm-git (requires avr-libc)
- b15f-git (requires avr-libc)
- eclipse-avr (requires avr-libc)
- edgetx-companion (requires avr-libc) (make)
- gasmeter (requires avr-libc) (make)
- klipper-git (requires avr-libc) (optional)
- linux-libre-firmware (requires avr-libc) (make)
- mcu-info-util-git (requires avr-libc) (optional)
- microscheme (requires avr-libc)
- opentx-companion (requires avr-libc) (make)
- qmk-git (requires avr-libc)
- qmk-lite (requires avr-libc) (optional)
- simavr (requires avr-libc) (make)
- simavr-git (requires avr-libc) (make)
- simavr-git-examples (requires avr-libc) (make)
- wio (requires avr-libc) (optional)
Latest Comments
shuyuan-liu commented on 2022-10-07 12:59 (UTC)
Oh sorry! I just remembered I had CC=gcc and CXX=g++ set in my /etc/environment. Removed them and it works now.
SammysHP commented on 2022-10-06 18:52 (UTC)
Hmm… all I can say is: works for me. Not sure about your environment, but I get this:
shuyuan-liu commented on 2022-10-05 21:54 (UTC) (edited on 2022-10-05 21:54 (UTC) by shuyuan-liu)
I'm getting a "Wrong compiler found, check PATH" error when ./configure is run. The error goes away if I manually specify
CC=avr-gcc
on the command line. Logs:I do have avr-gcc in my PATH at
/usr/bin/avr-gcc
so I'm not sure what's wrong. Could you investigate? If there's anything else I should provide please let me know.