User guide

16
6310A–ATARM–26-Mar-07
Application Note
Next comes the “Discovery Options” tab. By default, automatic discovery of paths and symbols
is turned on, which enables Eclipse to collect a list of the project functions, variables, and so on.
This is useful for navigating in the code, so it is best to leave it enabled. The only modification is
to change the “Compiler invocation command” field value from gcc to arm-elf-gcc, since the
project is using the GNU ARM compiler and not the standard one.
Figure 5-9. Discovery Options Tab
Finally, the last tab allows the user to choose between three different indexing modes. Indexing
makes search functions faster and more accurate, so it should be enabled. For a small project,
using the full indexer should not pose any problem. It can slow down bigger ones however, in
which case the fast indexer can be chosen instead.