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.

[AM3517] Building Qt with opengl get errors

Hello,

 I build qt with opengl fellowing wiki doc

http://processors.wiki.ti.com/index.php/Building_Qt_for_OMAP35xx_with_OpenGL_ES_accelerated_by_SGX

and use "SDK package OMAP35x_Graphics_SDK_3_01_00_06" , PSP package "AM35x-OMAP35x-PSP-SDK-03.00.00.05".

There are some error Message 

pvrqwswsegl.c:43:19: error: wsegl.h: No such file or directory

pvrqwswsegl.c:59: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'const'

pvrqwswsegl.c:66: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'wseglDisplayConfigs'

pvrqwswsegl.c:75: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'wseglIsDisplayValid'

pvrqwswsegl.c:85: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'wseglInitializeDisplay'

pvrqwswsegl.c:128: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'wseglCloseDisplay'

pvrqwswsegl.c:135: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'wseglRotationValue'

pvrqwswsegl.c:146: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'wseglCreateWindowDrawable'

pvrqwswsegl.c:183: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'wseglCreatePixmapDrawable'

pvrqwswsegl.c:200: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'wseglDeleteDrawable'

pvrqwswsegl.c:212: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'wseglSwapDrawable'

pvrqwswsegl.c:224: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'wseglSwapControlInterval'

pvrqwswsegl.c:237: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'wseglWaitNative'

pvrqwswsegl.c:248: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'wseglCopyFromDrawable'

pvrqwswsegl.c:289: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'wseglCopyFromPBuffer'

pvrqwswsegl.c:336: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'wseglGetDrawableParameters'

pvrqwswsegl.c:381: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'const'

pvrqwswsegl.c:398: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token

make[4]: *** [.obj/release-shared-emb-arm/pvrqwswsegl.o] Error 1

make[4]: Leaving directory `/home/mark/qt/src/plugins/gfxdrivers/powervr/QWSWSEGL'

make[3]: *** [sub-QWSWSEGL-make_default-ordered] Error 2

make[3]: Leaving directory `/home/mark/qt/src/plugins/gfxdrivers/powervr'

make[2]: *** [sub-powervr-make_default] Error 2

make[2]: Leaving directory `/home/mark/qt/src/plugins/gfxdrivers'

make[1]: *** [sub-gfxdrivers-make_default] Error 2

make[1]: Leaving directory `/home/mark/qt/src/plugins'

make: *** [sub-plugins-make_default-ordered] Error 2

 I think it can't find wsegl.h header file.

Could anyone tell me how to resolve this problem? Thanks

Best Regards,

Mark