Difference between revisions of "Installing EMAC OE 4.0 SDK"
(Created page with "Before beginning installation of the SDK, it is important to prepare the development system with the tools necessary to get the job done. These tools can either be command lin...") |
|||
Line 4: | Line 4: | ||
!colspan="2"|Table 1: Conventions | !colspan="2"|Table 1: Conventions | ||
|- | |- | ||
− | + | <code>/download/directory/</code> || Placeholder indicating the directory to which the SDK archive will be downloaded. | |
|- | |- | ||
− | + | <code>/path/to/sdk/</code> || Placeholder indicating the directory to which the SDK will be extracted. | |
|- | |- | ||
− | + | <code>EMAC-OE-arm-linux-gnueabi-SDK_XX.YY.rZZ.tar.bz2 | |
− | EMAC-OE-arm-linux-gnueabi-SDK_XX.YY/ || ''XX' is the major version | + | EMAC-OE-arm-linux-gnueabi-SDK_XX.YY/ |
+ | || | ||
+ | ''XX' is the major version | ||
''YY'' is the minor version | ''YY'' is the minor version | ||
''ZZ'' is the current revision | ''ZZ'' is the current revision | ||
The major and minor version numbers will match the version of OE for which the SDK is created. | The major and minor version numbers will match the version of OE for which the SDK is created. | ||
|} | |} |
Revision as of 12:33, 6 May 2013
Before beginning installation of the SDK, it is important to prepare the development system with the tools necessary to get the job done. These tools can either be command line interface (CLI) or graphical utilities. Both options are described in this guide.
/download/directory/
|| Placeholder indicating the directory to which the SDK archive will be downloaded.
/path/to/sdk/
|| Placeholder indicating 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/
Table 1: Conventions | |
---|---|
XX' is the major version YY is the minor version ZZ is the current revision The major and minor version numbers will match the version of OE for which the SDK is created. |