Gluson Install
Gluson is an application that uses BREW
TM SDK, GNU compilers and debuggers. So, GLUSON needs
the following additional software:
MinGW
(Minimalist GNU for Windows) - for windows compilation
GDB for MinGW
- for windows debug
GNUDE
(GNU Development Environment)- for ARM compilation and debug
BREW Software
- BREW SDK 3.1.4 or later
- BREW SDK Tools
- BREW Tools Suite (for on target debugging)
- BREW Debugger (for on target debugging)
Step 1: install all BREW related software
- If you have not installed BREW SDK and Tools yet, please install all aplicable
BREW software from list above directly from BREW website:
http://www.qualcomm.com/brew
- Make sure that you created the BREWDIR and BREWSDKTOOLSDIR environment
variables during Brew SDK and Brew SDK Tools installation. If you didn't create them,
you need to create them and they should be set to the Brew SDK and
Brew SDK Tools directories respectively.
Step 2: install MinGW
- Download latest version of MinGW from http://sourceforge.net/projects/mingw/
- Install the .exe file into a path without spaces, like "C:\mingw"
- Once you have finished installation, put the path
<MinGW dir>\bin in your
PATH environment variable. This allows you to run the MinGW software from
any directory, which is critical for Eclipse.
Step 3: install GDB for MinGW
- Download latest version of GDB for MinGW from http://www.mingw.org/download.shtml
Currently, the latest version is 6.3.2 on SNAPSHOT section.
- Install GDB file by selecting all default options and MAKE SURE YOU
SELECTED THE SAME MINGW PATH FROM STEP 1
Step 4: install GNUDE
- Download latest version of GNUDE from http://sourceforge.net/projects/gnude/
- Choose the Tipical installation and follow the instructions
Step 5: FINALLY! Install GLUSON!
- Download GLUSON from here and install it on a non blank space path, like "C:\gluson"
- After installation, create a project and have fun!
Back to Gluson home page.