https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116147
Bug ID: 116147
Summary: ADA Cross Compiler for ARM does not build
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: ada
Assignee: unassigned at gcc dot gnu.org
Reporter: dldudley at gmail dot com
CC: dkm at gcc dot gnu.org
Target Milestone: ---
Attempting to generate a cross-compiler for ada target=arm-rtems6_eabi.
Using git master download (current release, I think is 15?).
Compiler runs for a while, producing the c compiler successfully, then produces
a "unrecognized intrinsic subprogram" error.
Produces the same error for Sparc, MIPS, and msp430. Native compilation works
with no error.
Can compile C, C++, and Fortran for the same machines.
David Dudley
<dldudley at gmail.com>