abhiTronix / raspberry-pi-cross-compilers

Latest GCC Cross Compiler & Native (ARM & ARM64) CI generated precompiled standalone toolchains for all Raspberry Pis. 🍇
https://sourceforge.net/projects/raspberry-pi-cross-compilers
GNU General Public License v3.0
595 stars 104 forks source link

Documentation seems to be missing part of setup in the script #20

Closed jimcruse closed 5 years ago

jimcruse commented 5 years ago

I know I can't use experimental install script, but it seems, that the readme.md: The script has a section where links are set up /usr/bin links to /opt/ such as: But I can't find the equivalent section in the readme/nativeCompiler such as:

sudo ln -s /opt/native-pi-gcc-8.3.0-2/bin/arm-linux-gnueabihf-g++-8.3.0 g++

abhiTronix commented 5 years ago

@jimcruse As you have been warned previously in this comment that clearly stated not to open multiple issues of the same kind, thereby any new issue from your end will be discarded straightaway if it is a duplicate. Kindly DO NOT open new issue that is related to any previous issue discussed on this repo.

Also,

I know I can't use experimental install script, but it seems, that the readme.md: The script has a section where links are set up /usr/bin links to /opt/ such as: But I can't find the equivalent section in the readme/nativeCompiler such as:

sudo ln -s /opt/native-pi-gcc-8.3.0-2/bin/arm-linux-gnueabihf-g++-8.3.0 g++

is not required as previously described.