You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**6. Extra step If you want to completely replace previous `gcc-6.3.0` with latest `gcc-8.2.0`[Proceed with caution!]: (Native Compiler Only)**
61
+
**6. Extra step If you want to completely replace previous `gcc-6.3.0` with latest `gcc-8.2.0`: (Native Compiler Only)**
62
+
63
+
***MADE FOR RASPBERRY-PI/RASPBIAN-OS ONLY, DO NOT RUN THIS SCRIPT ON ANY OTHER LINUX MACHINE/OS !***
64
+
62
65
* Download this script [experimental_6-3_w_8-2.sh](https://github.com/abhiTronix/raspberry-pi-cross-compilers/blob/master/Tools/experimental_6-3_w_8-2.sh)(_right click and "Save As"_) and execute following commands:
63
66
64
67
```
@@ -83,15 +86,15 @@ You can easily download them from Sourceforge:(_Links Below_)
83
86
84
87
## Testing: (Post Linking)
85
88
You can check Installed versions as below:
86
-
* Native Compiler Temporary[***if you DON'T followed step-6***] (Raspberry pi):
89
+
* Native Compiler[***if you DON'T followed step-6***] (Raspberry pi only):
87
90
`arm-linux-gnueabihf-gcc-8.2.0 --version`
88
91
89
92
`arm-linux-gnueabihf-g++-8.2.0 --version`
90
93
91
94
`arm-linux-gnueabihf-gfortran-8.2.0 --version`
92
95
93
96
94
-
* Native Compiler Permanent[***if you followed step-6***] (Raspberry pi):
97
+
* Native Compiler[***if you followed step-6***] (Raspberry pi only):
0 commit comments