The following options are fed to the compiler during the 'mklib' operation to build TI's run-time library:
--no_visible_enums
--ti_lib
--building_runtime
None of these are found in the compiler manual for the version 7.4.6 compiler; and yet, the run-time library compilation will fail if the latter two are omitted and I don't know what side effects --no_visible_enums might bring should it be omitted.
Am I missing something? Are these documented somewhere?