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

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -