-
Notifications
You must be signed in to change notification settings - Fork 2
Description
1: go to a library and command git clone https://github.com/shahbaz-man/libjam-mt.git
if you dont have git installed, first do
sudo apt install git
2: close terminal. reopen it from the library libjam-mt that was created
3: write these commands
chmod +x compile
chmod +x native/assemble
chmod +x run
chmod +x cr
chmod +x frc
4: supposed to run setup with
sudo ./frc
but it fails and returns
./assemble: 3: ./assemble: gcc: not found
./assemble: 4: ./assemble: gcc: not found
cp: cannot create regular file '/t3/lib/': No such file or directory
./compile: 3: ./compile: javac: not found
ERROR: ld.so: object '/usr/lib/arm-linux-gnueabihf/libutouch-evemu.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/lib/arm-linux-gnueabihf/libutouch-frame.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/lib/libmtdev.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
Error: Could not find or load main class com.asdev.libjam.mt.TouchHandler
Caused by: java.lang.ClassNotFoundException: com.asdev.libjam.mt.TouchHandler