Difference between revisions of "Template:EMAC OE SDK Conventions"
(combining multi-article conventions) |
|||
Line 1: | Line 1: | ||
− | {| class="wikitable conventions" | + | {| class="wikitable conventions" |style = margin-bottom: 1em;| |
!colspan="2"|Table 1: Conventions | !colspan="2"|Table 1: Conventions | ||
|- | |- | ||
− | | <code>/download/directory/</code> || | + | | <code>/download/directory/</code> || The directory to which the SDK archive will be downloaded. |
|- | |- | ||
− | | <code>/path/to/sdk/</code> || | + | | <code>/path/to/sdk/</code> || The directory to which the SDK will be extracted. |
|- | |- | ||
| <code>EMAC-OE-arm-linux-gnueabi-SDK_XX.YY.rZZ.tar.bz2</code><br /><code>EMAC-OE-arm-linux-gnueabi-SDK_XX.YY</code> | | <code>EMAC-OE-arm-linux-gnueabi-SDK_XX.YY.rZZ.tar.bz2</code><br /><code>EMAC-OE-arm-linux-gnueabi-SDK_XX.YY</code> | ||
− | || '''XX''' | + | || '''XX''' - the SDK major version<br />'''YY''' - the SDK minor version<br />'''ZZ''' - the SDK current revision |
|- | |- | ||
− | | target_program || | + | | target_program || The program executable created to run on the target device. |
− | |||
− | |||
|- | |- | ||
| <syntaxhighlight lang="bash">developer@ldc:~$</syntaxhighlight> || Prompt and commands to be run on a development machine that will run compliation tasks. | | <syntaxhighlight lang="bash">developer@ldc:~$</syntaxhighlight> || Prompt and commands to be run on a development machine that will run compliation tasks. |
Latest revision as of 16:32, 5 December 2013
Table 1: Conventions | |
---|---|
/download/directory/ |
The directory to which the SDK archive will be downloaded. |
/path/to/sdk/ |
The directory to which the SDK will be extracted. |
EMAC-OE-arm-linux-gnueabi-SDK_XX.YY.rZZ.tar.bz2 EMAC-OE-arm-linux-gnueabi-SDK_XX.YY
|
XX - the SDK major version YY - the SDK minor version ZZ - the SDK current revision |
target_program | The program executable created to run on the target device. |
developer@ldc:~$
|
Prompt and commands to be run on a development machine that will run compliation tasks. |
root@emac-oe:~#
|
Prompt and commands to be run on a target machine. |