Skip to content

Commit 07d84fe

Browse files
usercw88amstewart
authored andcommitted
Add GCC Version table
Signed-off-by: Can Wong <can.wong@emerson.com>
1 parent c480def commit 07d84fe

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

docs/source/cross_compile/config_dev_system.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,20 @@ Installing Extensions
110110
Installing the C/C++ Cross Compile Toolchains
111111
---------------------------------------------
112112

113+
GNU C & C++ Compile Tools x64 GCC version
114+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
115+
116+
.. csv-table:: GCC Versions
117+
:file: media/gcc/gcc_versions.csv
118+
:widths: 50 50
119+
:header-rows: 1
120+
113121
Option 1: Extract the Toolchain
114122
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
115123

124+
.. note::
125+
This option is only available for GNU C & C++ Compilers x64, versions *2014-2016*, *2017*, and *2018-2019*.
126+
116127
For the toolchain installation, NI recommends using the same directory
117128
structure for each version of the tools installed on a system. This is
118129
flexible as long as the cross compile configuration in the IDE points to
@@ -233,6 +244,9 @@ Linux
233244
Option 2: Install the Toolchain (x64 Only)
234245
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
235246

247+
.. note::
248+
This option is only available for GNU C & C++ Compilers x64, versions **2023 Q1** and later.
249+
236250
Windows
237251
^^^^^^^
238252

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Toolchain Version,GCC Version
2+
2014-2016,4.7.2
3+
2017,4.9.2
4+
2018-2019,6.3.0
5+
2023 Q1,10.3.0
6+
2023 Q3,11.3.0
7+
2024 Q4,11.4.0
8+
2025 Q1,13.3.0
9+
2025 Q2,13.3.0

0 commit comments

Comments
 (0)