在WEC2013和CE6之间共享驱动程序 [英] Sharing drivers between WEC2013 and CE6

查看:93
本文介绍了在WEC2013和CE6之间共享驱动程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我打算在WEC2013和CE6之间分享几个驱动程序。  配置源文件以获取正确的包含并将内容复制到正确的目录并不困难,但我遇到了build.dat的问题。  似乎
build.dat包含依赖项信息并写在项目目录的根目录下(即与源文件一起),工作正常,我可以构建CE6然后我去尝试构建WEC2013和它抱怨指令集(或其他东西);在挖掘之后
我注意到build.dat在源代码树中有很多对文件的引用,这似乎是问题...依赖性是不正确的。

I have several drivers I intend on sharing between WEC2013 and CE6.  Configuring the sources files to grab the right includes and copy things to the correct directories is not difficult but I'm running into an issue with build.dat.  It seems that build.dat contains dependency information and is written at the root of the project directory (i.e. alongside the sources file), things work fine and I can build CE6 then I go and try to build WEC2013 and it complains about instruction set (or something else); after some digging I noticed that build.dat has a number of references to files in the source tree, this seems to be the problem...dependencies are incorrect.

有没有办法控制依赖信息的存储位置?  谁在他们的操作系统设计中共享驱动程序(而不是代码的复制/粘贴)?  你是怎么做出来的?

Is there a way to control where the dependency information is stored?  Who's sharing drivers (not copy/paste of code) in their OS designs?  How did you lay it out?

谢谢!

Steve

推荐答案

您似乎将build.dat保存到您的版本控制系统。 由于build.dat是输出文件,因此不应该这样做。
You seem to be saving build.dat to your version control system.  Since build.dat is an output file, you should not do that.


这篇关于在WEC2013和CE6之间共享驱动程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆