> 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