blob: e27691581263c07ef3ae0ac11224e94111426a0b (
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
|
\section1 Running on Embedded Linux Devices
To 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
\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.
|