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.