c - FT_Init_Freetype unresolved Symbol -
Let me run run-free on a controller. I have said that the path directory for the compilation includes paths. I am using a multi debugger by the Green Hills which flash the code on the controller. I am unable to use the FreeType functions. I'm new to the freeway Sorry for my ignorance
There is no crime, but you feel slightly new to C.
#include at all a header brings the related functions announcements to your program, but you usually do not have any Definitions , the actual code i.e.
To get them, you need to link about the file containing the relevant code.
In your case, you might want to
-publish something while compiling your program:
$ gcc -o myprogram myprogram .c -lfreetype Note that in the case of order source file (s) and -l linker option (s)
If you have Makefile set up, then declare a line LDLBS is declaring, and it should be -lfreetype Edit to include option.
Comments
Post a Comment