Package Details: arm-none-eabi-gcc48-linaro 4.8_2014.08-1

Git Clone URL: https://aur.archlinux.org/arm-none-eabi-gcc48-linaro.git (read-only, click to copy)
Package Base: arm-none-eabi-gcc48-linaro
Description: The GNU Compiler Collection - cross compiler for ARM EABI (bare-metal) target.
Upstream URL: https://releases.linaro.org/
Licenses: GPL, LGPL
Groups: arm-none-eabi-toolchain
Conflicts: arm-none-eabi-gcc, cross-arm-none-eabi-gcc
Provides: arm-none-eabi-gcc
Submitter: jhalfmoon
Maintainer: None
Last Packager: jhalfmoon
Votes: 1
Popularity: 0.000000
First Submitted: 2013-09-25 17:50 (UTC)
Last Updated: 2015-07-15 21:32 (UTC)

Required by (35)

Sources (4)

Latest Comments

Muflone commented on 2024-04-14 09:45 (UTC)

https://releases.linaro.org/archive/14.09/components/toolchain/newlib-linaro/newlib-linaro-2.1.0-2014.09.tar.bz2

https://releases.linaro.org/archive/14.09/components/toolchain/gcc-linaro/4.9/gcc-linaro-4.9-2014.09.tar.xz

Tom_ch commented on 2015-01-02 08:51 (UTC)

I get segmentation faults from ld after arm-none-eabi-binutils updated to 2.25. I get this error: http://www.tldp.org/FAQ/Linux-FAQ/error-messages.html#make-says Could this be due to incompatible versions? E.g this package should depend on 2.23 (or 2.24)?

pftBest commented on 2014-09-05 09:11 (UTC)

please add 'staticlibs' to options, without it newlib is stripped away.

anatolik commented on 2014-06-13 03:37 (UTC)

skgsergio, correct, arm-none-eabi-* are based on upstream and have minimal number of third-party patches.

skgsergio commented on 2014-05-06 10:31 (UTC)

anatolik, AFAIK the community version is not linaro-gcc.

anatolik commented on 2014-02-23 00:05 (UTC)

FYI: [community] contains binary version for arm-none-eabi-* toolchain

jhalfmoon commented on 2013-12-04 21:22 (UTC)

By the looks of it, your compiling the linaro toolchain with an existing ARM toolchain (GNU 4.8.2) on your system. Try removing the path to the existing ARM compiler from $PATH before compiling the Linaro version. Stackoverflow has an item indicating the nature of your issue: http://stackoverflow.com/questions/9632595/compiling-basic-c-file-for-the-arm-processor .

haagch commented on 2013-12-04 19:49 (UTC)

There's no immediate documentation on the launchpad page or here... Do I need something else? /usr/lib/gcc/arm-none-eabi/4.8.2/../../../../arm-none-eabi/lib/libc.a(lib_a-exit.o): In function `exit': /tmp/yaourt-tmp-foo/aur-arm-none-eabi-gcc48-linaro/src/gcc-linaro-4.8-2013.09/build/arm-none-eabi/newlib/libc/stdlib/../../../../../newlib/libc/stdlib/exit.c:65: undefined reference to `_exit' By the way, "Latest version is 4.8-2013.11"