You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This source code is generated. To compile, rename the file ProjectCMakeLists.txt to CMakeLists.txt and run
cmake .
This should generate the required makefiles in order to be able to build the generated model with
make
The main.c file is empty, it must be populated as required. It is only provided to aid the initial compilation process. PLEASE NOTE: each time the VDM project is generated, this directory is completely erased. Please consider carrying out development on the main.c file elsewhere and linking to it from this directory.