summaryrefslogtreecommitdiff
path: root/doc/src/linux-mobile/creator-projects-running-generic-linux.qdocinc
blob: e0f83984595557c85e5541f99f206901e19f9445 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
    \section1 Running on Embedded Linux Devices

    \list 1

        \li Build and run the application for a device:

        \list 1

            \li Specify a connection to the device. For more information, see
                \l{Connecting Embedded Linux Devices}.

            \li Click the \gui Run button.

        \endlist

    \endlist

    \QC uses the compiler specified in the project build settings
    (tool chain) to build the application.

    \QC copies the application files to the connected device and runs the
    application. The application views are
    displayed on the device. Command-line output is visible in the \QC
    \gui {Application Output} view.

    Choose \gui {Projects > Embedded Linux > Run} to view the settings for deploying
    the application to the connected device. For more information, see
    \l{Specifying Run Settings for Linux-Based Devices}.

    Debugging works transparently if GDB server is installed on the device and
    it is compatible with the GDB on the host.