docs/Kconfig help: Replace native_[posix,sim]_64
Replace uses of native_[posix,sim]_64 in the documentation and kconfig help messages with native_[posix,sim]/native/64 to match the hwmv2 naming. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
1dd67be2e1
commit
ae358704d2
|
@ -27,7 +27,7 @@ menuconfig ARCH_POSIX_LIBFUZZER
|
|||
help
|
||||
Build the posix app as a LLVM libfuzzer target. Requires
|
||||
support from the toolchain (currently only clang works, and
|
||||
only on native_posix_64), and should normally be used in
|
||||
only on native_posix/native/64), and should normally be used in
|
||||
concert with some of CONFIG_ASAN/UBSAN/MSAN for validation.
|
||||
The application needs to implement the
|
||||
LLVMFuzzerTestOneInput() entry point, which runs in the host
|
||||
|
|
|
@ -66,7 +66,7 @@ This port is designed and tested to run in Linux.
|
|||
The 32 bit version of this port does not directly work in Windows Subsystem
|
||||
for Linux (WSL) because WSL does not support native 32-bit binaries.
|
||||
You may want to consider WSL2, or, if using :ref:`native_sim <native_sim>`,
|
||||
you can also just use the ``native_sim_64``
|
||||
you can also just use the ``native_sim/native/64``
|
||||
target: Check :ref:`32 and 64bit versions<native_sim32_64>`.
|
||||
Otherwise `with some tinkering
|
||||
<https://github.com/microsoft/WSL/issues/2468#issuecomment-374904520>`_ it
|
||||
|
|
|
@ -91,6 +91,6 @@ dependent on the size of pointers and longs.
|
|||
This target requires either a 64 bit system with multilib support installed or
|
||||
one with a 32bit userspace.
|
||||
|
||||
The 64 bit version, ``native_posix_64``, compiles your code targeting the
|
||||
The 64 bit version, ``native_posix/native/64``, compiles your code targeting the
|
||||
LP64 ABI (x86-64 in x86 systems), where pointers and longs are 64 bits.
|
||||
You can use this target if you cannot compile or run 32 bit binaries.
|
||||
|
|
|
@ -166,7 +166,7 @@ dependent on the size of pointers and longs.
|
|||
This target requires either a 64 bit system with multilib support installed or
|
||||
one with a 32bit userspace.
|
||||
|
||||
The 64 bit version, ``native_sim_64``, compiles your code targeting the
|
||||
The 64 bit version, ``native_sim/native/64``, compiles your code targeting the
|
||||
LP64 ABI (x86-64 in x86 systems), where pointers and longs are 64 bits.
|
||||
You can use this target if you cannot compile or run 32 bit binaries.
|
||||
|
||||
|
|
|
@ -306,7 +306,7 @@ Run a Sample Application natively (Linux)
|
|||
|
||||
You can compile some samples to run as host programs
|
||||
on Linux. See :ref:`native_sim` for more information. On 64-bit host operating systems, you
|
||||
need to install a 32-bit C library, or build targeting :ref:`native_sim_64 <native_sim32_64>`.
|
||||
need to install a 32-bit C library, or build targeting :ref:`native_sim/native/64<native_sim32_64>`.
|
||||
|
||||
First, build Hello World for ``native_sim``.
|
||||
|
||||
|
|
Loading…
Reference in a new issue