我在参考http://processors.wiki.ti.com/index.php/Graphics_SDK_Quick_installation_and_user_guide
编译am335x 的3d模块
请问:在编译参数中
FBDEV={yes | no} – This option helps in eliminating any Fbdev dependancy. It uses PIXMAP if Fbdev=no.
EGLIMAGE= {1 | 0} – This option helps to install libraries with eglimage support. This is not a build time option but rather a install time option ie this option needs to be used only during make install of graphics SDK. By default this is 0(disabled). That means by default libraries with bufferclass texture streaming extension will be installed. If one wants to use eglimage support, then it is required to pass EGLIMAGE=1 during make install.
PIXMAP和EGLIMAGE分别代表什么意思?
如果我编译qt,和x11.分别要怎么选呢?这两个参数?
Yaoming Qin:
make BUILD=release OMAPES=8.x all – This command will build the complete graphics SDK for AM335x.
AM335x没有x11的支持