Update of "MiccaDownloads"
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: 62a6a9d7a542672989ffb9bb4d35fe70f315705c
Page Name:MiccaDownloads
Date: 2018-03-11 22:19:39
Original User: andrewm
Parent: 5b6af777fc138272fdadfeefee12ee148e7f9b16 (diff)
Next 18ad37217d643d0e3cd8669be0d80fe26a44d6ad
Content

Micca Downloads

The current version of micca is 1.1.3.

Executables

Micca executables are available for the three major platforms. These executables are, in Tcl terms, *starpacks*. They are single file executables with no external dependencies.

Installation

Installation of micca means downloading the file and placing it in a directory that is in the path of the command shell you will use to invoke micca.

To uninstall, simply delete the executable.

Run Time Code

Included with the executables are four version of the run time code. Run time code is supplied for POSIX, EFM32GG, MSP432 and MSP430. The EFM32GG version runs on Silicon Labs Energy Friendly Giant Gecko Micro-controller. The MSP432 version runs on the Texas Instruments MSP432 chip. Both of these chips are ARM Cortex-M based SOC's. The MSP430 version run on the venerable TI MSP430 chips.

By invoking micca with the appropriate command line option, a copy of the run time files will be placed in the current directory:

    $ micca -posix

will create the files:

in the current directory. This technique insures that the run time files are compatible with the current version of micca and you should extract new run time files when you update your version of micca.

These files should be placed so that they are available to compile and link a translation.

Local Documentation

The micca executable can also provide a local copy of the manual page documentation. Running:

    $ micca -doc

will create a directory miccadoc and place HTML versions of the documentation there.