BREW MP开发环境的搭建(win7)

来源:互联网 发布:php在线格式化 编辑:程序博客网 时间:2024/05/21 09:12

This document is about how to setup BREW MP development environment, all the procedure have been tested on Windows 7 platform.

 

1.        Before you setup BREW MP development environment, please make sure that the following software has been installed in your PC:

Ø  Microsoft .NET Framework 4.0 (or newer).

Ø  Adobe Flash® Player 10 ActiveX (or newer).

Ø  Microsoft Visual Studio 2005, 2008 or 2010.

 

2.        Follow the procedure below to setup BREW MP development environment.

1)  Get BREW installation package from Internet:

arm-2011.03-42-arm-none-eabi.exe

BREW/BMP_SDKMP_7.11.5_SETUP.exe

2)  Run arm-2011.03-42-arm-none-eabi.exe to install “Sourcery G++ Lite Edition”. This includes a CodeSourcery ARM compiler and GNU tools to help build and debug applications.

3)    Run BMP_SDKMP_7.11.5_SETUP.exe to install “Brew MP SDK”.

4)    Launch the SDK Manager tool by selecting: Start > All Programs > Qualcomm > Brew MP SDK > SDK Manager.

5)    Install “Brew MP SDK Visual Studio Plugin” through the SDK Manager tool: on “Setup” tab, click the “Visual Studio Plugin” Install link located within the “Active Toolset”.

 

3.        Run “Hello world” program to test BREW MP development environment:

1)  Start Visual Studio.

2)  Click “File->new->project” to create a new project, select “BREW MP” templates and “C application”, and then use the default setting to complete the creation.

3)  Click “Start Debugging (F5)” button to run the program. (Default as hello world program)

4)    If everything goes well, a BREW MP simulator will be started and the word “Hello World” will be displayed on the screen.

 

4.        Add more platform supported (Option):

Current installed SDK support BREW MP platform version 1.0.2.549.1. If you want to support more platforms, you can install them follow the procedure below (take platform version 4.0.2 SP19 as an example)

1)  Get platform installation package from Internet:

BREW/BMP_BREWPLATFORM_4.0.2.20_SETUP.exe

(For other platforms, you can download their installation package from the website:

https://developer.brewmp.com/tools/brew-mp-sdk)

2)  Run BMP_BREWPLATFORM_4.0.2.20_SETUP.exe to install this platform.

3)  Now when you create a new project, you can select the new installed platform for it.

 

5.        Install “BREW MP Toolset” (Option):

Notice: You must install the “Brew MP SDK” before performing “Brew MP Toolset” installation.

1)  “BREW MP Toolset” is an add-on to the “Brew® MP SDK”.  The “Brew MP SDK” has a default toolset within it. It is recommended that you use that one. Installing a new “BREW MP Toolset” will replace the former one. Standalone installers are provided to support version control, transition, or adoption.

2)  BREW MP Toolset provides users with tools that aid and optimize application development. It includes:

Ø  Developer Tools – tools centered around Integrated Development Environments (IDEs) and Command Line development.

Ø  Target Tools – tools for loading and running applications either on the Simulator or the physical device.

Ø  Test Tools – tools to verify that your applications run properly on a target.

3)  You can get BREW MP Toolset installation package from Internet:

BMP_TOOLSET_7.11.05_SETUP.exe

4)    Run BMP_TOOLSET_7.11.05_SETUP.exe to install BREW MP Toolset.

5)    The Brew MP SDK Source Kit provides the source code for Brew MP SDK Tools. You can get BREW MP SDK Source Kit installation package from Internet:

BMP_TOOLSETSRC_EXT_7.11.2.0_SETUP.exe

6)  Run BMP_TOOLSETSRC_EXT_7.11.2.0_SETUP.exe to install BREW MP SDK Source Kit. The default installation path is C:\Users\Public\Public Documents\$USERNAME\My Documents\Qualcomm\Brew MP Toolset Source Kit 7.11.2.0.1648071


Reference:

https://developer.brewmp.com/tools/brew-mp-sdk


原创粉丝点击