When supplementing the generated code with user additions, it is important to add the additional compilation statements to
User_Makefile
. This file is produced when the code is generated.The following is an example of the
User_Makefile
for ANSI C generated code.Add all objects that require compiling to the elements list. If you add any libraries, add them to the
user_libs
file.