→Signature finder (finsig/gensig) usage
The alternative is not to add your new function signatures to CHDK svn, but instead provide NHSTUBs in <tt>stubs_entry_2.S</tt> for all platforms, with dummy stubs or <tt>lib.c</tt> dummy functions for all unsupported platforms. This doesn't help people porting for a new camera, though (quite the contrary since there's more work to be done in porting).
'''NOTE'''
After building with the sig_ref* binaries in place, it's a good idea to compare the generated stubs_entry.S files and signatures_<OS>.h with what is in SVN. Ideally, the ones you generate should be identical to those in SVN, except for any entry points you've added. If they aren't, it may point to a problem with your dumps, or possibly that someone has checked in the generated files without updating everything else.
== Adding a new reference firmware ==
|