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.

3d模块的问题



我在参考processors.wiki.ti.com/.../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.分别要怎么选呢?这两个参数?