File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,11 @@ You can easily download them from Sourceforge:(_Links Below_)
37
37
* Properly configure paths as below(Permanently by adding it to your ` .bashrc ` ):
38
38
```
39
39
echo 'export PATH=/opt/<extracted folder-name e.g gcc-8.2.0>/bin:$PATH' >> .bashrc
40
- echo 'export LD_LIBRARY_PATH=/opt/<extracted folder-name e.g gcc-8.2.0>/lib:$LD_LIBRARY_PATH' >> .bashrc
40
+ echo 'export LD_LIBRARY_PATH=/opt/<extracted folder-name e.g gcc-8.2.0>/lib:$LD_LIBRARY_PATH' >> .bashrc
41
+ source .bashrc
41
42
```
42
43
** 4. Manage Links as below:(Native Compiler Only)**
43
- ` source .bashrc `
44
+
44
45
` sudo ln -s /usr/include/arm-linux-gnueabihf/sys /usr/include/sys `
45
46
` sudo ln -s /usr/include/arm-linux-gnueabihf/bits /usr/include/bits `
46
47
` sudo ln -s /usr/include/arm-linux-gnueabihf/gnu /usr/include/gnu `
You can’t perform that action at this time.
0 commit comments