标题 | 阅读 | 评论 | 转发 | 发布日期 | |
---|---|---|---|---|---|
以上三篇来源 | 1157 | 0 | 0 | 2008-04-05 | |
管程 | 8358 | 5 | 0 | 2008-04-05 | |
读者写者问题 | 2930 | 1 | 1 | 2008-04-05 | |
这是怎么设计的? | 1699 | 0 | 0 | 2008-04-05 | |
C语言宏定义技巧 | 1840 | 0 | 0 | 2008-04-05 | |
我忍不住要赞美TinyXML | 1234 | 0 | 0 | 2008-04-05 | |
[没看完] 嵌入式软件测试的十大秘诀 | 978 | 0 | 0 | 2008-04-05 | |
系统设计第二次作业:数据结构部分 | 1165 | 0 | 0 | 2008-04-04 | |
4款免费软件让你在Windows下访问Linux文件系统 | 4609 | 0 | 0 | 2008-04-04 | |
3.4.3makefile 的编写规则 | 1144 | 0 | 0 | 2008-04-03 | |
Makefile介绍 | 896 | 0 | 0 | 2008-04-03 | |
静态库与动态库linux | 1347 | 0 | 0 | 2008-04-03 | |
揭开C/C++中数组形参的迷雾[转] | 1376 | 0 | 0 | 2008-03-25 | |
要激励我好好学习! | 1453 | 1 | 0 | 2008-03-25 | |
C++指针探讨[内容来自互联网] | 1417 | 0 | 0 | 2008-03-25 | |
好好学习 | 1058 | 0 | 0 | 2008-03-25 | |
[好资料]DMA控制寄存器 | 1737 | 1 | 0 | 2008-03-24 | |
[分享资料]S3C44B0X接口电路设计与编程 | 924 | 0 | 0 | 2008-03-24 | |
分享资料::S3C44B0X存储控制器功能及应用 | 1044 | 0 | 0 | 2008-03-24 | |
[疑问!!]写flash | 793 | 0 | 0 | 2008-03-23 |
chinaunix网友2008-10-22 13:16
你好,想与博主进行约稿方面的交流,现在无法联系上你,所以留下我的联系方式。 Q Q: 873439335 MSN: yangzuolin@.msn.com 诚待您的回复,此致!
chinaunix网友2008-05-16 15:39
你好:我想让我的qtopia core支持jpeg库总是出错 希望你给我指导一下: 首先我在我的linux 2.4里面装了jpeg库 过程如下: ./configure --prefix=/usr/local/arm/3.4.1/arm-linux --host=arm-linux --enable-shared --enable-static; 修改Makefile: CC= /hao/toolchain/arm-linux/bin/arm-linux-gcc AR= /hao/toolchain/arm-linux/bin/arm-linux-ar rc AR2= /hao/toolchain/arm-linux/bin/arm-linux-ranlib make make install 装好了过后我可以编译运行v4l的应用程序可以在板子上面采集视频; 我的qtopia-core 4.2.2的安装也选择了(-system-libjpeg); 我在编译程序的步骤如下: 1。qmake -project 在生成的pro文件里面加入了 LIBS += -L/usr/local/arm/3.4.1/ arm-linux/lib -ljpeg 2。qmake 3。make 然后出错如下: arm-linux-g++ -Wl,-rpath,/usr/local/Trolltech/QtopiaCore-4.2.2-arm/lib -o a a.o main.o moc_a.o -L/usr/local/Trolltech/QtopiaCore-4.2.2-arm/lib -ljpeg -L/usr/local/arm/3.4.1/arm-linux/lib -lQtGui -L/tmp/qtopia-core-opensource-src-4.2.2/lib -lQtNetwork -lQtCore -lm -ldl -lpthread a.o(.text+0xe00): In function `put_image_jpeg(_IO_FILE*, unsigned char*, int, int, int, int)': : undefined reference to `jpeg_std_error(jpeg_error_mgr*)' a.o(.text+0xe18): In function `put_image_jpeg(_IO_FILE*, unsigned char*, int, int, int, int)': : undefined reference to `jpeg_CreateCompress(jpeg_compress_struct*, int, unsigned int)' a.o(.text+0xe44): In function `put_image_jpeg(_IO_FILE*, unsigned char*, int, int, int, int)': : undefined reference to `jpeg_set_defaults(jpeg_compress_struct*)' a.o(.text+0xe54): In function `put_image_jpeg(_IO_FILE*, unsigned char*, int, int, int, int)': : undefined reference to `jpeg_set_quality(jpeg_compress_struct*, int, int)' a.o(.text+0xe68): In function `put_image_jpeg(_IO_FILE*, unsigned char*, int, int, int, int)': : undefined reference to `jpeg_stdio_dest(jpeg_compress_struct*, _IO_FILE*)' a.o(.text+0xe74): In function `put_image_jpeg(_IO_FILE*, unsigned char*, int, int, int, int)': : undefined reference to `jpeg_start_compress(jpeg_compress_struct*, int)' a.o(.text+0xedc): In function `put_image_jpeg(_IO_FILE*, unsigned char*, int, int, int, int)': : undefined reference to `jpeg_write_scanlines(jpeg_compress_struct*, unsigned char**, unsigned int)' a.o(.text+0xef0): In function `put_image_jpeg(_IO_FILE*, unsigned char*, int, int, int, int)': : undefined reference to `jpeg_finish_compress(jpeg_compress_struct*)' a.o(.text+0xef8): In function `put_image_jpeg(_IO_FILE*, unsigned char*, int, int, int, int)': : undefined reference to `jpeg_destroy_compress(jpeg_compress_struct*)' a.o(.text+0xf48): In function `put_image_jpeg(_IO_FILE*, unsigned char*, int, int, int, int)': : undefined reference to `jpeg_write_scanlines(jpeg_compress_struct*, unsigned char**, unsigned int)' collect2: ld returned 1 exit status make: *** [a] Error 1 不知道那个步骤出错了,在这里已经瞎忙了好长时间了!!! 我的邮箱是: bighunter1@163.com