Skip to content

Commit 63298d8

Browse files
AS005214idzm
andcommitted
[Update] readme.md (#10)
* update readme.md (guide), adding new info * [review] Content edit * [review] Content edit Co-authored-by: Dzmitry Ivaniuk <[email protected]>
1 parent 2cd2626 commit 63298d8

File tree

1 file changed

+13
-1
lines changed
  • HowTo install Linux (Ubuntu) tools for C++ programming with Eclipse IDE

1 file changed

+13
-1
lines changed

HowTo install Linux (Ubuntu) tools for C++ programming with Eclipse IDE/readme.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ sudo ln -s /opt/eclipse/eclipse
7777

7878
## 3. Install the Toolchain ##
7979

80+
The SDK contains all components (libraries and toolchains) to create a C++ application for
81+
PLCnext Technology.
82+
8083
Unzip **SDK**:
8184

8285
Download the needed SDK from the Phoenix Contact webside.
@@ -89,17 +92,26 @@ Navigate to the folder where your SDK is located.
8992
unzip SDK_Linux64_2019.9.zip
9093
```
9194

95+
**Note**:
96+
Avoid spaces in the SDK directory.
97+
98+
**Note**:
99+
The archive is always extracted in the same directory.
100+
92101
Install **SDK**:
93102

94103
```sh
95104
chmod +x ./pxc-glibc-x86_64-axcf2152-image-sdk-cortexa9t2hf-neon-toolchain-2019.9.sh
96105
./pxc-glibc-x86_64-axcf2152-image-sdk-cortexa9t2hf-neon-toolchain-2019.9.sh
97106
```
98-
99107
Specify the path to install:
100108

101109
>/opt/pxc/AXCF2152/2019.9
102110
111+
**Note**:
112+
Several PLCnext Technology SDKs can be used in parallel. To prevent a mix of different
113+
versions, Phoenix Contact recommends removing all older SDKs.
114+
103115
## 4. Configure Eclipse® IDE to use the installed PLCnext SDK ##
104116

105117
Set project cross settings (prefix and path):

0 commit comments

Comments
 (0)