Core to SPIN - Programmer Guide
Originally core_2_spin was built using CoreParser ver. 1.2. Currently we have
only CoreParser ver. 1.2.01. To convert ver. 1.2.01 to ver. 1.2, copy the *.1
files to their original name (without the ".1") & overwrite the new version.
To re-generate the application:
- Create a temporary directory
- Copy all the source & header files from the Core Parser to the temporary
directory
- Copy all the source & header files from the Core to Spin project to the
temporary directory (make sure that wrapper.c from the Core to Spin project,
overwrites the file from the CoreParser. This is because in the Core to Spin
project, the function 'RunTranlation' is implemented while in the original
CoreParser it was left empty.)
- copy the makefile of the Core to Spin project to the temporary directory
- run make
(this make method should be the first thing to be changed when updating the
project.)