Div-Acer-Manager-Max
Div-Acer-Manager-Max copied to clipboard
CachyOS support request
When i try to install it gives me error. Cachy's old versions works perfect but now not
same here it's a GCC Clang issue apparently the older versions or kernels used a different compiler and the newer ones use another one so that's the problem ig
I sent pr request to fix that problem.
Change install_drivers() function on setup.sh
# Build and install drivers
make clean
make CC=clang LD=ld.lld
sudo make CC=clang LD=ld.lld install
Also install these dependencies
sudo pacman -S linux-headers clang llvm lld