arm - libc++.so.6 out of date on beaglebone black -
i'm having interesting issue when i'm trying run cross compiled image on beaglebone black. i'm building executable on linux machine sftping on beaglebone black. have simple hello world program working fine, when attempt run more complicated program error running executable on beaglebone black. beagle bone says "libstdc++.so.6: version `glibcxx_3.4.21' wrong version" (paraphrasing last bit). i've tried updating tools on beaglebone nothing has helped. read somewhere might need add -static build flags has helped.
here link github project makefile: https://github.com/cwillforeal/roboproject. know sometime ordering can issue flags seems fine.
any appreciated!
simply put -static in linker build command, feel dumb.
Comments
Post a Comment