Hi, Lance Fredrickson wrote,
I'm also seeing static linking issues on mipsel using uclibc-ng 1.0.20. A "hello world" c++ application will compile, but gives segmentation fault. Compiling with the following produces a working binary.
(mipsel-linux-)g++ -static hello.c++ -o hello -lc -lgcc -lc
does it start with 1.0.20 or before?
I am adding C++ checks to my embedded-test regression soon, so that this shouldn't happen in the future without recognizing.
best regards Waldemar