i recently switched from windows to linux, but i ran into some issues while trying to set up leJOS.
i followed the instructions from: http://lejos.sourceforge.net/rcx/tutorial/getstarted/firstbrick/linux.html
my variables:
PATH:
- Code: Select all
echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/eiabea/lejos/bin
CLASSPATH:
- Code: Select all
echo $CLASSPATH
:.:/home/eiabea/lejos/lib/classes.jar:/home/eiabea/lejos/lib/pcrcxcomm.jar:/home/eiabea/lejos/lib/classes.jar:/home/eiabea/lejos/lib/pcrcxcomm.jar
LEJOS_HOME:
- Code: Select all
echo $LEJOS_HOME
/home/eiabea/lejos
JAVA_HOME:
- Code: Select all
echo $JAVA_HOME
/usr/lib/jvm/java-7-openjdk-amd64/
i tested the RCXTTY with:
- Code: Select all
echo test > $RCXTTY
i switched into the "build" folder and ran "ant", everything went fine.
my problems started at the firmware downloading part:
- Code: Select all
~/lejos/bin $ firmdl
read firmware srec
100%
Installing firmware
Loading native libs
java: symbol lookup error: /home/eiabea/lejos/bin/libjirtrcx.so: undefined symbol: rcx_open
Does anybody know what i'am doing wrong?
Thanks for help!
regards
