c++ - Apache thrift build on VxWorks -
my aim use apache thrift on 1 of our device having vxworks 6.8 (c++).
i need steps build thrift lib(.so) or sample application on vxworks. great if suggest way out. using windriver workbench 3.2 on windows 7 , target pentium3gnu. can use boost not c++ 11.
well, had make thrift build on bog-normal fedora pc, , knows pain of making work on embedded platforms¹, can assure confusion @ least partly caused thrift's sub-par build system.
i can't give detailed descriptions on how build on vxworks, here's general consensus on needs done when building on doesn't happen similar maintainer's machines:
- massage
./configure
options, , explicitly disable every single thing don't need. after script fixing, couldn't build examples/tutorials, had disable them - explicitly state dependency paths. autoconfigure scripts seem have been modified in manner makes auto-detection of libraries work worse autoconf
- try build. find places reasons, build system uses hardwired locations , hence fails
- rinse, repeat.
¹ openembedded, android
Comments
Post a Comment