Just FYI, I've added the necessary magic to CMunge to allow module creation with the C compiler without having to use the SharedCLibrary. Basically you don't have any runtime support apart from being able to call SWIs of course and having a SVC stack. Only useful for a very specific case where you don't want (or affort) a SharedCLibrary dependency.
Documentation has been updated !GCC/docs/index.html. If someone wants to play with this before the next release and not able to build cmunge himself, let me know. And a small gotcha warning for those svn updating and restarting their build, it might break as the automake process is skipped if it already has been done (and those results are written in the srcdir, not in the build dir, hence the possible confusion), so do first a manual: $ cd riscos/cmunge $ autoreconf --force --install John. -- John Tytgat, in his comfy chair at home BASS [email protected] ARM powered, RISC OS driven _______________________________________________ GCCSDK mailing list [email protected] Bugzilla: http://www.riscos.info/bugzilla/index.cgi List Info: http://www.riscos.info/mailman/listinfo/gcc Main Page: http://www.riscos.info/index.php/GCCSDK
