Re: Cross compiler build for Ada build fails with "unrecognized intrinsic subprogram"

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Ahmad Bamba via Gcc-help kirjoitti 11.8.2024 klo 11.00:
I'm hoping to target bare-metal targets here (in this case, arm-eabi).
Since there's no operating system, there's no libc and there's not libc++,
which I expected.
Actually there is a "libc" and when there is this, building also libstdc++ should succeed.
People usually use the "newlib" which is aimed for embedded systems :
https://en.wikipedia.org/wiki/Newlib
https://sourceware.org/newlib/
Just download the current release, unpack it into your chosen source directory and symlink the 'libgloss' (glue functions for HW) and 'newlib' subdirs into the main GCC source directory.
And add the '--with-newlib' option into your GCC configure command.



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux