sdk-eclipse-project.xml 66 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248
  1. <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
  2. "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
  3. [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
  4. <chapter id='sdk-eclipse-project'>
  5. <title>Developing Applications Using <trademark class='trade'>Eclipse</trademark></title>
  6. <para>
  7. If you are familiar with the popular Eclipse IDE, you can use an
  8. Eclipse Yocto Plug-in to allow you to develop, deploy, and test your
  9. application all from within Eclipse.
  10. This chapter describes general workflow using the SDK and Eclipse
  11. and how to configure and set up Eclipse.
  12. <note><title>Notes</title>
  13. <itemizedlist>
  14. <listitem><para>
  15. This chapter assumes development of applications on top of
  16. an image prepared using the Yocto Project.
  17. As such, inclusion of a pre-built image or the building of
  18. an image is included in the workflow.
  19. </para></listitem>
  20. <listitem><para>
  21. The chapter also assumes development on a build host that
  22. is set up to use the Yocto Project.
  23. Realize that you can easily use Eclipse and the Yocto
  24. Project plug-in to develop an application for any number
  25. of images developed and tested on different machines.
  26. </para></listitem>
  27. </itemizedlist>
  28. </note>
  29. </para>
  30. <section id='application-development-workflow-using-eclipse'>
  31. <title>Application Development Workflow Using <trademark class='trade'>Eclipse</trademark></title>
  32. <para>
  33. The following figure and supporting list summarize a
  34. general workflow for application development that uses the
  35. SDK within the Eclipse IDE.
  36. The application developed runs on top of an image created using
  37. the Yocto Project.
  38. </para>
  39. <para>
  40. <imagedata fileref="figures/sdk-eclipse-dev-flow.png"
  41. width="7in" depth="7in" align="center" scale="100" />
  42. </para>
  43. <para>
  44. <orderedlist>
  45. <listitem><para>
  46. <emphasis>Prepare the Host System for the Yocto Project</emphasis>:
  47. Because this example workflow assumes development on a
  48. system set up to use the Yocto Project, you need to be
  49. sure your
  50. <ulink url='&YOCTO_DOCS_REF_URL;#hardware-build-system-term'>build host</ulink>
  51. can use the Yocto Project.
  52. See the
  53. "<ulink url='&YOCTO_DOCS_DEV_URL;#dev-preparing-the-build-host'>Preparing the Build Host</ulink>"
  54. section in the Yocto Project Development Tasks Manual for
  55. information on how to set up your build host.
  56. <note>
  57. Be sure you install the "xterm" package, which is a
  58. <ulink url='&YOCTO_DOCS_REF_URL;#required-packages-for-the-build-host'>graphical and Eclipse plug-in extra</ulink>
  59. needed by Eclipse.
  60. </note>
  61. </para></listitem>
  62. <listitem><para>
  63. <emphasis>Secure the Yocto Project Kernel Target Image</emphasis>:
  64. This example workflow assumes application development on
  65. top of an image built using the Yocto Project.
  66. Depending on whether you are using a pre-built image
  67. that matches your target architecture or you are using an
  68. image you build using the
  69. <ulink url='&YOCTO_DOCS_REF_URL;#build-system-term'>OpenEmbedded Build System</ulink>
  70. and where you are going to run the image while you
  71. develop your application (QEMU or real hardware), the
  72. area from which you get the image differs.
  73. <itemizedlist>
  74. <listitem><para>
  75. Download the image from
  76. <ulink url='&YOCTO_MACHINES_DL_URL;'><filename>machines</filename></ulink>
  77. if your target architecture is supported and
  78. you are going to develop and test your
  79. application on actual hardware.
  80. </para></listitem>
  81. <listitem><para>
  82. Download the image from
  83. <ulink url='&YOCTO_QEMU_DL_URL;'>
  84. <filename>machines/qemu</filename></ulink> if
  85. your target architecture is supported and you
  86. are going to develop and test your application
  87. using the
  88. <ulink url='&YOCTO_DOCS_DEV_URL;#dev-manual-qemu'>QEMU Emulator</ulink>.
  89. </para></listitem>
  90. <listitem><para>
  91. Build your image if you cannot find a pre-built
  92. image that matches your target architecture.
  93. If your target architecture is similar to a
  94. supported architecture, you can modify the
  95. kernel image before you build it.
  96. See the
  97. "<ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;#using-devtool-to-patch-the-kernel'>Using <filename>devtool</filename> to Patch the Kernel</ulink>"
  98. section in the Yocto Project Linux Kernel
  99. Development Manual for an example.
  100. You can also see the
  101. "<ulink url='https://wiki.yoctoproject.org/wiki/TipsAndTricks/RunningEclipseAgainstBuiltImage#Making_a_Suitable_Qemux86_Image'>Making a Suitable Qemux86 Image</ulink>"
  102. wiki for steps needed to build an image suitable
  103. for QEMU and for debugging within the Eclipse IDE.
  104. </para></listitem>
  105. </itemizedlist>
  106. </para></listitem>
  107. <listitem>
  108. <para><emphasis>Install the SDK</emphasis>:
  109. The SDK provides a target-specific cross-development
  110. toolchain, the root filesystem, the QEMU emulator, and
  111. other tools that can help you develop your application.
  112. For information on how to install the SDK, see the
  113. "<link linkend='sdk-installing-the-sdk'>Installing the SDK</link>"
  114. section.
  115. </para></listitem>
  116. <listitem><para>
  117. <emphasis>Secure the Target Root Filesystem and the Cross-Development Toolchain</emphasis>:
  118. You need to find and download the appropriate root
  119. filesystem and the cross-development toolchain.</para>
  120. <para>You can find the tarballs for the root filesystem
  121. in the same area used for the kernel image.
  122. Depending on the type of image you are running, the
  123. root filesystem you need differs.
  124. For example, if you are developing an application that
  125. runs on an image that supports Sato, you need to get a
  126. root filesystem that supports Sato.</para>
  127. <para>You can find the cross-development toolchains at
  128. <ulink url='&YOCTO_TOOLCHAIN_DL_URL;'><filename>toolchains</filename></ulink>.
  129. Be sure to get the correct toolchain for your
  130. development host and your target architecture.
  131. See the "<link linkend='sdk-locating-pre-built-sdk-installers'>Locating Pre-Built SDK Installers</link>"
  132. section for information and the
  133. "<link linkend='sdk-installing-the-sdk'>Installing the SDK</link>"
  134. section for installation information.
  135. <note>
  136. As an alternative to downloading an SDK, you can
  137. build the SDK installer.
  138. For information on building the installer, see the
  139. "<link linkend='sdk-building-an-sdk-installer'>Building an SDK Installer</link>"
  140. section.
  141. Another helpful resource for building an installer
  142. is the
  143. "<ulink url='https://wiki.yoctoproject.org/wiki/TipsAndTricks/RunningEclipseAgainstBuiltImage'>Cookbook guide to Making an Eclipse Debug Capable Image</ulink>"
  144. wiki page.
  145. </note>
  146. </para></listitem>
  147. <listitem><para>
  148. <emphasis>Create and Build Your Application</emphasis>:
  149. You need to have source files for your application.
  150. Once you have the files, you can use the Eclipse IDE
  151. to import them and build the project.
  152. </para></listitem>
  153. <listitem><para>
  154. <emphasis>Deploy the Image With the Application</emphasis>:
  155. Using the Eclipse IDE, you can deploy your image to the
  156. hardware or to QEMU through the project's preferences.
  157. You can also use Eclipse to load and test your image
  158. under QEMU.
  159. See the
  160. "<ulink url='&YOCTO_DOCS_DEV_URL;#dev-manual-qemu'>Using the Quick EMUlator (QEMU)</ulink>"
  161. chapter in the Yocto Project Development Tasks Manual
  162. for information on using QEMU.
  163. </para></listitem>
  164. <listitem><para>
  165. <emphasis>Test and Debug the Application</emphasis>:
  166. Once your application is deployed, you need to test it.
  167. Within the Eclipse IDE, you can use the debugging
  168. environment along with supported performance enhancing
  169. <ulink url='http://www.eclipse.org/linuxtools/'>Linux Tools</ulink>.
  170. </para></listitem>
  171. </orderedlist>
  172. </para>
  173. </section>
  174. <section id='adt-eclipse'>
  175. <title>Working Within Eclipse</title>
  176. <para>
  177. The Eclipse IDE is a popular development environment and it
  178. fully supports development using the Yocto Project.
  179. </para>
  180. <para>
  181. When you install and configure the Eclipse Yocto Project
  182. Plug-in into the Eclipse IDE, you maximize your Yocto
  183. Project experience.
  184. Installing and configuring the Plug-in results in an
  185. environment that has extensions specifically designed to let
  186. you more easily develop software.
  187. These extensions allow for cross-compilation, deployment, and
  188. execution of your output into a QEMU emulation session as well
  189. as actual target hardware.
  190. You can also perform cross-debugging and profiling.
  191. The environment also supports performance enhancing
  192. <ulink url='http://www.eclipse.org/linuxtools/'>tools</ulink>
  193. that allow you to perform remote profiling, tracing,
  194. collection of power data, collection of latency data, and
  195. collection of performance data.
  196. <note>
  197. This release of the Yocto Project supports both the Oxygen
  198. and Neon versions of the Eclipse IDE.
  199. This section provides information on how to use the Oxygen
  200. release with the Yocto Project.
  201. For information on how to use the Neon version of Eclipse
  202. with the Yocto Project, see
  203. "<link linkend='sdk-appendix-neon-yp-eclipse-plug-in'>Appendix D</link>".
  204. </note>
  205. </para>
  206. <section id='oxygen-setting-up-the-eclipse-ide'>
  207. <title>Setting Up the Oxygen Version of the Eclipse IDE</title>
  208. <para>
  209. To develop within the Eclipse IDE, you need to do the
  210. following:
  211. <orderedlist>
  212. <listitem><para>
  213. Install the Oxygen version of the Eclipse IDE.
  214. </para></listitem>
  215. <listitem><para>
  216. Configure the Eclipse IDE.
  217. </para></listitem>
  218. <listitem><para>
  219. Install the Eclipse Yocto Plug-in.
  220. </para></listitem>
  221. <listitem><para>
  222. Configure the Eclipse Yocto Plug-in.
  223. </para></listitem>
  224. </orderedlist>
  225. <note>
  226. Do not install Eclipse from your distribution's package
  227. repository.
  228. Be sure to install Eclipse from the official Eclipse
  229. download site as directed in the next section.
  230. </note>
  231. </para>
  232. <section id='oxygen-installing-eclipse-ide'>
  233. <title>Installing the Oxygen Eclipse IDE</title>
  234. <para>
  235. Follow these steps to locate, install, and configure
  236. Oxygen Eclipse:
  237. <orderedlist>
  238. <listitem><para>
  239. <emphasis>Locate the Oxygen Download:</emphasis>
  240. Open a browser and go to
  241. <ulink url='http://www.eclipse.org/oxygen/'>http://www.eclipse.org/oxygen/</ulink>.
  242. </para></listitem>
  243. <listitem><para>
  244. <emphasis>Download the Tarball:</emphasis>
  245. Click through the "Download" buttons to
  246. download the file.
  247. </para></listitem>
  248. <listitem><para>
  249. <emphasis>Unpack the Tarball:</emphasis>
  250. Move to a clean directory and unpack the
  251. tarball.
  252. Here is an example:
  253. <literallayout class='monospaced'>
  254. $ cd ~
  255. $ tar -xzvf ~/Downloads/eclipse-inst-linux64.tar.gz
  256. </literallayout>
  257. Everything unpacks into a folder named
  258. "eclipse-installer".
  259. </para></listitem>
  260. <listitem><para>
  261. <emphasis>Launch the Installer:</emphasis>
  262. Use the following commands to launch the
  263. installer:
  264. <literallayout class='monospaced'>
  265. $ cd ~/eclipse-installer
  266. $ ./eclipse-inst
  267. </literallayout>
  268. </para></listitem>
  269. <listitem><para>
  270. <emphasis>Select Your IDE:</emphasis>
  271. From the list, select the "Eclipse IDE for
  272. C/C++ Developers".
  273. </para></listitem>
  274. <listitem><para>
  275. <emphasis>Install the Software:</emphasis>
  276. Click "Install" to begin the installation.
  277. Accept all the certificates and any license
  278. agreements.
  279. Click "Install" again to finish the installation.
  280. </para></listitem>
  281. <listitem><para>
  282. <emphasis>Launch Oxygen:</emphasis>
  283. Accept the default "workspace" and click the
  284. "Launch" button.
  285. You should see the Eclipse welcome page from which
  286. can click "workbench" to enter your workspace.
  287. <note>
  288. The executable for Eclipse is located in the
  289. <filename>eclipse/cpp-oxygen/eclipse</filename>
  290. folder.
  291. To launch Eclipse outside of the installation
  292. process, simply execute that binary.
  293. Here is an example:
  294. <literallayout class='monospaced'>
  295. $ ~/eclipse/cpp-oxygen/eclipse/eclipse
  296. </literallayout>
  297. </note>
  298. </para></listitem>
  299. </orderedlist>
  300. </para>
  301. </section>
  302. <section id='oxygen-configuring-the-eclipse-ide'>
  303. <title>Configuring the Oxygen Eclipse IDE</title>
  304. <para>
  305. Follow these steps to configure the Oxygen Eclipse IDE.
  306. <note><title>Notes</title>
  307. <itemizedlist>
  308. <listitem><para>
  309. Depending on how you installed Eclipse and what
  310. you have already done, some of the options do
  311. not appear.
  312. If you cannot find an option as directed by the
  313. manual, it has already been installed.
  314. </para></listitem>
  315. <listitem><para>
  316. If you want to see all options regardless of
  317. whether they are installed or not, deselect the
  318. "Hide items that are already installed"
  319. check box.
  320. </para></listitem>
  321. </itemizedlist>
  322. </note>
  323. <orderedlist>
  324. <listitem><para>
  325. Be sure Eclipse is running and you are in your
  326. workbench.
  327. Just click "workbench" if you are not in your
  328. default workspace.
  329. </para></listitem>
  330. <listitem><para>
  331. Select "Install New Software" from the "Help"
  332. pull-down menu.
  333. </para></listitem>
  334. <listitem><para>
  335. Select
  336. "Oxygen - http://download.eclipse.org/releases/oxygen"
  337. from the "Work with:" pull-down menu.
  338. </para></listitem>
  339. <listitem><para>
  340. Expand the box next to "Linux Tools" and select
  341. the following:
  342. <literallayout class='monospaced'>
  343. C/C++ Remote (Over TCF/TE) Run/Debug Launcher
  344. TM Terminal
  345. </literallayout>
  346. </para></listitem>
  347. <listitem><para>
  348. Expand the box next to "Mobile and Device
  349. Development" and select the following
  350. boxes:
  351. <literallayout class='monospaced'>
  352. C/C++ Remote (Over TCF/TE) Run/Debug Launcher
  353. Remote System Explorer User Actions
  354. TM Terminal
  355. TCF Remote System Explorer add-in
  356. TCF Target Explorer
  357. </literallayout>
  358. </para></listitem>
  359. <listitem><para>
  360. Expand the box next to "Programming Languages"
  361. and select the following box:
  362. <literallayout class='monospaced'>
  363. C/C++ Development Tools SDK
  364. </literallayout>
  365. </para></listitem>
  366. <listitem><para>
  367. Complete the installation by clicking through
  368. appropriate "Next" and "Finish" buttons and then
  369. restart the Eclipse IDE.
  370. </para></listitem>
  371. </orderedlist>
  372. </para>
  373. </section>
  374. <section id='oxygen-installing-the-eclipse-yocto-plug-in'>
  375. <title>Installing or Accessing the Oxygen Eclipse Yocto Plug-in</title>
  376. <para>
  377. You can install the Eclipse Yocto Plug-in into the
  378. Eclipse IDE one of two ways: use the Yocto Project's
  379. Eclipse Update site to install the pre-built plug-in,
  380. or build and install the plug-in from the latest
  381. source code.
  382. </para>
  383. <section id='oxygen-new-software'>
  384. <title>Installing the Pre-built Plug-in from the Yocto Project Eclipse Update Site</title>
  385. <para>
  386. To install the Oxygen Eclipse Yocto Plug-in from the
  387. update site, follow these steps:
  388. <orderedlist>
  389. <listitem><para>
  390. Start up the Eclipse IDE.
  391. </para></listitem>
  392. <listitem><para>
  393. In Eclipse, select "Install New
  394. Software" from the "Help" menu.
  395. </para></listitem>
  396. <listitem><para>
  397. Click "Add..." in the "Work with:" area.
  398. </para></listitem>
  399. <listitem><para>
  400. Enter
  401. <filename>&ECLIPSE_DL_PLUGIN_URL;/oxygen</filename>
  402. in the URL field and provide a meaningful
  403. name in the "Name" field.
  404. </para></listitem>
  405. <listitem><para>
  406. Click "OK" to have the entry automatically
  407. populate the "Work with:" field and to have
  408. the items for installation appear in the window
  409. below.
  410. </para></listitem>
  411. <listitem><para>
  412. Check the boxes next to the following:
  413. <literallayout class='monospaced'>
  414. Yocto Project SDK Plug-in
  415. Yocto Project Documentation plug-in
  416. </literallayout>
  417. </para></listitem>
  418. <listitem><para>
  419. Complete the remaining software
  420. installation steps and then restart the
  421. Eclipse IDE to finish the installation of
  422. the plug-in.
  423. <note>
  424. You can click "OK" when prompted about
  425. installing software that contains
  426. unsigned content.
  427. </note>
  428. </para></listitem>
  429. </orderedlist>
  430. </para>
  431. </section>
  432. <section id='oxygen-zip-file-method'>
  433. <title>Installing the Plug-in Using the Latest Source Code</title>
  434. <para>
  435. To install the Oxygen Eclipse Yocto Plug-in from the
  436. latest source code, follow these steps:
  437. <orderedlist>
  438. <listitem><para>
  439. Be sure your build host has JDK version 1.8
  440. or greater.
  441. On a Linux build host you can determine the
  442. version using the following command:
  443. <literallayout class='monospaced'>
  444. $ java -version
  445. </literallayout>
  446. </para></listitem>
  447. <listitem><para>
  448. Install X11-related packages:
  449. <literallayout class='monospaced'>
  450. $ sudo apt-get install xauth
  451. </literallayout>
  452. </para></listitem>
  453. <listitem><para>
  454. In a new terminal shell, create a
  455. Git repository with:
  456. <literallayout class='monospaced'>
  457. $ cd ~
  458. $ git clone git://git.yoctoproject.org/eclipse-yocto
  459. </literallayout>
  460. </para></listitem>
  461. <listitem><para>
  462. Use Git to create the correct tag:
  463. <literallayout class='monospaced'>
  464. $ cd ~/eclipse-yocto
  465. $ git checkout -b oxygen/&DISTRO_NAME_NO_CAP; remotes/origin/oxygen/&DISTRO_NAME_NO_CAP;
  466. </literallayout>
  467. This creates a local tag named
  468. <filename>oxygen/&DISTRO_NAME_NO_CAP;</filename>
  469. based on the branch
  470. <filename>origin/oxygen/&DISTRO_NAME_NO_CAP;</filename>.
  471. You are put into a detached HEAD state,
  472. which is fine since you are only going to
  473. be building and not developing.
  474. </para></listitem>
  475. <listitem><para>
  476. Change to the <filename>scripts</filename>
  477. directory within the Git repository:
  478. <literallayout class='monospaced'>
  479. $ cd scripts
  480. </literallayout>
  481. </para></listitem>
  482. <listitem><para>
  483. Set up the local build environment
  484. by running the setup script:
  485. <literallayout class='monospaced'>
  486. $ ./setup.sh
  487. </literallayout>
  488. When the script finishes execution,
  489. it prompts you with instructions on how to
  490. run the <filename>build.sh</filename>
  491. script, which is also in the
  492. <filename>scripts</filename> directory of
  493. the Git repository created earlier.
  494. </para></listitem>
  495. <listitem><para>
  496. Run the <filename>build.sh</filename>
  497. script as directed.
  498. Be sure to provide the tag name,
  499. documentation branch, and a release name.
  500. </para>
  501. <para>
  502. Following is an example:
  503. <literallayout class='monospaced'>
  504. $ ECLIPSE_HOME=/home/scottrif/eclipse-yocto/scripts/eclipse ./build.sh -l oxygen/&DISTRO_NAME_NO_CAP; master yocto-&DISTRO; 2>&amp;1 | tee build.log
  505. </literallayout>
  506. The previous example command adds the tag
  507. you need for
  508. <filename>oxygen/&DISTRO_NAME_NO_CAP;</filename>
  509. to <filename>HEAD</filename>, then tells
  510. the build script to use the local (-l) Git
  511. checkout for the build.
  512. After running the script, the file
  513. <filename>org.yocto.sdk-</filename><replaceable>release</replaceable><filename>-</filename><replaceable>date</replaceable><filename>-archive.zip</filename>
  514. is in the current directory.
  515. </para></listitem>
  516. <listitem><para>
  517. If necessary, start the Eclipse IDE
  518. and be sure you are in the Workbench.
  519. </para></listitem>
  520. <listitem><para>
  521. Select "Install New Software" from
  522. the "Help" pull-down menu.
  523. </para></listitem>
  524. <listitem><para>
  525. Click "Add".
  526. </para></listitem>
  527. <listitem><para>
  528. Provide anything you want in the
  529. "Name" field.
  530. </para></listitem>
  531. <listitem><para>
  532. Click "Archive" and browse to the
  533. ZIP file you built earlier.
  534. This ZIP file should not be "unzipped", and
  535. must be the
  536. <filename>*archive.zip</filename> file
  537. created by running the
  538. <filename>build.sh</filename> script.
  539. </para></listitem>
  540. <listitem><para>
  541. Click the "OK" button.
  542. </para></listitem>
  543. <listitem><para>
  544. Check the boxes that appear in
  545. the installation window to install the
  546. following:
  547. <literallayout class='monospaced'>
  548. Yocto Project SDK Plug-in
  549. Yocto Project Documentation plug-in
  550. </literallayout>
  551. </para></listitem>
  552. <listitem><para>
  553. Finish the installation by clicking
  554. through the appropriate buttons.
  555. You can click "OK" when prompted about
  556. installing software that contains unsigned
  557. content.
  558. </para></listitem>
  559. <listitem><para>
  560. Restart the Eclipse IDE if necessary.
  561. </para></listitem>
  562. </orderedlist>
  563. </para>
  564. <para>
  565. At this point you should be able to configure the
  566. Eclipse Yocto Plug-in as described in the
  567. "<link linkend='oxygen-configuring-the-eclipse-yocto-plug-in'>Configuring the Oxygen Eclipse Yocto Plug-in</link>"
  568. section.
  569. </para>
  570. </section>
  571. </section>
  572. <section id='oxygen-configuring-the-eclipse-yocto-plug-in'>
  573. <title>Configuring the Oxygen Eclipse Yocto Plug-In</title>
  574. <para>
  575. Configuring the Oxygen Eclipse Yocto Plug-in involves
  576. setting the Cross Compiler options and the Target
  577. options.
  578. The configurations you choose become the default
  579. settings for all projects.
  580. You do have opportunities to change them later when
  581. you configure the project (see the following section).
  582. </para>
  583. <para>
  584. To start, you need to do the following from within the
  585. Eclipse IDE:
  586. <orderedlist>
  587. <listitem><para>
  588. Choose "Preferences" from the "Window" menu to
  589. display the Preferences Dialog.
  590. </para></listitem>
  591. <listitem><para>
  592. Click "Yocto Project SDK" to display
  593. the configuration screen.
  594. </para></listitem>
  595. </orderedlist>
  596. The following sub-sections describe how to configure
  597. the plug-in.
  598. <note>
  599. Throughout the descriptions, a start-to-finish
  600. example for preparing a QEMU image for use with
  601. Eclipse is referenced as the "wiki" and is linked
  602. to the example on the
  603. "<ulink url='https://wiki.yoctoproject.org/wiki/TipsAndTricks/RunningEclipseAgainstBuiltImage'> Cookbook guide to Making an Eclipse Debug Capable Image</ulink>"
  604. wiki page.
  605. </note>
  606. </para>
  607. <section id='oxygen-configuring-the-cross-compiler-options'>
  608. <title>Configuring the Cross-Compiler Options</title>
  609. <para>
  610. Cross Compiler options enable Eclipse to use your
  611. specific cross compiler toolchain.
  612. To configure these options, you must select
  613. the type of toolchain, point to the toolchain,
  614. specify the sysroot location, and select the target
  615. architecture.
  616. <itemizedlist>
  617. <listitem><para>
  618. <emphasis>Selecting the Toolchain Type:</emphasis>
  619. Choose between "Standalone pre-built toolchain"
  620. and "Build system derived toolchain" for
  621. Cross Compiler Options.
  622. <itemizedlist>
  623. <listitem><para>
  624. <emphasis>Standalone Pre-built Toolchain:</emphasis>
  625. Select this type when you are using
  626. a stand-alone cross-toolchain.
  627. For example, suppose you are an
  628. application developer and do not
  629. need to build a target image.
  630. Instead, you just want to use an
  631. architecture-specific toolchain on
  632. an existing kernel and target root
  633. filesystem.
  634. In other words, you have downloaded
  635. and installed a pre-built toolchain
  636. for an existing image.
  637. </para></listitem>
  638. <listitem><para>
  639. <emphasis>Build System Derived Toolchain:</emphasis>
  640. Select this type if you built the
  641. toolchain as part of the
  642. <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>.
  643. When you select "Build system derived
  644. toolchain", you are using the toolchain
  645. built and bundled inside the Build
  646. Directory.
  647. For example, suppose you created a
  648. suitable image using the steps in the
  649. <ulink url='https://wiki.yoctoproject.org/wiki/TipsAndTricks/RunningEclipseAgainstBuiltImage'>wiki</ulink>.
  650. In this situation, you would select
  651. "Build system derived toolchain".
  652. </para></listitem>
  653. </itemizedlist>
  654. </para></listitem>
  655. <listitem><para>
  656. <emphasis>Specify the Toolchain Root Location:</emphasis>
  657. If you are using a stand-alone pre-built
  658. toolchain, you should be pointing to where
  659. it is installed (e.g.
  660. <filename>/opt/poky/&DISTRO;</filename>).
  661. See the
  662. "<link linkend='sdk-installing-the-sdk'>Installing the SDK</link>"
  663. section for information about how the SDK is
  664. installed.</para>
  665. <para>If you are using a build system
  666. derived toolchain, the path you provide for
  667. the "Toolchain Root Location" field is the
  668. <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>
  669. from which you run the
  670. <filename>bitbake</filename> command (e.g
  671. <filename>/home/scottrif/poky/build</filename>).
  672. </para>
  673. <para>For more information, see the
  674. "<link linkend='sdk-building-an-sdk-installer'>Building an SDK Installer</link>"
  675. section.
  676. </para></listitem>
  677. <listitem><para>
  678. <emphasis>Specify Sysroot Location:</emphasis>
  679. This location is where the root filesystem
  680. for the target hardware resides.
  681. </para>
  682. <para>This location depends on where you
  683. separately extracted and installed the
  684. target filesystem when you either built
  685. it or downloaded it.
  686. <note>
  687. If you downloaded the root filesystem
  688. for the target hardware rather than
  689. built it, you must download the
  690. <filename>sato-sdk</filename> image
  691. in order to build any c/c++ projects.
  692. </note>
  693. As an example, suppose you prepared an
  694. image using the steps in the
  695. <ulink url='https://wiki.yoctoproject.org/wiki/TipsAndTricks/RunningEclipseAgainstBuiltImage'>wiki</ulink>.
  696. If so, the
  697. <filename>MY_QEMU_ROOTFS</filename>
  698. directory is found in the Build Directory
  699. and you would browse to and select that
  700. directory (e.g.
  701. <filename>/home/scottrif/poky/build/MY_QEMU_ROOTFS</filename>).
  702. </para>
  703. <para>For more information on how to
  704. install the toolchain and on how to extract
  705. and install the sysroot filesystem, see the
  706. "<link linkend='sdk-building-an-sdk-installer'>Building an SDK Installer</link>"
  707. section.
  708. </para></listitem>
  709. <listitem><para>
  710. <emphasis>Select the Target Architecture:</emphasis>
  711. The target architecture is the type of
  712. hardware you are going to use or emulate.
  713. Use the pull-down "Target Architecture"
  714. menu to make your selection.
  715. The pull-down menu should have the
  716. supported architectures.
  717. If the architecture you need is not listed
  718. in the menu, you will need to build the
  719. image.
  720. See the
  721. "<ulink url='&YOCTO_DOCS_DEV_URL;#dev-building-a-simple-image'>Building a Simple Image</ulink>"
  722. section of the Yocto Project Development Tasks
  723. Manual for more information.
  724. You can also see the
  725. <ulink url='https://wiki.yoctoproject.org/wiki/TipsAndTricks/RunningEclipseAgainstBuiltImage'>wiki</ulink>.
  726. </para></listitem>
  727. </itemizedlist>
  728. </para>
  729. </section>
  730. <section id='oxygen-configuring-the-target-options'>
  731. <title>Configuring the Target Options</title>
  732. <para>
  733. You can choose to emulate hardware using the QEMU
  734. emulator, or you can choose to run your image on
  735. actual hardware.
  736. <itemizedlist>
  737. <listitem><para>
  738. <emphasis>QEMU:</emphasis>
  739. Select this option if you will be using the
  740. QEMU emulator.
  741. If you are using the emulator, you also
  742. need to locate the kernel and specify any
  743. custom options.</para>
  744. <para>If you selected the Build system derived
  745. toolchain, the target kernel you built will be
  746. located in the
  747. <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>
  748. in
  749. <filename>tmp/deploy/images/<replaceable>machine</replaceable></filename>
  750. directory.
  751. As an example, suppose you performed the
  752. steps in the
  753. <ulink url='https://wiki.yoctoproject.org/wiki/TipsAndTricks/RunningEclipseAgainstBuiltImage'>wiki</ulink>.
  754. In this case, you specify your Build
  755. Directory path followed by the image (e.g.
  756. <filename>/home/scottrif/poky/build/tmp/deploy/images/qemux86/bzImage-qemux86.bin</filename>).
  757. </para>
  758. <para>If you selected the standalone
  759. pre-built toolchain, the pre-built image
  760. you downloaded is located in the directory
  761. you specified when you downloaded the
  762. image.</para>
  763. <para>Most custom options are for advanced
  764. QEMU users to further customize their QEMU
  765. instance.
  766. These options are specified between paired
  767. angled brackets.
  768. Some options must be specified outside the
  769. brackets.
  770. In particular, the options
  771. <filename>serial</filename>,
  772. <filename>nographic</filename>, and
  773. <filename>kvm</filename> must all be
  774. outside the brackets.
  775. Use the <filename>man qemu</filename>
  776. command to get help on all the options and
  777. their use.
  778. The following is an example:
  779. <literallayout class='monospaced'>
  780. serial ‘&lt;-m 256 -full-screen&gt;’
  781. </literallayout>
  782. Regardless of the mode, Sysroot is already
  783. defined as part of the Cross-Compiler
  784. Options configuration in the "Sysroot
  785. Location:" field.
  786. </para></listitem>
  787. <listitem><para>
  788. <emphasis>External HW:</emphasis>
  789. Select this option if you will be using
  790. actual hardware.
  791. </para></listitem>
  792. </itemizedlist>
  793. </para>
  794. <para>
  795. Click "Apply and Close" to save your plug-in
  796. configurations.
  797. </para>
  798. </section>
  799. </section>
  800. </section>
  801. <section id='oxygen-creating-the-project'>
  802. <title>Creating the Project</title>
  803. <para>
  804. You can create two types of projects: Autotools-based, or
  805. Makefile-based.
  806. This section describes how to create Autotools-based
  807. projects from within the Eclipse IDE.
  808. For information on creating Makefile-based projects in a
  809. terminal window, see the
  810. "<link linkend='makefile-based-projects'>Makefile-Based Projects</link>"
  811. section.
  812. <note>
  813. Do not use special characters in project names
  814. (e.g. spaces, underscores, etc.). Doing so can
  815. cause configuration to fail.
  816. </note>
  817. </para>
  818. <para>
  819. To create a project based on a Yocto template and then
  820. display the source code, follow these steps:
  821. <orderedlist>
  822. <listitem><para>
  823. Select "C/C++ Project" from the "File -> New" menu.
  824. </para></listitem>
  825. <listitem><para>
  826. Select "C Managed Build" from the available options and
  827. click "Next".
  828. </para></listitem>
  829. <listitem><para>
  830. Expand "Yocto Project SDK Autotools Project".
  831. </para></listitem>
  832. <listitem><para>
  833. Select "Hello World ANSI C Autotools Projects".
  834. This is an Autotools-based project based on a Yocto
  835. template.
  836. </para></listitem>
  837. <listitem><para>
  838. Put a name in the "Project name:" field.
  839. Do not use hyphens as part of the name
  840. (e.g. "hello").
  841. </para></listitem>
  842. <listitem><para>
  843. Click "Next".
  844. </para></listitem>
  845. <listitem><para>
  846. Add appropriate information in the various fields.
  847. </para></listitem>
  848. <listitem><para>
  849. Click "Finish".
  850. </para></listitem>
  851. <listitem><para>
  852. If the "open perspective" prompt appears,
  853. click "Yes" so that you in the C/C++ perspective.
  854. </para></listitem>
  855. <listitem><para>The left-hand navigation pane shows
  856. your project.
  857. You can display your source by double clicking the
  858. project's source file.
  859. </para></listitem>
  860. </orderedlist>
  861. </para>
  862. </section>
  863. <section id='oxygen-configuring-the-cross-toolchains'>
  864. <title>Configuring the Cross-Toolchains</title>
  865. <para>
  866. The earlier section,
  867. "<link linkend='oxygen-configuring-the-eclipse-yocto-plug-in'>Configuring the Oxygen Eclipse Yocto Plug-in</link>",
  868. sets up the default project configurations.
  869. You can override these settings for a given project by
  870. following these steps:
  871. <orderedlist>
  872. <listitem><para>
  873. Select "Yocto Project Settings" from
  874. the "Project -> Properties" menu.
  875. This selection brings up the Yocto Project Settings
  876. Dialog and allows you to make changes specific to
  877. an individual project.</para>
  878. <para>By default, the Cross Compiler Options and
  879. Target Options for a project are inherited from
  880. settings you provided using the Preferences Dialog
  881. as described earlier in the
  882. "<link linkend='oxygen-configuring-the-eclipse-yocto-plug-in'>Configuring the Oxygen Eclipse Yocto Plug-in</link>"
  883. section.
  884. The Yocto Project Settings Dialog allows you to
  885. override those default settings for a given
  886. project.
  887. </para></listitem>
  888. <listitem><para>
  889. Make or verify your configurations for the
  890. project and click "Apply and Close".
  891. </para></listitem>
  892. <listitem><para>
  893. Right-click in the navigation pane and select
  894. "Reconfigure Project" from the pop-up menu.
  895. This selection reconfigures the project by running
  896. <ulink url='https://en.wikipedia.org/wiki/GNU_Build_System'>Autotools GNU utility programs</ulink>
  897. such as Autoconf, Automake, and so forth in the
  898. workspace for your project.
  899. Click on the "Console" tab beneath your source code
  900. to see the results of reconfiguring your project.
  901. </para></listitem>
  902. </orderedlist>
  903. </para>
  904. </section>
  905. <section id='oxygen-building-the-project'>
  906. <title>Building the Project</title>
  907. <para>
  908. To build the project select "Build All" from the
  909. "Project" menu.
  910. The console should update and you can note the
  911. cross-compiler you are using (i.e.
  912. <filename>i586-poky-linux-gcc</filename> in this example).
  913. <note>
  914. When building "Yocto Project SDK Autotools" projects,
  915. the Eclipse IDE might display error messages for
  916. Functions/Symbols/Types that cannot be "resolved",
  917. even when the related include file is listed at the
  918. project navigator and when the project is able to
  919. build.
  920. For these cases only, it is recommended to add a new
  921. linked folder to the appropriate sysroot.
  922. Use these steps to add the linked folder:
  923. <orderedlist>
  924. <listitem><para>
  925. Select the project.
  926. </para></listitem>
  927. <listitem><para>
  928. Select "Folder" from the "File -> New" menu.
  929. </para></listitem>
  930. <listitem><para>
  931. In the "New Folder" Dialog, click the "Advanced"
  932. button and then activate "Link to
  933. alternate location (linked folder)" button.
  934. </para></listitem>
  935. <listitem><para>
  936. Click "Browse" to navigate to the include
  937. folder inside the same sysroot location
  938. selected in the Yocto Project
  939. configuration preferences.
  940. </para></listitem>
  941. <listitem><para>
  942. Click "Finish" to save the linked folder.
  943. </para></listitem>
  944. </orderedlist>
  945. </note>
  946. </para>
  947. </section>
  948. <section id='oxygen-starting-qemu-in-user-space-nfs-mode'>
  949. <title>Starting QEMU in User-Space NFS Mode</title>
  950. <para>
  951. To start the QEMU emulator from within Eclipse, follow
  952. these steps:
  953. <note>
  954. See the
  955. "<ulink url='&YOCTO_DOCS_DEV_URL;#dev-manual-qemu'>Using the Quick EMUlator (QEMU)</ulink>"
  956. chapter in the Yocto Project Development Tasks Manual
  957. for more information on using QEMU.
  958. </note>
  959. <orderedlist>
  960. <listitem><para>Expose and select "External Tools
  961. Configurations ..." from the "Run -> External
  962. Tools" menu.
  963. </para></listitem>
  964. <listitem><para>
  965. Locate and select your image in the navigation
  966. panel to the left
  967. (e.g. <filename>qemu_i586-poky-linux</filename>).
  968. </para></listitem>
  969. <listitem><para>
  970. Click "Run" to launch QEMU.
  971. <note>
  972. The host on which you are running QEMU must
  973. have the <filename>rpcbind</filename> utility
  974. running to be able to make RPC calls on a
  975. server on that machine.
  976. If QEMU does not invoke and you receive error
  977. messages involving
  978. <filename>rpcbind</filename>, follow the
  979. suggestions to get the service running.
  980. As an example, on a new Ubuntu 16.04 LTS
  981. installation, you must do the following in a new
  982. shell in order to get QEMU to launch:
  983. <literallayout class='monospaced'>
  984. $ sudo apt-get install rpcbind
  985. </literallayout>
  986. After installing <filename>rpcbind</filename>,
  987. you need to edit the
  988. <filename>/etc/init.d/rpcbind</filename> file
  989. to include the following line:
  990. <literallayout class='monospaced'>
  991. OPTIONS="-i -w"
  992. </literallayout>
  993. After modifying the file, you need to start the
  994. service:
  995. <literallayout class='monospaced'>
  996. $ sudo service portmap restart
  997. </literallayout>
  998. </note>
  999. </para></listitem>
  1000. <listitem><para>
  1001. If needed, enter your host root password in
  1002. the shell window at the prompt.
  1003. This sets up a <filename>Tap 0</filename>
  1004. connection needed for running in user-space NFS
  1005. mode.
  1006. </para></listitem>
  1007. <listitem><para>
  1008. Wait for QEMU to launch.
  1009. </para></listitem>
  1010. <listitem><para>
  1011. Once QEMU launches, you can begin operating
  1012. within that environment.
  1013. One useful task at this point would be to determine
  1014. the IP Address for the user-space NFS by using the
  1015. <filename>ifconfig</filename> command.
  1016. The IP address of the QEMU machine appears in the
  1017. xterm window.
  1018. You can use this address to help you see which
  1019. particular
  1020. IP address the instance of QEMU is using.
  1021. </para></listitem>
  1022. </orderedlist>
  1023. </para>
  1024. </section>
  1025. <section id='oxygen-deploying-and-debugging-the-application'>
  1026. <title>Deploying and Debugging the Application</title>
  1027. <para>
  1028. Once the QEMU emulator is running the image, you can deploy
  1029. your application using the Eclipse IDE and then use
  1030. the emulator to perform debugging.
  1031. Follow these steps to deploy the application.
  1032. <note>
  1033. Currently, Eclipse does not support SSH port
  1034. forwarding.
  1035. Consequently, if you need to run or debug a remote
  1036. application using the host display, you must create a
  1037. tunneling connection from outside Eclipse and keep
  1038. that connection alive during your work.
  1039. For example, in a new terminal, run the following:
  1040. <literallayout class='monospaced'>
  1041. $ ssh -XY <replaceable>user_name</replaceable>@<replaceable>remote_host_ip</replaceable>
  1042. </literallayout>
  1043. Using the above form, here is an example:
  1044. <literallayout class='monospaced'>
  1045. $ ssh -XY root@192.168.7.2
  1046. </literallayout>
  1047. After running the command, add the command to be
  1048. executed in Eclipse's run configuration before the
  1049. application as follows:
  1050. <literallayout class='monospaced'>
  1051. export DISPLAY=:10.0
  1052. </literallayout>
  1053. Be sure to not destroy the connection during your QEMU
  1054. session (i.e. do not
  1055. exit out of or close that shell).
  1056. </note>
  1057. <orderedlist>
  1058. <listitem><para>
  1059. Select "Debug Configurations..." from the
  1060. "Run" menu.
  1061. </para></listitem>
  1062. <listitem><para>
  1063. In the left area, expand
  1064. "C/C++Remote Application".
  1065. </para></listitem>
  1066. <listitem><para>
  1067. Locate your project and select it to bring
  1068. up a new tabbed view in the Debug Configurations
  1069. Dialog.
  1070. </para></listitem>
  1071. <listitem><para>
  1072. Click on the "Debugger" tab to see the
  1073. cross-tool debugger you are using.
  1074. Be sure to change to the debugger perspective in
  1075. Eclipse.
  1076. </para></listitem>
  1077. <listitem><para>
  1078. Click on the "Main" tab.
  1079. </para></listitem>
  1080. <listitem><para>
  1081. Create a new connection to the QEMU instance
  1082. by clicking on "new".</para></listitem>
  1083. <listitem><para>Select "SSH", which
  1084. means Secure Socket Shell and then click "OK".
  1085. Optionally, you can select a TCF connection
  1086. instead.
  1087. </para></listitem>
  1088. <listitem><para>
  1089. Clear out the "Connection name" field and
  1090. enter any name you want for the connection.
  1091. </para></listitem>
  1092. <listitem><para>
  1093. Put the IP address for the connection in
  1094. the "Host" field.
  1095. For QEMU, the default is "192.168.7.2".
  1096. However, if a previous QEMU session did not exit
  1097. cleanly, the IP address increments (e.g.
  1098. "192.168.7.3").
  1099. <note>
  1100. You can find the IP address for the current
  1101. QEMU session by looking in the xterm that
  1102. opens when you launch QEMU.
  1103. </note>
  1104. </para></listitem>
  1105. <listitem><para>
  1106. Enter "root", which
  1107. is the default for QEMU, for the "User" field.
  1108. Be sure to leave the password field empty.
  1109. </para></listitem>
  1110. <listitem><para>
  1111. Click "Finish" to close the New Connections Dialog.
  1112. </para></listitem>
  1113. <listitem><para>
  1114. If necessary, use the drop-down menu now in the
  1115. "Connection" field and pick the IP Address you
  1116. entered.
  1117. </para></listitem>
  1118. <listitem><para>
  1119. Assuming you are connecting as the root
  1120. user, which is the default for QEMU x86-64 SDK
  1121. images provided by the Yocto Project, in the
  1122. "Remote Absolute File Path for C/C++ Application"
  1123. field, browse to
  1124. <filename>/home/root/</filename><replaceable>ProjectName</replaceable>
  1125. (e.g. <filename>/home/root/hello</filename>).
  1126. You could also browse to any other path you have
  1127. write access to on the target such as
  1128. <filename>/usr/bin</filename>.
  1129. This location is where your application will be
  1130. located on the QEMU system.
  1131. If you fail to browse to and specify an appropriate
  1132. location, QEMU will not understand what to remotely
  1133. launch.
  1134. Eclipse is helpful in that it auto fills your
  1135. application name for you assuming you browsed to a
  1136. directory.
  1137. <note><title>Tips</title>
  1138. <itemizedlist>
  1139. <listitem><para>
  1140. If you are prompted to provide a username
  1141. and to optionally set a password, be sure
  1142. you provide "root" as the username and you
  1143. leave the password field blank.
  1144. </para></listitem>
  1145. <listitem><para>
  1146. If browsing to a directory fails or times
  1147. out, but you can
  1148. <filename>ssh</filename> into your QEMU
  1149. or target from the command line and you
  1150. have proxies set up, it is likely that
  1151. Eclipse is sending the SSH traffic to a
  1152. proxy.
  1153. In this case, either use TCF , or click on
  1154. "Configure proxy settings" in the
  1155. connection dialog and add the target IP
  1156. address to the "bypass proxy" section.
  1157. You might also need to change
  1158. "Active Provider" from Native to Manual.
  1159. </para></listitem>
  1160. </itemizedlist>
  1161. </note>
  1162. </para></listitem>
  1163. <listitem><para>
  1164. Be sure you change to the "Debug" perspective in
  1165. Eclipse.
  1166. </para></listitem>
  1167. <listitem><para>
  1168. Click "Debug"
  1169. </para></listitem>
  1170. <listitem><para>
  1171. Accept the debug perspective.
  1172. </para></listitem>
  1173. </orderedlist>
  1174. </para>
  1175. </section>
  1176. <section id='oxygen-using-Linuxtools'>
  1177. <title>Using Linuxtools</title>
  1178. <para>
  1179. As mentioned earlier in the manual, performance tools exist
  1180. (Linuxtools) that enhance your development experience.
  1181. These tools are aids in developing and debugging
  1182. applications and images.
  1183. You can run these tools from within the Eclipse IDE through
  1184. the "Linuxtools" menu.
  1185. </para>
  1186. <para>
  1187. For information on how to configure and use these tools,
  1188. see
  1189. <ulink url='http://www.eclipse.org/linuxtools/'>http://www.eclipse.org/linuxtools/</ulink>.
  1190. </para>
  1191. </section>
  1192. </section>
  1193. </chapter>
  1194. <!--
  1195. vim: expandtab tw=80 ts=4
  1196. -->