This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Problems building Bit Blit

I'm walking through the Bitblit User's Guide and I'm running into problems with the build.  I get the following error message:

linux/framebuffer.c:57:29: error: video/omapfbdev.h: No such file or directory
linux/framebuffer.c: In function 'FRAMEBUFFER_flip':
linux/framebuffer.c:251: error: 'FBIO_WAITFORVSYNC' undeclared (first use in this function)
linux/framebuffer.c:251: error: (Each undeclared identifier is reported only once
linux/framebuffer.c:251: error: for each function it appears in.)
linux/framebuffer.c: In function 'FRAMEBUFFER_waitForVsync':
linux/framebuffer.c:279: error: 'FBIO_WAITFORVSYNC' undeclared (first use in this function)
make[1]: *** [linux/framebuffer.evm3530.ov5T] Error 1

To test my system, I followed the OMAP35x DVEVM Getting Started Guide and rebuilt U-boot, Linux Kernel, and DVSDK Software for the target.  Each was successful.

I'm new to Linux, so I'm not sure how to figure out the build problem.  Thanks!

 

P.S.  I'm using Bitblit 1.00.00 Build 00 on Ubuntu 9.10.  I should meet all of the minimum versions on the dependencies, but in many cases I have a newer version.