This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GNAT mysterious "missing stub for subunit" error.
Eric Botcazou wrote:
>> That's what I am doing, kind of, just the other way round. In 4.3.2 I
>> compiled the existing port and switched it over to ZCX, and it worked well
>> enough to pass most of the testsuite, including EH. Now I'm changing the
>> target pairs on top of that and suddenly it's complaining, which is why I'm
>> confused; I thought that bit was stable.
>
> Your .diff contains this
>
> + EH_MECHANISM=-gcc
>
> so it looks as though the base compiler was SJLJ.
>
Ah, bingo! Thanks Eric; yes, I have a recent build of an SJLJ Gnat from
HEAD lying around my PATH ahead of my old 4.3.2-with-ZCX. Getting that out of
the way should help!
cheers,
DaveK