Using Ubuntu 14.04 and the gnu-bcm-2708 non-hf compiler. No problems to cross compile C application for the Rapsberry PI and running them on the PI. Now I have source code which uses libjack (jack2). It compiles and runs ok on x86/64 platform. For the PI I assume I need an ARMv6 libjack library to link it with for running it on the PI. Anyone knows to how do build such ARMv6 jack library, or other good practices to compile an jack based app for the PI ? Reference:
http://jackaudio.org/. Many Thanks !!!