File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,11 @@ You can easily download them from Sourceforge:(_Links Below_)
34
34
35
35
** 3. Linking (Native & Cross-Compiler):**
36
36
* Move files to its correct location (ie ` /opt ` ) using cmd: ` sudo mv <extracted folder-name e.g gcc-8.2.0> /opt `
37
- * Properly configure paths as below(Permanently by adding it to your ` .bashrc ` ):
38
- ` echo 'export PATH=/opt/<extracted folder-name e.g gcc-8.2.0>/bin:$PATH' >> .bashrc `
39
- ` echo 'export LD_LIBRARY_PATH=/opt/<extracted folder-name e.g gcc-8.2.0>/lib:$LD_LIBRARY_PATH' >> .bashrc `
40
-
37
+ * Properly configure paths as below(Permanently by adding it to your ` .bashrc ` ):
38
+ ```
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
41
+ ```
41
42
** 4. Manage Links as below:(Native Compiler Only)**
42
43
` source .bashrc `
43
44
` sudo ln -s /usr/include/arm-linux-gnueabihf/sys /usr/include/sys `
You can’t perform that action at this time.
0 commit comments