rxtx fails to cross build from source, because it fails running /usr/bin/javac, which happens to be a host architecture executable. Usually, when building Java packages, one needs a native development kit and sometimes also the host's runtime libraries. I tried building with just the native development kit and that happens to just work. Please consider applying the attached patch. Helmut