Avoiding (mini) IMFS and libio

Joel Sherrill joel.sherrill at oarcorp.com
Thu Feb 15 14:48:03 UTC 2007


Ingolf Steinbach wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi,
>
> is there a simple way to avoid pulling in mini IMFS and libio
> related library components? I am using RTEMS 4.6 on leon2, and
> I need neither file system nor file descriptor based I/O (stdin,
> stdout, and stderr are not used) nor standard FILE based I/O.
>
> - From the link map, I have seen that nevertheless, IMFS_*, memfile_*
> open(), fopen(), ... are pulled in and use up memory resources.
>
>   
You have hit on one of my pet projects that no one has yet stepped forward
to sponsor.  This is a reasonable requirement that some applications need.
I would like to see this as a configure time option. 

Another similar configure time option is to disable the shutdown/exit code.
Many applications do not intend to ever be shutdown -- the CPU just gets
reset or powered off.

Together these two options would (1) reduce code space and (2)  eliminate
code that has to be reviewed.

I was starting to think of how to publicize a list of projects that need 
to be
done and need sponsorship so they can be done.  These two are on this list.
The idea is that publicizing the "wish list" would let organizations solely
sponsor or team to sponsor something on the list.

If you or anyone else on the list is interested in this as a configure 
time option,
please email me and I will put together a work package that can be 
sponsored.

FWIW the wish list includes other ideas on tailoring RTEMS to reduce code
footprint and by implication, the amount of source code that has to be 
reviewed
for any type of safety or flight validation.

--joel
> Cheers
>     Ingolf
> - --
>
> Ingolf Steinbach       PGP:0x040DD527       Jena-Optronik GmbH
> ingolf.steinbach at jena-optronik.de            ++49 3641 200-216
> Fingerprint: 33BE B2C6 5F42 5C24 4091 F0AD 3EE8 1082 040D D527
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.6 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFF1CBlPugQggQN1ScRArdGAJ0QxkqI00MKAhneepWhURY206MI/QCdEEcI
> H7IXedOPb/QT+ct1PpHBha8=
> =GIy3
> -----END PGP SIGNATURE-----
> _______________________________________________
> rtems-users mailing list
> rtems-users at rtems.com
> http://rtems.rtems.org/mailman/listinfo/rtems-users
>   




More information about the users mailing list