Jump to content

Compile error


zhuantou215

Recommended Posts

Hi,

As the error tells explains you need to define which underlying system you're using. You do that by setting the corresponding GFX_OS_USE_XXX setting to TRUE in your configuration file. Note that it's a define so you can also just add it in a makefile or anywhere else in the build process.

You can find a list of all configuration file parameters here. There's more documentation regarding the port/underlying system here.

I hope that helps.

Link to comment
Share on other sites

If you are getting this font compatibility message it indicates that you haven't set up your build project correctly. In particular it is including directories in the build it should not be including.

If you search the forum you will find other posts relating to this 2nd problem along with solutions. I would also suggest that you reread the wiki articles on how to build uGFX.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...