Package Details: aarch64-none-elf-toolchain 20230502-1

Git Clone URL: https://aur.archlinux.org/aarch64-none-elf-toolchain.git (read-only, click to copy)
Package Base: aarch64-none-elf-toolchain
Description: A complete gcc/binutils/newlib toolchain for aarch64-none-elf
Upstream URL: http://www.gnu.org
Licenses: GPL, BSD
Conflicts: aarch64-elf-binutils, aarch64-elf-newlib, aarch64-none-elf-elf-gcc
Submitter: Solskogen
Maintainer: None
Last Packager: Solskogen
Votes: 0
Popularity: 0.000000
First Submitted: 2022-06-21 09:18 (UTC)
Last Updated: 2023-05-02 07:57 (UTC)

Latest Comments

Solskogen commented on 2023-10-24 18:14 (UTC)

bootstrapping is easier. You don't need two gcc packages (one for bootstrap, and one for the final one)

micwoj92 commented on 2023-10-24 18:00 (UTC)

What's the reason for 1 -toolchain package versus 3 for the components separately?

Solskogen commented on 2023-02-04 12:43 (UTC)

Should be fixed now

SpotlightKid commented on 2023-02-04 12:06 (UTC)

I get the following build error:

[...]
make[2]: Verzeichnis „/home/chris/.cache/pikaur/build/aarch64-none-elf-toolchain/src/obj/libctf“ wird verlassen
  CCLD     as-new
config.lt: creating libtool
checking whether g++ supports C++11 features by default... yes
checking dependency style of gcc... gcc3
checking whether NLS is requested... no
checking whether makeinfo --split-size=5000000 supports @click... yes
checking for default auto-load directory... $debugdir:$datadir/auto-load
checking for default auto-load safe-path... $debugdir:$datadir/auto-load
checking size of void *... 8
checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether to use debuginfod... auto
checking for libdebuginfod >= 0.179... yes
checking libunwind-ia64.h usability... no
checking libunwind-ia64.h presence... no
checking for libunwind-ia64.h... no
checking for monstartup... yes
checking for _mcleanup... yes
checking for _etext... yes
checking for etext... yes
checking for gawk... (cached) gawk
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib --plugin /usr/lib/gcc/x86_64-pc-linux-gnu/12.2.1/liblto_plugin.so
checking for bison... bison -y
checking for x86_64-pc-linux-gnu-ar... (cached) ar --plugin /usr/lib/gcc/x86_64-pc-linux-gnu/12.2.1/liblto_plugin.so
checking for x86_64-pc-linux-gnu-dlltool... dlltool
checking for x86_64-pc-linux-gnu-windres... windres
checking for main in -lm... yes
checking for library containing gethostbyname... none required
checking for library containing socketpair... none required
checking for libzstd >= 1.4.0... yes
checking for ld used by GCC... ld -m elf_x86_64
checking if the linker (ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... egrep: warning: egrep is obsolescent; using grep -E
done
checking for iconv... yes
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for library containing waddstr... -lncursesw
checking for library containing tgetent... none required
checking size of unsigned long long... 8
checking size of unsigned long... 8
checking size of unsigned __int128... 16
checking for library containing dlopen... none required
checking whether to use expat... auto
checking for libexpat... yes
checking how to link with libexpat... /usr/lib/libexpat.so
checking for XML_StopParser... yes
checking whether to use python... auto
checking for python... /usr/bin/python
checking for python... yes
checking compiler flags for python code...  -fno-strict-aliasing -fwrapv
checking whether to use guile... auto
checking for pkg-config... /usr/bin/pkg-config
checking for usable guile from /usr/bin/pkg-config... checking for scm_set_automatic_finalization_enabled... yes
guile-3.0
checking for the absolute file name of the 'guild' command... /usr/bin/guild
checking whether guild supports this host... yes
checking for scm_new_smob... yes
checking for the source-highlight library... configure: error: source highlight is incompatible with -static-libstdc++; either use --disable-source-highlight or --without-static-standard-libraries
make[1]: *** [Makefile:14133: configure-gdb] Fehler 1
make[1]: *** Es wird auf noch nicht beendete Prozesse gewartet …