Package Details: arm-linux-gnueabi-gcc 15.1.0-1

Git Clone URL: https://aur.archlinux.org/arm-linux-gnueabi-gcc.git (read-only, click to copy)
Package Base: arm-linux-gnueabi-gcc
Description: The GNU Compiler Collection - cross compiler for ARM GNU EABI little-endian target
Upstream URL: http://gcc.gnu.org/
Licenses: GPL, LGPL, FDL
Submitter: Megver83
Maintainer: bschnei (pdlloyd)
Last Packager: bschnei
Votes: 6
Popularity: 0.000955
First Submitted: 2018-05-05 22:58 (UTC)
Last Updated: 2025-05-01 15:01 (UTC)

Latest Comments

1 2 Next › Last »

bschnei commented on 2025-05-01 16:15 (UTC)

Hi @curlywei, most users of this package are not going to get notifications of posts here so it is not an ideal place for support unless you think something is wrong with the package itself. I suspect you are encountering that error because this package does not install headers to the host system. The project I use this cross compiler for includes the headers it needs as part of the project itself so I do not encounter this error. You should be able to get standard headers and install/manage them manually and then use one of the configuration options noted here to tell the compiler where to find them: https://stackoverflow.com/questions/36271124/referring-to-architecture-specific-headers-in-cross-compile

curlywei commented on 2025-05-01 09:30 (UTC)

Does anyone encounter this problem while using g++?

> $ arm-linux-gnueabi-g++ -static t.cc -o t.elf
t.cc:1:10: fatal error: iostream: No such file or directory
    1 | #include <iostream>
      |          ^~~~~~~~~~
compilation terminated.

pdlloyd commented on 2023-10-16 00:39 (UTC)

I had some issues with the author's public key being considered invalid. My fix was to manually update the key with the following:

curl 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xd3a93cad751c2af4f8c7ad516c35b99309b5fa62' | gpg --import -

glenntanner3 commented on 2021-12-15 20:46 (UTC)

Seems our aur package needs to be updated with the new path for the isl-0.22.tar.bz2 package at https://libisl.sourceforge.io/.

https://groups.google.com/g/isl-development/c/JGaMo2VUu_8?pli=1

Mikael Öhman unread, Oct 4, 2021, 11:45:25 AM to isl Development It's not unreliable, it has in fact shut down (https://giters.com/coq/opam-coq-archive/issues/1298?amp=1), replaced with gitlab.inria.fr. I went here looking where the project moved, but it seems it hasn't been migrated anywhere yet?

tchelovek commented on 2021-10-03 22:39 (UTC)

While running makepkg some errors turned up

libcpp/expr.c:804:38: error: format not a string literal and no format arguments [-Werror=format-security] 804 | cpp_pedwarning_with_line (pfile, CPP_W_LONG_LONG, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ 805 | virtual_location, 0, message);

To overcome remove -Werror=format-security from /etc/makepkg.conf, see

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100207

202110040038

tchelovek commented on 2021-10-03 22:14 (UTC)

The Source http://isl.gforge.inria.fr/isl-0.22.tar.bz2 seems to be broken for good, alternatively use http://mirror.sobukus.de/files/src/isl/isl-0.22.tar.bz2

20211004 t.