01-28-2019, 03:24 PM
Ok so this is my next try to install this fan Control programm
But it does not work what is the Problem?
root@rockpro64:~# luarocks build https://raw.githubusercontent.com/tuxd3v...0.rockspec
Cloning into 'ats'...
remote: Enumerating objects: 24, done.
remote: Counting objects: 100% (24/24), done.
remote: Compressing objects: 100% (22/22), done.
remote: Total 24 (delta 1), reused 9 (delta 0), pack-reused 0
Receiving objects: 100% (24/24), 105.21 KiB | 0 bytes/s, done.
Resolving deltas: 100% (1/1), done.
Warning: variable CFLAGS was not passed in build_variables
** PLATFORM = linux**
** OS = 32Bits**
** ARCH = aarch64 **
** TUNE = cortex-a72.cortex-a53**
ATS Module Folder: /usr/local/lib/lua/5.3,created..
Make is Working ..
SystemD Detected ..
gcc -c -march=aarch64 -mtune=cortex-a72.cortex-a53 -fPIC -Wall -Werror -O3 -g -I/usr/include/lua5.3 -o debug.o src/debug.c
gcc: error: unrecognized argument in option '-march=aarch64'
gcc: note: valid arguments to '-march=' are: armv2 armv2a armv3 armv3m armv4 armv4t armv5 armv5e armv5t armv5te armv6 armv6-m armv6j armv6k armv6kz armv6s-m armv6t2 armv6z armv6zk armv7 armv7-a armv7-m armv7-r armv7e-m armv7ve armv8-a armv8-a+crc armv8.1-a armv8.1-a+crc iwmmxt iwmmxt2 native
Makefile:184: recipe for target 'debug.o' failed
make: *** [debug.o] Error 1
Error: Build error: Failed building.
But it does not work what is the Problem?
root@rockpro64:~# luarocks build https://raw.githubusercontent.com/tuxd3v...0.rockspec
Cloning into 'ats'...
remote: Enumerating objects: 24, done.
remote: Counting objects: 100% (24/24), done.
remote: Compressing objects: 100% (22/22), done.
remote: Total 24 (delta 1), reused 9 (delta 0), pack-reused 0
Receiving objects: 100% (24/24), 105.21 KiB | 0 bytes/s, done.
Resolving deltas: 100% (1/1), done.
Warning: variable CFLAGS was not passed in build_variables
** PLATFORM = linux**
** OS = 32Bits**
** ARCH = aarch64 **
** TUNE = cortex-a72.cortex-a53**
ATS Module Folder: /usr/local/lib/lua/5.3,created..
Make is Working ..
SystemD Detected ..
gcc -c -march=aarch64 -mtune=cortex-a72.cortex-a53 -fPIC -Wall -Werror -O3 -g -I/usr/include/lua5.3 -o debug.o src/debug.c
gcc: error: unrecognized argument in option '-march=aarch64'
gcc: note: valid arguments to '-march=' are: armv2 armv2a armv3 armv3m armv4 armv4t armv5 armv5e armv5t armv5te armv6 armv6-m armv6j armv6k armv6kz armv6s-m armv6t2 armv6z armv6zk armv7 armv7-a armv7-m armv7-r armv7e-m armv7ve armv8-a armv8-a+crc armv8.1-a armv8.1-a+crc iwmmxt iwmmxt2 native
Makefile:184: recipe for target 'debug.o' failed
make: *** [debug.o] Error 1
Error: Build error: Failed building.