Skip to content

Installation instructions clarifications: step 4- Building libjam-mt #4

@shacharoz

Description

@shacharoz

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions