Figure 1-12. Library include path addition
Figure 1-13. Compiler setting
The final step is typing the #include syntax into the code. Include the library into the
main.c
file. In the left-hand dialog, open the Sources folder of the project, and double-
click the main.c file. After the main.c file opens up, include the following lines into the
#include section:
#include "mlib.h"
#include "gflib.h"
#include "gmclib.h"
When you click the Build icon (hammer), the project will be compiled without errors.
Chapter 1 Library
GMCLIB User's Guide, Rev. 2, 10/2015
Freescale Semiconductor, Inc.
15
Summary of Contents for DSP56800E
Page 1: ...GMCLIB User s Guide DSP56800E Document Number DSP56800EGMCLIBUG Rev 2 10 2015 ...
Page 2: ...GMCLIB User s Guide Rev 2 10 2015 2 Freescale Semiconductor Inc ...
Page 4: ...GMCLIB User s Guide Rev 2 10 2015 4 Freescale Semiconductor Inc ...
Page 64: ...GMCLIB_SvmU7n GMCLIB User s Guide Rev 2 10 2015 64 Freescale Semiconductor Inc ...
Page 78: ...GMCLIB User s Guide Rev 2 10 2015 78 Freescale Semiconductor Inc ...