This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gnat1 huge time


> Doing this fixed the long build time issue but it opened issue.

OK, thanks for confirming.

> It looks like the RTEMS configuration is missing something
> that this requires.  The first application I tried to link is missing:
>
> + __gnat_eh_personality
> + __gnat_begin_handler
> + __gnat_end_handler
>
> Where do those come from and how do I turn them on?

raise-gcc.c and a-exexpr-gcc.adb, you need to add

  EH_MECHANISM=-gcc

to the RTEMS section of Makefile.in.

-- 
Eric Botcazou


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]