Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Bulid error : OpenKode,OpenVG: (1 Item)
   
Bulid error : OpenKode,OpenVG  
Hi,everybody

  I am writing an application with OpenKode and OpenVG.And my enviorment is
:QNX6.4.0 + Aviage HMI Suite 2.0

  I list my lib in "C:\QNX640\target\qnx6\x86\usr\lib" and get the result
----------------------------------------------------------------------------
2009/03/26  03:12                 0       libEGL.so
2009/03/26  03:12            62,126    libEGL.so.1
2009/03/26  03:12                 0       libgf.so
2009/03/26  03:12            92,505    libgf.so.1
2009/03/26  03:12                 0        libgf.so
2009/03/26  03:12           151,633   libGLESv1_CM.so.1
2009/03/26  03:12                 0       libGLES_CM.so
2009/03/26  03:12           166,032   libGLES_CM.so.1
2009/03/26  03:12                 0       libKD.so
2009/03/26  03:12            29,789    libKD.so.1
2009/03/26  03:12                 0       libWFD.so
2009/03/26  03:12            39,649    libWFD.so.1
2009/06/05  17:21           383,262   libOpenVG-G12.so.1
2009/06/05  17:21            27,036    libOpenVG.so.1
2009/06/05  17:21            38,742    libutil.a
----------------------------------------------------------------------------
The strange thing is that size of libEGL.so, libgf.so,
libgf.so,libKD.so,libWFD.so is zero.

I fill the other option of linker tab with
"-lgf -lEGL -lasound -lkd -lOpenVG  -lOpenVG-G12".

But when bulid, I got many errores.I think it will be the problem of link
option.How can I do for it?

Thanks very much.

-------------------------------------------------------
Severity and
Description	Path	Resource	Location	Creation Time	Id
'image' undeclared (first use in this
function)	my_application	my_event_process.c	line
311	1244465516977	3152
'image' undeclared (first use in this
function)	my_application	my_event_process.c	line
411	1244465516993	3160
'VGImage' undeclared (first use in this
function)	my_application	my_event_process.c	line
308	1244465516977	3150
'VGImage' undeclared (first use in this
function)	my_application	my_event_process.c	line
373	1244465516977	3158
C:/QNX640/target/qnx6/usr/include/errno.h expected ';' before
'extern'		my_application	line 40	1244465516977	3149
C:/QNX640/target/qnx6/usr/include/VG/openvg.h expected ';' before
'asm'		my_application	line 749	1244465516977	3139
C:/QNX640/target/qnx6/usr/include/VG/openvg.h expected ';' before
'typedef'		my_application	line 59	1244465516946	3072
C:/QNX640/target/qnx6/usr/include/VG/openvg.h expected ')' before
'dst'		my_application	line 649	1244465516977	3122
C:/QNX640/target/qnx6/usr/include/VG/openvg.h expected ')' before
'dst'		my_application	line 661	1244465516977	3125
C:/QNX640/target/qnx6/usr/include/VG/openvg.h expected ')' before
'dst'		my_application	line 700	1244465516977	3133
C:/QNX640/target/qnx6/usr/include/VG/openvg.h expected ')' before
'dst'		my_application	line 702	1244465516977	3134
C:/QNX640/target/qnx6/usr/include/VG/openvg.h expected ')' before
'dst'		my_application	line 709	1244465516977	3135
C:/QNX640/target/qnx6/usr/include/VG/openvg.h expected ')' before
'dst'		my_application	line 718	1244465516977	3136
C:/QNX640/target/qnx6/usr/include/VG/openvg.h expected ')' before
'dst'		my_application	line 722	1244465516977	3137
C:/QNX640/target/qnx6/usr/include/VG/openvg.h expected ')' before
'dst'		my_application	line 729	1244465516977	3138
C:/QNX640/target/qnx6/usr/include/VG/openvg.h expected ')' before
'dstPath'		my_application	line 593	1244465516946	3098
C:/QNX640/target/qnx6/usr/include/VG/openvg.h expected ')' before
'dstPath'		my_application	line 594	1244465516946	3099
C:/QNX640/target/qnx6/usr/include/VG/openvg.h expected ')' before
'dstPath'		my_application	line 598	1244465516946	3100
C:/QNX640/target/qnx6/usr/include/VG/openvg.h expected ')' before
'dstPath'		my_application	line 601	1244465516946	3101
C:/QNX640/target/qnx6/usr/include/VG/openvg.h expected ')' before
'dstPath'		my_application	line...
View Full Message