Next: How to Compile an
Up: Code generation
Previous: Code generation
  Contents
In this section we give a brief summary of files you will require to
generate and compile your executive. Code generation principles will be
detailed in next sections. Files required are :
- One ``processorName.m4'' file for each processor specified in your main
architecture, including ``root.m4''. These files are generated during the executive
generation by SynDEx;
- ``applicationName.m4m'';
- ``applicationName.m4x'', which may be empty;
- ``GNUmakefile'';
- ``root.m4x''.
For the files which are not generated by SynDEx, most of the time you
can simply copy existing ones (for instance from the example directory)
and make modifications explained in the comments of these files.
Once you gathered all these files, type ``make'' in your shell. This
will compile, download and execute one executive for each
processor.
You can also clean your directory by typing ``make clean''.
Julien Forget
2003-03-21