mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
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 <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
695946e5ff
commit
c74284d5d9
@@ -271,7 +271,7 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
<code>
|
<code>
|
||||||
Architecture did not match (<machine_arch> to <file_arch>) on <file>
|
Architecture did not match (<machine_arch> to <file_arch>) on <file> [arch]
|
||||||
</code>
|
</code>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@@ -310,7 +310,7 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
<code>
|
<code>
|
||||||
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]
|
||||||
</code>
|
</code>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@@ -946,11 +946,18 @@
|
|||||||
In order for debugging to work on the target using
|
In order for debugging to work on the target using
|
||||||
<filename>-dbg</filename> packages, this stripping must be
|
<filename>-dbg</filename> packages, this stripping must be
|
||||||
disabled.
|
disabled.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
Depending on the build system used by the software being
|
Depending on the build system used by the software being
|
||||||
built, disabling this stripping could be as easy as
|
built, disabling this stripping could be as easy as
|
||||||
specifying an additional configure option.
|
specifying an additional configure option.
|
||||||
If not, disabling stripping might involve patching
|
If not, disabling stripping might involve patching
|
||||||
the build scripts.
|
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,").
|
||||||
<note>
|
<note>
|
||||||
Disabling stripping here does not mean that the final
|
Disabling stripping here does not mean that the final
|
||||||
packaged binaries will be unstripped.
|
packaged binaries will be unstripped.
|
||||||
|
|||||||
Reference in New Issue
Block a user