File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
HowTo install Linux (Ubuntu) tools for C++ programming with Eclipse IDE Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,9 @@ sudo ln -s /opt/eclipse/eclipse
77
77
78
78
## 3. Install the Toolchain ##
79
79
80
+ The SDK contains all components (libraries and toolchains) to create a C++ application for
81
+ PLCnext Technology.
82
+
80
83
Unzip ** SDK** :
81
84
82
85
Download the needed SDK from the Phoenix Contact webside.
@@ -89,17 +92,26 @@ Navigate to the folder where your SDK is located.
89
92
unzip SDK_Linux64_2019.9.zip
90
93
```
91
94
95
+ ** Note** :
96
+ Avoid spaces in the SDK directory.
97
+
98
+ ** Note** :
99
+ The archive is always extracted in the same directory.
100
+
92
101
Install ** SDK** :
93
102
94
103
``` sh
95
104
chmod +x ./pxc-glibc-x86_64-axcf2152-image-sdk-cortexa9t2hf-neon-toolchain-2019.9.sh
96
105
./pxc-glibc-x86_64-axcf2152-image-sdk-cortexa9t2hf-neon-toolchain-2019.9.sh
97
106
```
98
-
99
107
Specify the path to install:
100
108
101
109
> /opt/pxc/AXCF2152/2019.9
102
110
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
+
103
115
## 4. Configure Eclipse® IDE to use the installed PLCnext SDK ##
104
116
105
117
Set project cross settings (prefix and path):
You can’t perform that action at this time.
0 commit comments