From 95e451e7489dced87818e27fb1ba3c047d12d2a5 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 9 Apr 2018 12:36:21 -0700 Subject: sdk-manual: Updates to the "Using SDK Toolchain Directly" chapter Some minor updates here. Mainly, bring a list into conformance for use of capitalization in the bolded item heads. (From yocto-docs rev: a9c9bb36caa146b0ff8338cb1fad850d75a64997) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/sdk-manual/sdk-working-projects.xml | 28 +++++++++++------------ 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/documentation/sdk-manual/sdk-working-projects.xml b/documentation/sdk-manual/sdk-working-projects.xml index 6965e3f285..d3286c08a7 100644 --- a/documentation/sdk-manual/sdk-working-projects.xml +++ b/documentation/sdk-manual/sdk-working-projects.xml @@ -8,7 +8,7 @@ You can use the SDK toolchain directly with Makefile, - Autotools, and Eclipse based + Autotools, and Eclipse-based projects. This chapter covers the first two, while the "Developing Applications Using Eclipse" @@ -32,7 +32,7 @@ Follow these steps to create a simple Autotools-based project: - Create your directory: + Create Your Directory: Create a clean directory for your project and then make that directory your working location: @@ -41,7 +41,7 @@ - Populate the directory: + Populate the Directory: Create hello.c, Makefile.am, and configure.ac files as follows: @@ -80,8 +80,8 @@ - Source the cross-toolchain - environment setup file: + Source the Cross-Toolchain + Environment Setup File: As described earlier in the manual, installing the cross-toolchain creates a cross-toolchain environment setup script in the directory that the SDK @@ -100,8 +100,8 @@ - Generate the local aclocal.m4 - files and create the configure script: + Generate the Local aclocal.m4 + Files and Create the Configure Script: The following GNU Autotools generate the local aclocal.m4 files and create the configure script: @@ -111,8 +111,8 @@ - Generate files needed by GNU coding - standards: + Generate Files Needed by GNU Coding + Standards: GNU coding standards require certain files in order for the project to be compliant. This command creates those files: @@ -121,7 +121,7 @@ - Generate the configure file: + Generate the Configure File: This command generates the configure: @@ -129,7 +129,7 @@ - Cross-compile the project: + Cross-Compile the Project: This command compiles the project using the cross-compiler. The @@ -141,7 +141,7 @@ - Make and install the project: + Make and Install the Project: These two commands generate and install the project into the destination directory: @@ -150,7 +150,7 @@ - Verify the installation: + Verify the Installation: This command is a simple way to verify the installation of your project. Running the command prints the architecture on which @@ -162,7 +162,7 @@ - Execute your project: + Execute Your Project: To execute the project in the shell, simply enter the name. You could also copy the binary to the actual target -- cgit v1.2.3-54-g00ecf