Skip to content

Commit 1f4c094

Browse files
AS005016dimabeel
authored andcommitted
Update readme.md (#7)
1 parent f27d40e commit 1f4c094

File tree

1 file changed

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

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
```sh
1010
java -version
1111
```
12+
1213
![java version](images/java_-version.png)
1314

1415
If not installed, install **OpenJdk**:
@@ -31,6 +32,8 @@ or use wget to download **2019.3 R** version (risk of being changed):
3132
wget -P ~/Downloads http://ftp.snt.utwente.nl/pub/software/eclipse//technology/epp/downloads/release/2019-03/R/eclipse-cpp-2019-03-R-linux-gtk-x86_64.tar.gz
3233
```
3334

35+
Make sure you download the correct package and the download was successful.
36+
3437
Extract the „eclipse-cpp-2019-03-R-linux-gtk-x86_64.tar.gz“:
3538

3639
```sh
@@ -47,6 +50,7 @@ Create a desktop launcher for Eclipse:
4750
```sh
4851
sudo nano /usr/share/applications/eclipse.desktop
4952
```
53+
5054
Copy the following into the desktop file:
5155

5256
```sh
@@ -124,3 +128,5 @@ Set project cross G++ Linker flags:
124128
>--sysroot=/opt/pxc/sdk/AXCF2152/2019.3/sysroots/cortexa9t2hf-neon-pxc-linux-gnueabi -march=armv7-a -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 -Wl,--no-undefined
125129
126130
![SDK ok](images/cdt_cross_linker_settings.png)
131+
132+
After completing all the settings, run the project and, if there are errors, you need to go through all the previous steps and check the spelling of the commands.

0 commit comments

Comments
 (0)