Thank you very much for your help. It works!
I now have the grx demos running on my embedded arm platform!
Thanks again Ant
On Friday 12 Mar 2004 10:33 am, Josu Onandia wrote:
- make your own makefile (grx\src\makefile.custom) that is a copy of
makefile.lnx. I don't like to modify the standard one
- in this makefile add CCOPT += -DONLY_FRAMEBUFFER
- in the file src\fdrivers\ftable.c replace the line #if !defined(__XWIN__) && !defined(__WIN32__) with #if !defined(__XWIN__) && !defined(__WIN32__) &&
!defined(ONLY_FRAMEBUFFER)