Resolve Missing Native Build Tools Dialog Box
If the tools required to build the project are not in the
collection specified for the project, the
Resolve Missing Native Build Tools dialog box opens.
To resolve the missing build tools, you can set the following properties:
- Build Host. The Build Host drop-down list includes
your local host and any remote hosts you have defined. For information
on using remote hosts, see Remote Development.
You can add and remove
remote build hosts, change the default host, and share project sources
on the local host with the remote host.
- To add a remote host, click Edit. In the Build Hosts Manager
dialog box, click Add. In the Add New Server dialog box, type the
name of the host in the Build Server field. Change
the default Login name if needed. Type your password
in the Password field and click OK.
- To remove a remote host, click Edit. In the Build Hosts Manager
dialog box, select the host you want to remove, click Remove, then click OK.
- To set a host as the default build host, select the host
from the Build Host drop-down list.
- To map the project sources on the local host to a remote host,
click Path Mapper. In the Edit Path's Map dialog box, select the
remote host in the Host drop-down list. For each mapping, type
the local path to project sources in the Local Path field and the
corresponding remote path in the Remote Path field.
- Tool Collection. The tool collection list displays
the collections found on the current build host and the local
host. The default
collection is listed in bold type. For the local host, you can modify
the list by adding or removing collections.
- To add a collection to the list, click Add and specify the
base directory in the Add New Tool Collection dialog box. The Tool Collection
Family and Tool Collection Name are filled in automatically. You can specify
a different name for the collection. If you change the family,
make sure that the family you specify is the correct family for the
collection or the compiler flags might not be valid.
- To remove a collection from the list, select the collection and
click Remove.
- To duplicate a collection, select the collection from the list
and modify the base directory, tool collection family, or tool collection name in
the dialog box.
- To make a collection the default, select the collection and
click Default.
- Base Directory. The base directory where the compilers are located on
the current build host. The base directory is typically a bin
directory. To change the base directory,
click the browse button and select a new directory.
These fields can be edited for the local host
but not for remote hosts. For a remote build host, you must enter the
full path to the tools on the remote host.
For each tool, the default command is the first one found in the
base directory. To select a different command from the base directory
or another directory, click the browse button and navigate to a different
command in the Select Tool dialog box.
- C Compiler. The C compiler command to use for building C projects.
- C++ Compiler. The C++ compiler command to use for building C++ projects.
- Fortran Compiler. The Fortran compiler command to use for building Fortran projects.
- Assembler. The assembler program command to use for projects in assembly code.
- Make Command. The make command to use for building projects.
- Debugger Command. The gdb command to use when debugging projects.
- QMake Command. The command for generating makefiles from qmake .pro project files.
- CMake Command. The command for generating makefies from CMakeLists.txt configuration files.
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.