Rob
Forum Replies Created
-
AuthorPosts
-
RobParticipant
I ended up installing RXTX from the Angrstrom distribution by adding the following to /etc/opkg/angstrom-feed.conf:
src/gz base http://www.angstrom-distribution.org/feeds/2011.03/ipk/glibc/armv5te/base
I then used opkg to install the program.
Not my preferred way of doing it, but it works for now until I can find time to research the compile issue further.
Regards,
Rob
RobParticipantYep, I tried that and also tried to point to the org.openembedded.dev as well with no success.
I ended up installing OpenJDK-6 and CacaoVM from the angrstrom distribution by adding the following to /etc/opkg/angstrom-feed.conf, then using opkg to install the programs.
src/gz base http://www.angstrom-distribution.org/feeds/2011.03/ipk/glibc/armv5te/base
Not my preferred way of doing it, but it works for now until I can find a way to compile it.
Regards,
Rob
RobParticipantThanks Gilles,
I have tried the Cacao VM, but had the same issue. I was able to solve the problem by using OpenJDK-6 and Cacao VM together. You can see the OpenJDK-6 thread in this forum for more detail.
http://www.multitech.net/developer/forums/topic.php?id=98
Regards,
Rob
RobParticipantI’m trying to build the RXTX package to get the librxtxserial.so drivers in order to have serial communications from java. The build is hanging on the do_compile while compiling the java code. The log file just displays java warning messages, I’m not seeing anything that would indicate why it’s hanging.
I’ve built the corecdp-java-image and the jamvm-native package. Are there any configuration settings I need to make in order to build the RXTX package?
Thanks,
Rob
-
AuthorPosts