Search Criteria
Package Details: arm-none-eabi-newlib-linaro-git 3.1.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/arm-none-eabi-newlib-linaro-git.git (read-only, click to copy) |
---|---|
Package Base: | arm-none-eabi-newlib-linaro-git |
Description: | A C standard library implementation intended for use on embedded systems (ARM bare metal) Linaro Git Version |
Upstream URL: | http://www.sourceware.org/newlib/ |
Licenses: | BSD |
Conflicts: | arm-none-eabi-newlib-linaro |
Provides: | arm-none-eabi-newlib |
Submitter: | muhviehstarr |
Maintainer: | muhviehstarr |
Last Packager: | muhviehstarr |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2016-11-11 15:49 (UTC) |
Last Updated: | 2019-06-25 23:52 (UTC) |
Dependencies (2)
Required by (30)
- arm-compiler-rt-git (requires arm-none-eabi-newlib) (make)
- arm-none-eabi-gcc55 (requires arm-none-eabi-newlib) (make)
- arm-none-eabi-gcc55 (requires arm-none-eabi-newlib) (optional)
- arm-none-eabi-gcc60-linaro
- arm-none-eabi-yiolibc (requires arm-none-eabi-newlib) (make)
- edgetx-companion (requires arm-none-eabi-newlib) (make)
- efifs-git (requires arm-none-eabi-newlib) (make)
- hackrf-git (requires arm-none-eabi-newlib) (make)
- klipper-git (requires arm-none-eabi-newlib) (optional, x86_64)
- klipper-py3 (requires arm-none-eabi-newlib) (optional, x86_64)
- klipper-py3-git (requires arm-none-eabi-newlib) (optional, x86_64)
- libopencm3-git (requires arm-none-eabi-newlib) (make)
- nueclipse (requires arm-none-eabi-newlib)
- opentx-companion (requires arm-none-eabi-newlib) (make)
- opentx-companion21 (requires arm-none-eabi-newlib) (make)
- opentx-companion22 (requires arm-none-eabi-newlib) (make)
- particle-dev (requires arm-none-eabi-newlib)
- pebble-sdk (requires arm-none-eabi-newlib)
- pico-sdk (requires arm-none-eabi-newlib)
- pros-core-bin (requires arm-none-eabi-newlib)
Latest Comments
jhbruhn commented on 2020-02-21 01:48 (UTC)
Thanks for making this PKGBUILD! When trying to build a project with this and nano.specs, the linker spits out this error however:
/usr/lib/gcc/arm-none-eabi/9.2.0/../../../../arm-none-eabi/bin/ld: cannot find -lc_nano collect2: error: ld returned 1 exit status make: *** [stmlib/makefile.inc:352: build/midi2cv/midi2cv.elf] Error 1
The libc_nano.a in fact does not exist in the lib folder, so i am not surprised. Are there any build-flags missing?
muhviehstarr commented on 2017-12-31 00:50 (UTC)
thx jprice11,
updated the package to the latest snapshot and fixed the build.
jprice111 commented on 2017-12-07 15:32 (UTC)
@zbiko
To fix this temporarily replace the line in the PKGBUILD
source=("git+http://git.linaro.org/toolchain/newlib.git#tag=newslib-snapshot-")
with
source=("git+http://git.linaro.org/toolchain/newlib.git#tag=newlib-snapshot-20170623")
Doesn't work on the latest version for me.
zbiko commented on 2017-09-08 00:28 (UTC)