Skip to content

Commit 97b6c99

Browse files
authored
Warning Updates
1 parent 9b425b3 commit 97b6c99

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@ You can easily download them from Sourceforge:(_Links Below_)
5858
sudo ln -s /opt/<extracted folder-name e.g gcc-8.2.0>/arm-linux-gnueabihf/lib/libc.so /opt/cross-pi-gcc-8.2.0/arm-linux-gnueabihf/lib/libc.so
5959
```
6060

61-
**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+
6265
* 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:
6366

6467
```
@@ -83,15 +86,15 @@ You can easily download them from Sourceforge:(_Links Below_)
8386

8487
## Testing: (Post Linking)
8588
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):
8790
`arm-linux-gnueabihf-gcc-8.2.0 --version`
8891

8992
`arm-linux-gnueabihf-g++-8.2.0 --version`
9093

9194
`arm-linux-gnueabihf-gfortran-8.2.0 --version`
9295

9396

94-
* Native Compiler Permanent[***if you followed step-6***] (Raspberry pi):
97+
* Native Compiler[***if you followed step-6***] (Raspberry pi only):
9598
`gcc --version`
9699

97100
`g++ --version`

0 commit comments

Comments
 (0)