628 views
in Platform Packages by

Hi,

I create a project on Eclipse but i'm having a problem with this file  ---> ewextgfx.c

When i compile the project, i get an error on the line 60.

#error The given FRAME_BUFFER_COLOR_FORMAT is not supported! Use RGBA8888, RGB888, RGBA4444 or RGB565 within your makefile!

 

 

1 Answer

+1 vote
by

Please have a look into the provided makefile, there you will find a couple of compiler defines (starting with -D  ), like

-DEW_FRAME_BUFFER_COLOR_FORMAT_RGBA8888

If you are using a different toolchain, you have to add all those compiler defines.

The reported error is just a check that indicates, that currently no color format is defined.

by
thanks, that's it

Ask Embedded Wizard - Archive

Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!

Your resources:

The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.

For dedicated assistance, explore our Embedded Wizard Product Support.

You can still browse the valuable discussions from our community history here.

Embedded Wizard Website | Privacy Policy | Imprint

...