zhuantou215 Posted December 26, 2017 Report Share Posted December 26, 2017 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.". Link to comment Share on other sites More sharing options...
Joel Bodenmann Posted December 26, 2017 Report Share Posted December 26, 2017 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 More sharing options...
zhuantou215 Posted December 27, 2017 Author Report Share Posted December 27, 2017 Thank you very much for the problem I've solved. But there are new problems to be compiled. #error The font file is not compatible with this version of mcufont. how to solve Link to comment Share on other sites More sharing options...
inmarket Posted December 31, 2017 Report Share Posted December 31, 2017 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 More sharing options...
zhuantou215 Posted January 1, 2018 Author Report Share Posted January 1, 2018 First of all, thank you very much, but there is another problem. The multiple definition of `gfxDeinit'always appears at the time of compilation. Link to comment Share on other sites More sharing options...
inmarket Posted January 4, 2018 Report Share Posted January 4, 2018 This is the same problem as above - just a different symptom. Link to comment Share on other sites More sharing options...
Goph Posted January 11, 2018 Report Share Posted January 11, 2018 The problem with converting fonts online Cyrillic error when entering the range. Please help! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now