|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
1. OpenSolaris 2008.05 Development Environment Setting Up Your AMP Development Environment Using NetBeans IDE for Development |
Getting Sun Studio Express 5/08Sun Studio Express 5/08 delivers high-performance, optimizing C, C++, and Fortran compilers for the OpenSolaris 2008.05 release. Sun Studio's optimizing C, C++ and Fortran compilers, combined with NetBeans-based IDE delivers outstanding performance and productivity for single and multi-threaded application development. Sun Studio IDE delivers an integrated tool chain with an advanced graphical code and memory debuggers, performance analysis tools, and optimized libraries. With compiler auto-parallelization, OpenMP v2.5 support, multithreaded debugging, and thread debugging and analysis, developers can more easily create, debug, and tune their applications to take advantage of the newest multicore architectures. The Sun Studio Express package is not bundled with the OS. For downloading and installing Sun Studio, execute the following command: $ pkg install sunstudioexpress After you run the above command, Sun Studio will be available under /opt/SunStudioExpress/bin/sunstudio. See the section on Adding Tools to the Developer Tools Menu to add the Sun Studio software to the developer tools menu on the desktop. Sun Studio Express 5.08 is also bundled with other utilities in the ss-dev package. The following table lists the components of the ss-dev package along with a brief description. Table 1-1 Sun Studio Development Packages
Using gcc for Developmentgcc compilers are available in the pkg.opensolaris.org for downloading and installation. To install the gcc-dev package, type : $ pkg install gcc-dev |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|