application from within the
Eclipse IDE, you must have an image that contains the Yocto Target Communication
Framework (TCF) agent (<filename>tcf-agent</filename>).
- By default, the Yocto Project provides only one type pre-built image that contains the
- <filename>tcf-agent</filename>.
+ By default, the Yocto Project provides only one type of pre-built
+ image that contains the <filename>tcf-agent</filename>.
And, those images are SDK (e.g.<filename>core-image-sato-sdk</filename>).
</para>
the following commands:
<literallayout class='monospaced'>
$ git clone http://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git
- $ cd agent
+ $ cd org.eclipse.tcf.agent/agent
</literallayout></para></listitem>
- <listitem><para>Modify the <filename>Makefile.inc</filename> file
+ <listitem><para>Locate the
+ <filename>Makefile.inc</filename> file inside the
+ <filename>agent</filename> folder and modify it
for the cross-compilation environment by setting the
<filename>OPSYS</filename> and
<ulink url='&YOCTO_DOCS_REF_URL;#var-MACHINE'><filename>MACHINE</filename></ulink>
- variables according to your target.</para></listitem>
+ variables according to your target.
+ </para></listitem>
<listitem><para>Use the cross-development tools to build the
<filename>tcf-agent</filename>.
Before you "Make" the file, be sure your cross-tools are set up first.