Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - コンパイル、リンクの問題:OpenVGのsoファイルサイズはゼロ: (1 Item)
   
コンパイル、リンクの問題:OpenVGのsoファイルサイズはゼロ  
皆さん

今OpenVG、OpenKodeのアプリを作っています。私が使っている環境は:QNX6.4.0 + Aviage HMI Suite 2.0

インストール完了した後、「C:\QNX640\target\qnx6\x86\usr\lib」での各ライブのファイルをチェックします:
----------------------------------------------------------------------------
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
----------------------------------------------------------------------------
libEGL.so、 libgf.so、 libgf.so、libKD.so、libWFD.soがゼロです。おかしいと思います。リンクするとき、どうすればいんですか
な、と心配しています。私は、LinkerのOther Optionに下記の内容を追加しました
"-lgf -lEGL -lasound -lkd -lOpenVG  -lOpenVG-G12"

でも、ビルドすると、エラーがいっぱい出てきます。リンクなどの環境が悪いと思いますが、どうすれば解析できますか。教えてお願
いします。

-------------------------------------------------------
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 602	1244465516946	3102
C:/QNX640/target/qnx6/usr/include/VG/openvg.h expected ')' before 'font'		my_application	line 674	1244465516977	3127
C:/QNX640/target/qnx6/usr/include/VG/openvg.h expected ')'...
View Full Message