FAQ


Access troubles



How to compile generated code

The Polychrony distribution provides some utilities to compile the generated code.
The command
genMake <TARGET LANGUAGE> FOO
with <TARGET LANGUAGE> ::= C | C++ | Java
is a makefile program generator for a Signal program (called FOO here). It generates a makefile file that may be used to produce executable.
This utility assumes the availability of some softwares such as make command, compilers, linker...
The user can modify the generated file to adapt it to its own configuration.


Known bugs