powerpc-linux-gnu-g++
GNU C++ cross-compiler for architecture powerpc
Install
- All systems
-
curl cmd.cat/powerpc-linux-gnu-g++.sh
- Debian
-
apt-get install g++-powerpc-linux-gnu
- Ubuntu
-
apt-get install g++-powerpc-linux-gnu
- Kali Linux
-
apt-get install g++-powerpc-linux-gnu
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install g++-powerpc-linux-gnu
- Raspbian
-
apt-get install g++-powerpc-linux-gnu
- Dockerfile
- dockerfile.run/powerpc-linux-gnu-g++
g++-powerpc-linux-gnu
GNU C++ cross-compiler for architecture powerpc
This is the GNU C++ compiler built for cross-building DEB_TARGET_ARCH binaries/packages. This is actually a metapackage that will bring in the correct versioned gcc cross package and symlink to it.