ChorusOS 5.0 Transition Guide

Chapter 9 Tool changes

This chapter discusses changes to development tools and resources for the development environment, including compilers, linkers and debuggers. The chapter also describes how to find ChorusOS 5.0 tools.

C/C++ Compilers and Linkers

Version 5.0 of the ChorusOS operating system supports gcc version 2.97.

In addition, the C++ library and the Standard Template Library (STL) have been upgraded and are now bundled with the C++ compiler.

GDB Debugging Tool

The GNU GDB debugging tool for ChorusOS systems replaces the XRAY debugging tool used in previous versions. GDB offers the following features:

For more information on the GDB debugging tool, refer to the ChorusOS 5.0 Debugging Guide.

Insight GUI for GDB

Insight is a graphical user interface to GDB and gives you access to most of GDB's capabilities. Insight is launched by default when you launch GDB.

For more information on Insight, refer to the ChorusOS 5.0 Debugging Guide.