Does arm-none-eabi-gcc provide gdb, newlib, binutils?
libstdc++ arm-none-eabi missing on Fedora Linux
Arch Linux ARM • View topic - arm-none-eabi-{gcc, binutils, newlib}
Missing libraries in arm-none-eabi-* ?
Hi there,
I am trying to get the libstdc++ newlib headers on Fedora, but I have not found neither a package, nor any information, on where I might get it. (I am programming the Raspberry Pi Pico W)
Ubuntu and Debian have it, as found on pkgs but for Fedora I have only found C newlib.
Is there another way to g et it on Fedora, or must I turn to a different Distro (Debian based)?
EDIT: Maybe it was not clear enough, but I have already installed compilers and I am already compiling for the Cortex M0/Pi Pico, though with missing C++ STL headers/libraries.
I was trying to compile for arm-none-eabi target. But then ld said that it couldn't find -ldl, -lrt, -lgcc_s, -lutil and -lpthread. I also searched everywhere with stuff like ``locate dl | grep arm`` or ``pacman -Fl arm-none-eabi-newlib | grep dl`` and variations with the other libraries but didn't find anything.
Im kind of lost here because it worked fine on ubuntu. Help?