Re: Compiling RXTX Package

Home Forums Re: Compiling RXTX Package

#3193
Jesse Gilles
Blocked

Hm, it appears there is something wrong with the recipe. I had the same problem when I tried building it. Not sure what the issue is offhand. There also doesn’t seem to be any changes to the recipe in newer versions of OpenEmbedded.

It seems to hanging running gjavah, which is never exiting.

One thing you can do to debug stuff is to run ‘bitbake rxtx -c devshell’ which will pop up a shell in the work directory for the recipe. Then you could try running some of the commands in the recipe by hand and maybe debug it. The scripts generated from the recipe are in the same dir as the log file, you can look at run.do_compile.xxxx (xxxx is the PID).