This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/47717] building library for arm-none-eabi causes internal error
- From: "laguest at archeia dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 16 Mar 2011 15:36:50 +0000
- Subject: [Bug ada/47717] building library for arm-none-eabi causes internal error
- Auto-submitted: auto-generated
- References: <bug-47717-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47717
Luke A. Guest <laguest at archeia dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target|arm |
Severity|blocker |minor
--- Comment #2 from Luke A. Guest <laguest at archeia dot com> 2011-03-16 15:36:47 UTC ---
On further investigation it seems that gnatmake cannot create a libgnat.a from
a GPR file as it is itself looking for a libgnat, which fails causing the
internal compiler error.
This bug is not specific to ARM, it would apply equally to this kind of
configuration (i.e. custom runtime) on any platform.