I try to install LinuxSampler on OrangePi PC 2 with Armbian.
Code: Select all
rafifi@orangepipc2:~$ lscpu
Architecture: aarch64
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Thread(s) per core: 1
Core(s) per socket: 4
Socket(s): 1
NUMA node(s): 1
CPU max MHz: 1152.0000
CPU min MHz: 408.0000
Hypervisor vendor: (null)
Virtualization type: full
NUMA node0 CPU(s): 0-3
I downloaded sources with svn, compiled and install giglib and liblscp but I've got errors when I try to compile LinuxSampler. I think the problem is in RTmath.ccp. Thanks in advance for your help.
Code: Select all
RTMath.cpp:77:8: error: #error "Sorry, LinuxSampler lacks time stamp code for your system."
# error "Sorry, LinuxSampler lacks time stamp code for your system."
^
RTMath.cpp:78:8: error: #error "Please report this error and the CPU you are using to the LinuxSampler developers mailing list!"
# error "Please report this error and the CPU you are using to the LinuxSa
^
RTMath.cpp: In static member function ‘static RTMathBase::time_stamp_t RTMathBase::CreateTimeStamp()’:
RTMath.cpp:80:1: warning: no return statement in function returning non-void [-Wreturn-type]
}
^
Makefile:536: recipe for target 'RTMath.lo' failed
make[3]: *** [RTMath.lo] Error 1
make[3]: Leaving directory '/home/rafifi/lssvn/linuxsampler/src/common'
Makefile:689: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/rafifi/lssvn/linuxsampler/src'
Makefile:509: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/rafifi/lssvn/linuxsampler'
Makefile:414: recipe for target 'all' failed
make: *** [all] Error 2