This topic provides an overview of C/C++test integration with ARM DS-5.

Integration Overview

The C/C++test plugin is integrated with ARM DS-5 IDE by means of the standard Eclipse plugin installation mechanism; see Installing C/C++test as a Plugin for details.

Support Overview

Supported IDE Versions

For information about supported versions of ARM DS-5, see IDE Support.

Supported Compilers

For information about supported compilers, see Compilers.

Known Limitations

Depending on the runtime testing features included in the test executable, the prepared test binary may be significantly larger than the original application. In some limited environments, there may be an issue with the amount of available program memory. A similar limitation applies to the additional consumption of heap and stack memory during program execution. To solve this problem, you may need to modify the program layout in the memory and change the size of available stack/heap.

  • No labels