J2SDK 安裝沒什麼變, 一樣是 JDK 先 Then JRE, 接著回頭裝 AVR Studio 2.5, Java 裝了之後可以 Install 了,
若 Download :
AVR32 Studio 2.5 for Windows (205 MB, revision 2.5, updated 2/10)
AVR32 Studio for Windows.
的話 Unzip 後就可以直接 Run(Green version).
AVR32 Studio Installer :
AVR32 Studio 2.5 for Windows (installer) (203 MB, revision 2.5, updated 2/10)
AVR32 Studio installer for Windows.
無論是用 Installer Or Green Version, AVR32 Studio 一開始 Run 就會問 Default Workspace Path,
不過若沒有裝 AVR32 Toolchain 直接執行的話會有 Error Message :
Error Message 1:
Cannot determine search path for executable. Is the AVR32/GNU Toolchain installed?
See 'Details' for more information.
Error Message 2:
avr32program:
avr32gdbproxy:
avr32-gdb:
avr32-g++:
avr32-gcc:
avr32-as:
avr32-nm:
avrfwupgrade:
There are multiple problems with dependent executables or path settings. Please consult the user guide for details.
AVR32 Studio could not locate a AVR32/GNU Toolchain on your host. Please make sure that a compatible version is installed and restart AVR32 Studio.
補裝上 AVR32 GNU Toolcain 2.4.2
http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4118
(這個 Package 會裝個 USB 的 Driver.) 然後再啟動 AVR32 Studio 後就會出現 :
Message :
AVR32 Studio has checked your system to ensure the proper versions of required utilities are in place.
avr32program: Found version 4.1.0
avr32gdbproxy: Found version 4.1.0
avr32-gdb: Found version 6.7.1.atmel.1.0.4
avr32-g++: Found version 4.3.2
avr32-gcc: Found version 4.3.2
avr32-as: Found version 2.19.20081016
avr32-nm: Found version 2.19.20081016
avrfwupgrade: Found version 2.0.0
You are using the MinGW version of the AVR32 Utilities and AVR32/GNU Toolchain.
Have fun!
以上 Information Version List 和原先所 show 的 Error Message 的 Version Requirement 核對後是 Match 的.