From c74284d5d93ea68302d9a3864cd746e6c4cd47de Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 27 Jun 2014 09:13:12 +0300 Subject: ref-manual: Some minor fixes to the QA Checks chapter. * For "Architecture did not match" and "Bit size did not match", added the missing QA check name marker [arch] * Under the already-stripped entry, added a final sentence (to the paragraph before the note box) (From yocto-docs rev: 7c3bda03a4424d1e083403266c570b34fcab9bbf) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-qa-checks.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'documentation/ref-manual/ref-qa-checks.xml') diff --git a/documentation/ref-manual/ref-qa-checks.xml b/documentation/ref-manual/ref-qa-checks.xml index 43a0bd0b52..15c1bbe4f5 100644 --- a/documentation/ref-manual/ref-qa-checks.xml +++ b/documentation/ref-manual/ref-qa-checks.xml @@ -271,7 +271,7 @@ - Architecture did not match (<machine_arch> to <file_arch>) on <file> + Architecture did not match (<machine_arch> to <file_arch>) on <file> [arch] @@ -310,7 +310,7 @@ - Bit size did not match (<machine_bits> to <file_bits>) <recipe> on <file> + Bit size did not match (<machine_bits> to <file_bits>) <recipe> on <file> [arch] @@ -946,11 +946,18 @@ In order for debugging to work on the target using -dbg packages, this stripping must be disabled. + + + Depending on the build system used by the software being built, disabling this stripping could be as easy as specifying an additional configure option. If not, disabling stripping might involve patching the build scripts. + In the latter case, look for references to "strip" or + "STRIP", or the "-s" or "-S" command-line options being + specified on the linker command line (possibly + through the compiler command line if preceded with "-Wl,"). Disabling stripping here does not mean that the final packaged binaries will be unstripped. -- cgit v1.2.3-54-g00ecf