Lines Matching +full:apt +full:- +full:get
1 .. zephyr:board:: xt-sim
7 synthesizable 32-bit RISC processor core. Processor and SOC vendors can select
11 For more information, see https://ip.cadence.com/ipportfolio/tensilica-ip/xtensa-customizable
18 - sample_controller
35 Only Xtensa tools version ``RF-2016.4-linux`` or later are officially
38 In order to set up the Zephyr OS build system, a Linux 32-bit GCC compiler must
42 On Debian/Ubuntu systems, you can install ``gcc-multilib`` package as follows:
44 .. code-block:: console
46 #aptitude install gcc-multilib # Or what ever package manager (apt, apt-get, ...)
55 .. code-block:: console
61 export BOARD=xt-sim
63 export XTENSA_TOOLS_PATH=/opt/xtensa/XtDevTools/install/tools/RG-2016.4-linux/XtensaTools
64 export XTENSA_BUILDS_PATH=/opt/xtensa/XtDevTools/install/builds/RG-2016.4-linux
66 export EMU_PLATFORM=xt-run
67 elif test "${CROSS}" = zephyr-xtensa
72 export ZEPHYR_SDK_INSTALL_DIR=/opt/xtensa/zephyr-sdk-64-INTERNAL-11-22-2016
73 elif test "${CROSS}" = zephyr-x86
78 export ZEPHYR_SDK_INSTALL_DIR=/opt/xtensa/zephyr-sdk-64-INTERNAL-11-22-2016
87 .. code-block:: console
90 $ CROSS=xcc source zephyr-env.sh # Select xcc as compiler
92 Adding a user-defined Xtensa core
96 .. code-block:: console
99 …$ $(which echo) -e "config ${XTENSA_CORE}\n\tbool \"${XTENSA_CORE} core\"\n" >> "soc/xtensa/Kconfi…
103 .. code-block:: console
109 .. code-block:: console
115 .. code-block:: console
117 $ echo "obj-y = soc.o" > soc/xtensa/${XTENSA_CORE}/Makefile
120 The file "soc/xtensa/linker_more.ld" contains Zephyr-specific linker
132 .. zephyr-app-commands::
133 :zephyr-app: samples/hello_world
165 .. zephyr-app-commands::
171 .. target-notes::
173 .. _Xtensa tools: https://ip.cadence.com/support/sdk-evaluation-request