ChinaUnix.net
相关文章推荐:

WDK build 参数

configure 的build host target参数合法取值有哪些? 这三个参数的意思我明白, 可是, 我指定--build=x86_64-pc-windows或--build=x86_64-pc-Windows_NT, 得到"无法识别的system错误" 我如何得到这个合法的system列表? 我尝试 man gcc, 没发现我想要的东西

by faku - Shell - 2013-11-21 15:44:08 阅读(5169) 回复(11)

相关讨论

build、host和target     在交叉编译中比较 常见 的一些参数就是build、host和target了,正确的理解这三者的含义对于交叉编译是非常重要的,下面就此进行解释     --build=编译该软件所使用的平台     --host=该软件将运行的平台     --target=该软件所处理的目标平台     我们以 gcc 为例子来 讲解 这三者的作用     在gcc编译中我们使用     ./configure --build=编译平台 --host=运行平台 --targ...

by tuyer - Linux文档专区 - 2009-02-10 13:51:05 阅读(826) 回复(0)
by koalarobbie - 嵌入式开发 - 2007-05-22 13:28:43 阅读(2125) 回复(2)

微软今天面向开发人员更新了支持Windows 7 Beta的wdk文档.目前wdk已经可以通过WHDC的开发工具页获取,采用该规范的驱动可以工作在以下系统中: Windows Server 2008 R2 Windows 7 Windows Server 2008 with Service Pack 1 (SP1) Windows Vista with Service Pack 1 (SP1) Windows XP with Service Pack 3 (SP3) Windows Server 2003 with Service Pack 2 (SP2) Windows XP Professional x64 Edition 下载:Windows Driver Kit (wdk)...

by 彪哥来了 - Windows系统 - 2009-02-05 07:52:44 阅读(3294) 回复(0)

本帖最后由 yshihyu 于 2014-01-08 02:25 编辑 https://github.com/esrlabs/Mindroid.cpp 我下载后编译 make , 产生 libmindroid.so 之后我想测试 tests 里面的 HelloWorld.cpp g++ -lpthread -o test HelloWorld.cpp ./libmindroid.so ./libmindroid.so: 未定义的参考到“sem_init” ./libmindroid.so: 未定义的参考到“pthread_key_create” ./libmindroid.so: 未定义的参考到“pthread_once” ./libmindroid.so: 未定义...

by yshihyu - C/C++ - 2014-01-08 23:09:52 阅读(3668) 回复(8)

本帖最后由 yshihyu 于 2013-09-22 14:28 编辑 [code]/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not download, install, // copy or use the soft...

by yshihyu - C/C++ - 2013-09-22 16:25:28 阅读(2812) 回复(2)

本帖最后由 yshihyu 于 2013-08-21 16:21 编辑 [code]/* This is a simple module used for showing How to use Ftrace to trace your driver. -------------------------------------------------- --- Function: you can "echo your_data > /sys/kernel/kobj4ftrace/data" This module will divide 24 with 'your_data' and store the result in /sys/kernel/kobj4ftrace/...

by yshihyu - C/C++ - 2013-08-22 21:59:11 阅读(3455) 回复(4)

build脚本 [code]

by cu_Cbear - 移动操作系统 - 2012-01-13 11:11:07 阅读(723) 回复(1)

1.support wpasupplicant and openssl

by hjlfd - MaxWit & g-bios - 2011-11-15 22:35:29 阅读(1862) 回复(0)

我从网上http://maxwit.googlecode.com/svn/trunk/ 上下载最新的代码,然后未作任何修改直接运行build.sh,结果运行到一半报以下错误: exec: 2: -mcpu=arm920t: not found make[1]: ***[crtbegin.o] Error 1 make[1]: Leaving directory `/maxwit/build/gcc-build-1/gcc` make: *** [all-gcc] Error 2

by szlwin - MaxWit & g-bios - 2009-02-25 11:26:32 阅读(2463) 回复(2)