I develop on Windows7 and need to cross-compile for a Beaglebone Black (running a Debian Jessie linux) Using a Linaro toolchain, I'm able to compile a "Hello Word" console executable using various IDEs (Codelite, Code::Block and Eclipse DS-5).
Now I need to add wxWidgets in the toolchain, and debug it on Windows and release on the BBB.
I have no problem at compiling and debugging for Windows, but I don't know how to add the wxWidgets to the toolchains.... what wx sources i need (linux, i suppose, but how to build it?) and how to add them in the chain? What should i apt-get on the BBB?