Compiling on Debian-64bit lenny
in
Integration and Hardware
•
2 years ago
#Not having any luck on running the standard download I tried compiling.
#Building Wireless Sensor Networks
#Fixed JAVA_HOME in /etc/profile ; this is probably a side effect of some other intstallation.
JAVA_HOME="/usr/lib/jvm/java-6-sun"
#had to explicitly read
. /etc/profile
#went to the source directory
#processing/build/
ant clean
ant linux-build
#.....
#BUILD SUCCESSFUL
#cd linux/work
./processing
# open Simple_Actuator_Network.pde (from
#Building Wireless Sensor Networks
#with ZigBee, XBee, Arduino, and Processing
-
#ByRobert Faludi
# I get various errors, but this an excerpt that I think is relevant.
# "wrong ELF class: ELFCLASS32"
#Evidently the build process doesn't recompile the binaries for librxtxSerial.so
# After some research I think it's independent of the program and dependent upon the rxtxSerial mode.
....
Is there a solution for this?
I can provide all sorts of system information but I don't think it's relevant. Help would really be appreciated; I am trying to do a Xbee project and would like to progress. I can "if needed" drop back to winxp; but I really don't want to.
I also get
no library found for com.rapplogic.xbee.api
no library found for com.rapplogic.xbee.api.zigbee
I suppose I can fish around for these though.
Ray
1