diff options
| -rw-r--r-- | documentation/adt-manual/adt-eclipse.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml index 3275c18cbd..0f0ba7c6e8 100644 --- a/documentation/adt-manual/adt-eclipse.xml +++ b/documentation/adt-manual/adt-eclipse.xml | |||
| @@ -404,7 +404,7 @@ | |||
| 404 | <listitem><para>Once QEMU launches you need to determine the IP Address | 404 | <listitem><para>Once QEMU launches you need to determine the IP Address |
| 405 | for the user-space NFS. | 405 | for the user-space NFS. |
| 406 | You can do that by going to a terminal in the QEMU and entering the | 406 | You can do that by going to a terminal in the QEMU and entering the |
| 407 | <filename>ipconfig</filename> command.</para></listitem> | 407 | <filename>ifconfig</filename> command.</para></listitem> |
| 408 | </orderedlist> | 408 | </orderedlist> |
| 409 | </para> | 409 | </para> |
| 410 | </section> | 410 | </section> |
| @@ -413,7 +413,7 @@ | |||
| 413 | <title>Deploying and Debugging the Application</title> | 413 | <title>Deploying and Debugging the Application</title> |
| 414 | 414 | ||
| 415 | <para> | 415 | <para> |
| 416 | Once QEMU is running, you can deploy your application and use the emulator | 416 | Once the QEMU emulator is running the image, you can deploy your application and use the emulator |
| 417 | to perform debugging. | 417 | to perform debugging. |
| 418 | Follow these steps to deploy the application. | 418 | Follow these steps to deploy the application. |
| 419 | <orderedlist> | 419 | <orderedlist> |
| @@ -423,10 +423,11 @@ | |||
| 423 | tabbed view in the <filename>Debug Configurations</filename> Dialog.</para></listitem> | 423 | tabbed view in the <filename>Debug Configurations</filename> Dialog.</para></listitem> |
| 424 | <listitem><para>Enter the absolute path into which you want to deploy | 424 | <listitem><para>Enter the absolute path into which you want to deploy |
| 425 | the application. | 425 | the application. |
| 426 | Use the <filename>Remote Absolute File Path</filename> for <filename>C/C++Application:</filename>. | 426 | Use the <filename>Remote Absolute File Path for C/C++Application:</filename> field. |
| 427 | For example, enter <filename>/usr/bin/<programname></filename>.</para></listitem> | 427 | For example, enter <filename>/usr/bin/<programname></filename>.</para></listitem> |
| 428 | <listitem><para>Click on the <filename>Debugger</filename> tab to see the cross-tool debugger | 428 | <listitem><para>Click on the <filename>Debugger</filename> tab to see the cross-tool debugger |
| 429 | you are using.</para></listitem> | 429 | you are using.</para></listitem> |
| 430 | <listitem><para>Click on the <filename>Main</filename> tab.</para></listitem> | ||
| 430 | <listitem><para>Create a new connection to the QEMU instance | 431 | <listitem><para>Create a new connection to the QEMU instance |
| 431 | by clicking on <filename>new</filename>.</para></listitem> | 432 | by clicking on <filename>new</filename>.</para></listitem> |
| 432 | <listitem><para>Select <filename>TCF</filename>, which means Target Communication | 433 | <listitem><para>Select <filename>TCF</filename>, which means Target Communication |
