Lines Matching +full:is +full:- +full:32 +full:bit
15 ``native_posix`` is deprecated in favour of :ref:`native_sim<native_sim>`, and will be removed
21 which will set its configuration to mimic a native_posix-like configuration.
23 ``native_posix`` is the predecessor of :ref:`native_sim<native_sim>`.
53 Moreover, being limited to build only with the host C library, it is not possible to build
64 .. zephyr-app-commands::
65 :zephyr-app: samples/hello_world
66 :host-os: unix
80 32 and 64bit versions
84 A 32 bit and 64 bit version.
85 The 32 bit version, ``native_posix``, is the default target, which will compile
87 and longs are 32 bits.
89 and is therefore normally best to test and debug your code, as some bugs are
91 This target requires either a 64 bit system with multilib support installed or
92 one with a 32bit userspace.
94 The 64 bit version, ``native_posix/native/64``, compiles your code targeting the
95 LP64 ABI (x86-64 in x86 systems), where pointers and longs are 64 bits.
96 You can use this target if you cannot compile or run 32 bit binaries.