On Mon, Nov 18, 2019 at 1:12 AM Sebastian Huber <
sebastian.hu...@embedded-brains.de> wrote:

> On 18/11/2019 08:59, Chris Johns wrote:
> >
>
> >
> > Converting to C is a broken path IMO. it does not scale.
>
> I would convert the individual object files with bin2c and load them
> with IMFS_make_linfile().
>

We stopped using rtems-bin2c in our project, because the performance was so
poor for larger files.  Both bin2c and gcc were very slow.  We've replaced
that workflow with something based on GNU AS `.incbin` instead, which is
fast enough to be unnoticeable.
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to