Quote:
Originally Posted by FRC2501
So I had some issues with my Pi not booting, so I bought another and the new one works great, I had to restart my OS but now I have it back to operational.
apt show libstdc++ returns command not found
I had tried compiling on the Pi but then the Pi started asking for the FRC libraries.
|
apt-cache show libstdc++
dpkg -l libstdc++6
From looking at your initial error message, and this statement, it looks like you are trying to use the FRC toolchains to target the Pi. (The .20 is the version of libstdc++v3 built for the roboRIO) This isn't going to work like you are hoping. I'd recommend either building your code directly on the pi with compilers on the Pi, or finding a good tutorial on building code for the Pi.