diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index daee1d509f..3d902e4e5f 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml @@ -457,8 +457,8 @@ application from within the Eclipse IDE, you must have an image that contains the Yocto Target Communication Framework (TCF) agent (tcf-agent). - By default, the Yocto Project provides only one type pre-built image that contains the - tcf-agent. + By default, the Yocto Project provides only one type of pre-built + image that contains the tcf-agent. And, those images are SDK (e.g.core-image-sato-sdk). @@ -487,13 +487,16 @@ the following commands: $ git clone http://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git - $ cd agent + $ cd org.eclipse.tcf.agent/agent - Modify the Makefile.inc file + Locate the + Makefile.inc file inside the + agent folder and modify it for the cross-compilation environment by setting the OPSYS and MACHINE - variables according to your target. + variables according to your target. + Use the cross-development tools to build the tcf-agent. Before you "Make" the file, be sure your cross-tools are set up first.