+++ This bug was initially created as a clone of Bug #1178520 +++ Description of problem: Compilation doesn't work. Version-Release number of selected component (if applicable): arm-none-eabi-gcc-cs-6.2.0-1.fc26.x86_64 arm-none-eabi-gdb-7.6.2-4.fc24.x86_64 arm-none-eabi-newlib-2.4.0-9.fc26.noarch arm-none-eabi-binutils-cs-2.28-1.fc26.x86_64 arm-none-eabi-gcc-cs-c++-6.2.0-1.fc26.x86_64 How reproducible: Always Steps to Reproduce: 1. cat > test.c int main(int argc, char *argv[]) { return 0; } 2.arm-none-eabi-gcc -o test ./test.c Actual results: /usr/lib/gcc/arm-none-eabi/6.2.0/../../../../arm-none-eabi/bin/ld: cannot find crti.o: No such file or directory /usr/lib/gcc/arm-none-eabi/6.2.0/../../../../arm-none-eabi/bin/ld: cannot find crtbegin.o: No such file or directory /usr/lib/gcc/arm-none-eabi/6.2.0/../../../../arm-none-eabi/bin/ld: cannot find -lgcc Expected results: No error, compiled binary.
I have manually updated the arm-none-eabi-gcc-cs package from f26's 6.2.0-1 to f25's 6.2.0-2. like so: dnf install http://mirrors.kernel.org/fedora/updates/25/x86_64/a/arm-none-eabi-gcc-cs-6.2.0-2.fc25.x86_64.rpm For whatever reason after doing this version worked. From the koji build list, it looks like version 6.2.0-3 has failed for f26.
Every package release with release number "-1" is bootstrap package. It's not expected to work. This should not be present in updates repository. Seems f26 version of "-2" release is missing. I'll fix that.
tested with arm-none-eabi-gcc-cs 7.1.0-2 (in the updates-testing, already) and it works $ arm-none-eabi-gcc test.c -lc -lnosys
arm-none-eabi-gcc-cs-7.1.0-2.fc26 arm-none-eabi-newlib-2.5.0-1.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-7c933b4cd5
arm-none-eabi-gcc-cs-7.1.0-2.fc26, arm-none-eabi-newlib-2.5.0-1.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report.