You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(GCC_Toolchain): Update the cross compile and sysroot paths for AM335x/AM437x
Documentation update for the cross compile and sysroot paths specific to AM335x/AM437x different from other sitara platforms
Signed-off-by: Telukula Jeevan Kumar Sahu <[email protected]>
Copy file name to clipboardExpand all lines: source/linux/Overview/GCC_ToolChain.rst
+53-23Lines changed: 53 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,22 @@ GCC ToolChain Setup
9
9
10
10
Before compiling any of the sources referenced in this document, set the cross compiler paths to the toolchains packaged in the Processor SDK [Recommended] as shown below. Refer to :ref:`yocto-toolchain` section for more details on usage.
11
11
12
-
.. code-block:: console
12
+
.. ifconfig:: CONFIG_part_variant in ('AM335X', 'AM437X')
If the Processor SDK is not installed, the Arm GNU toolchains can be downloaded and setup. Refer to :ref:`external-arm-toolchain` section for more details on usage.
20
30
@@ -46,22 +56,43 @@ The |__SDK_FULL_NAME__| package comes with this toolchain preinstalled at linux-
46
56
directory within the SDK. Below paths are relative to the <SDK_INSTALL_DIR> and will be
47
57
referred to using the first column in the following sections.
0 commit comments