Hi all. As part of my QA for a large C++ app I always include testing on freebsd.
To test with 13.2-RELEASE I did a fresh install on an amd pc. Loaded and built with lang/gcc. All good, builds and runs fine.
For fun, did the exact same on a RPi model 4. Compiles and builds fine but trying to run fails with
Any ideas why the pi would be any different?
To test with 13.2-RELEASE I did a fresh install on an amd pc. Loaded and built with lang/gcc. All good, builds and runs fine.
For fun, did the exact same on a RPi model 4. Compiles and builds fine but trying to run fails with
Code:
ld-elf.so.1: /lib/libgcc_s.so.1: version GCC_4.5.0 required by /usr/local/lib/gcc12/libstdc++.so.6 not found
Any ideas why the pi would be any different?