Jump to content

Recommended Posts

Posted
 
 

I am still a new man, hoping to get the guidance of the great God. Every time I use CodeBlocks to compile to gos_rules.h, I always make a mistake in this #error "GOS: No operating system has been defined.".

Posted

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.

Posted

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.

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...