您的位置:首页 > 其它

忆龙2009:如何安装配置BREW开发环境

2010-01-17 00:36 447 查看
转自:http://hi.baidu.com/smilevt/blog/item/6311504df46839f3d62afc39.html 1,安装Microsoft Visual Studio 6.0或者Microsoft Visual Studio .NET
(1)安装的目录为VS缺省的安装目录。
(2)先安装VS的目的,是为了在BREW SDK安装的时候能找到VS,并且安装相关的Add-in。 2,安装ARM Developer Suite v1.2
(1)安装的目录通常是 C:\ADS\ 。
(2) 安装接近完成的时候,会弹出ARM License Wizard,提示你安装License文件。需要从安装文件夹中安装 ..\CRACK\ARM v1.2 CRACK\LICENSE.DAT 文件。除此之外,ARM License Wizard其它屏幕可以一直点击“下一步”即可。
(3)先安装ADS的目的,是为了在BREW SDK安装的时候能找到ADS。 3,安装BREW SDK
(1)写这篇文档的时候,安装的是BREW SDK v3.0.1 简体中文版。
(2)BREW SDK需要从Qualcomm的网站上下载安装。
(3)安装的目录是 C:\BREW30Zh\ ,没有选择缺省的 C:\Program Files\... 目录是担心ADS不能支持长文件名或目录名,但是这个怀疑没有经过实践的验证。 4,安装BREW SDK Tools
(1)写这篇文档的时候,安装的是BREW SDK Tools v1.0.0。BREW SDK Tools包含BREW MIF Editor以及BREW Resources Editor等BREW开发的必要工具,是必须要安装的。
(2)BREW SDK Tools需要从Qualcomm的网站上下载安装。
(3)安装的目录似乎没有特别的要求,我安装到 C:\BREWTools10 。 5,安装BREW Add-ins
(1)写这篇文档的时候,安装的是BREW Visual Studio Add-ins 3.0。BREW Visual Studio Add-ins提供了4个功能:
① BREW Application Wizard
② BREW add-ins toolbar
③ Automated BREW application compiling add-in
④ BREW integrated help add-in (available for Visual Studio 6.0 only)
其 中,第①项功能使VS可以自动生成BREW程序的框架。第②项功能提供为ARM、GCC编译器编写make文件的功能等。第①②项功能已随BREW SDK的安装而安装了。第③项功能支持通过VS菜单编译源程序为mod文件的功能,用户可以自己配置VS实现,或通过命令行方式编译,但安装完BREW Add-ins,便可以自动完成对VS的配置,无需用户自己配置了。第④项功能没有实践使用过。
(2)BREW Add-ins需要从Qualcomm的网站上下载安装。
(3)安装的目录似乎没有特别的要求,我安装到 C:\BREWAddins30 。 注:BREW VS2005 add-in 环境搭建问题 今天跟电信一位领导安装brew开发环境,在安装vs.net 2003的时候怎么也装不上,最后只能安装vs.net 2005,可以顺利安装。
但据我所知ADD-INS这插件只支持VS.NET 2003,不出所料,安装add-in的时候报错,描述XXX文件查找不到的问题,然后在网上找了一轮没找到解决办法。最后在高通的网站上找到答案。
BREW® SDK Tools (1.1.1.10 SP05)
Released 24 July 2009.
The BREW SDK Tools 1.1.1 release provides support for Visual Studio .NET 2005 to the Visual Studio Addins of the BREW SDK Tools kit. This update contains all the changes introduced in BREW SDK Tools 1.1.0. The BREW SDK Tools include the MIF Editor, Resource Editor, BREW Compressed Image Authoring Tool, BREW Utilities, and Visual Studio Addins. As with prior releases these tools are not related to a particular version of BREW, except for the changes incorporated herein. The SDK Tools 1.1.1 are backwards compatible with prior SDK Tools releases. Please refer to the Release Notes for further information on the contents of this package.
The SP05 release fixes an issue where Brew Application Make was failing on a system having VS2005 only. 原来高版本的BREW® SDK Tools 已经集成add-ins了,而且还support for vs2005。安装完后,发现进去的时候少了一个XXX.dll文件。 看了下,原来要把1033这个文件目录名称改名为2052。改了后,新开一个测试项目,编译通过,可生成mod文件。 问题解决! 6,安装BREW Tools Suite
(1)写这篇文档的时候,安装的是BREW Tools Suite 3.0.0。BREW Tools Suite包含BREW AppLoader等工具,AppLoader帮助你把编译好的程序上传至手机。
(2)BREW Tools Suite需要从Qualcomm的网站上下载安装,但是Qualcomm只向授权的开发者提供下载,它被分类为BREW Testing and Commercialization Utilities。
(3)安装的目录没有特别的要求,我安装到 C:\BREWToolsSuite30 。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: