ChinaUnix.net
相关文章推荐:

boa 编译

相关讨论

使用arm-uclinux-gcc编译 /root/bin/arm-uclinux-tool/bin/arm-uclinux-gcc -g -O2 -pipe -Wall -I. -c -o util.o util.c util.c:100:1: pasting "t" and "->" does not give a valid preprocessing token util.c: In function `get_commonlog_time': util.c:100: error: structure has no member named `tm_gmtoff' make: *** [util.o] 错误 1 不知道如何解决!

by chenyezm - 嵌入式开发 - 2007-05-19 08:34:54 阅读(2057) 回复(0)

用arm-elf-gcc编译boa出错,出错内容是 [code]/usr/local/lib/gcc-lib/arm-elf/2.95.3/libgcc.a(__main.o)(.text+0xc4): In function `__do_global_ctors': : undefined reference to `__CTOR_LIST__' /usr/local/lib/gcc-lib/arm-elf/2.95.3/libgcc.a(__main.o)(.data+0x0): undefined reference to `__DTOR_LIST__' collect2: ld returned 1 exit status make: *** [boa] Error 1 [/code] 有人知道是什么原因,或者怎么查错吗?...

by 悠悠南风 - 服务器应用 - 2007-03-09 10:07:46 阅读(2090) 回复(2)

小弟 在 在 嵌入式系统 uclinux +s3c44b0x 要将 boa 编译到 内核 ,但是 老是出错?

by jiaxi - 服务器应用 - 2007-01-24 17:18:44 阅读(1320) 回复(0)

本帖最后由 googny 于 2012-05-12 11:16 编辑 背景: Centos6.2 i386 系统,安装boa服务器; 操作步骤: $ tar zxvf boa-0.94.13.tar.gz 2、进入boa的源代码目录 $ cd boa-0.94.13/src 3、配置 $ ./configure 4、编译 $ make 出现错误: [root@localhost src]# make yacc -d boa_grammar.y make: yacc: Command not found make: *** [y.tab.c] Error 127 尝试解决方法: $vim Makefile 找到变量设置如下: YACC = yacc LEX ...

by googny - Linux新手园地 - 2012-05-12 11:54:58 阅读(2822) 回复(5)

/************************************************* 帅得不敢出门 C++爱好者灌水天堂 3503799 转载请保留此信息 *************************************************/ 步骤大部分都一样吧,只是交叉编译器会有不同. 第一步boa 程序的移植 目标板为xscale pxa270 ,交叉编译器arm-linux-gcc 去网上下了一份源代码 http://www.boa.org/ Latest Released Version (0.94.13) here (signature here) 点击here弹出文件下载...

by 帅得不敢出门 - Linux文档专区 - 2009-05-08 10:49:49 阅读(893) 回复(0)

最近查了一些资料,但是没有深入。 小弟刚开始学习编程,不知道使用boa是否必须要重新编译系统内核? 望大侠指教

by hawfeng - 服务器应用 - 2006-07-09 12:20:01 阅读(1172) 回复(0)

http://hh8582.blog.163.com/blog/static/14041920420114202636840/

boa (boa.org/">http://www.boa.org)是比较流行的嵌入式Web Server,虽然性能不见得太好,但是胜在简单,整个软件编译完后只有几十K.而且可以支持CGI动态脚本..很容易移植到支持POSIX...

by ztguang - 移动操作系统 - 2011-12-23 01:19:37 阅读(1011) 回复(0)

一、boa程序的移植 1、下载boa源码 下载地址: http://www.boa.org/ 目前最新发行版本: 0.94.13 (几年没更新版本了) 下载 boa-0.94.13.tar.gz, 注意:若从boa上下载的是boa-0.94.13.tar.tar,解压方式一样 解压: [tekkamanninja@Tekkaman-Ninja source]$tar xzf boa-0.94.13.tar.gz 2、生成Makefile文件 进入boa-0.94.13,直接运行src/configure文件 [tekkamanninja@Tekkaman-Ninja src]$./configure...

by huwpeng - Linux文档专区 - 2009-08-24 16:26:20 阅读(682) 回复(0)

有谁清楚,为什么我安装了boa之后新建一个wx.app应用,保存之后,却看不见设计界面啊?????? 我已经安装了wxPython了

by yuyoo_zhao - Python - 2007-10-29 17:36:49 阅读(3075) 回复(2)

本帖最后由 pythonlong 于 2010-09-15 22:21 编辑 update

by pythonlong - Python - 2007-02-09 13:48:43 阅读(1822) 回复(2)