ReSpeaker 6-Mic Array and Raspberry 5 compatibility?

after editing the script a bit to omit the warning:

hexapod@hexapod:~/seeed-voicecard $ sudo ./install.sh
Hit:1 ht tp://deb.debian.org/debian bookworm InRelease
Hit:2 ht tp://archive.raspberrypi.com/debian bookworm InRelease
Hit:3 ht tp://deb.debian.org/debian-security bookworm-security InRelease
Hit:4 ht tp://deb.debian.org/debian bookworm-updates InRelease
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
All packages are up to date.
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
raspberrypi-kernel-headers is already the newest version (1:1.20230405-1).
raspberrypi-kernel is already the newest version (1:1.20230405-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
dkms is already the newest version (3.0.10-8+deb12u1).
git is already the newest version (1:2.39.5-0+deb12u1).
i2c-tools is already the newest version (4.3-2+b3).
libasound2-plugins is already the newest version (1.2.7.1-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Creating symlink /var/lib/dkms/seeed-voicecard/0.3/source → /usr/src/seeed-voicecard-0.3
Sign command: /lib/modules/6.6.47+rpt-rpi-v8/build/scripts/sign-file
Signing key: /var/lib/dkms/mok.key
Public certificate (MOK): /var/lib/dkms/mok.pub
Certificate or key are missing, generating self signed certificate for MOK…

Building module:
Cleaning build area…
make -j4 KERNELRELEASE=6.6.47+rpt-rpi-v8 -C /lib/modules/6.6.47+rpt-rpi-v8/build M=/var/lib/dkms/seeed-voicecard/0.3/build…(bad exit status: 2)
Error! Bad return status for module build on kernel: 6.6.47+rpt-rpi-v8 (aarch64)
Consult /var/lib/dkms/seeed-voicecard/0.3/build/make.log for more information.
setup git config
git init
hint: Using ‘master’ as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch
hint:
hint: Names commonly chosen instead of ‘master’ are ‘main’, ‘trunk’ and
hint: ‘development’. The just-created branch can be renamed via this command:
hint:
hint: git branch -m
Initialized empty Git repository in /etc/voicecard/.git/
git add --all
git commit -m “origin configures”
[master (root-commit) 2fd1137] origin configures
7 files changed, 1482 insertions(+)
create mode 100644 ac108_6mic.state
create mode 100644 ac108_asound.state
create mode 100644 asound_2mic.conf
create mode 100644 asound_4mic.conf
create mode 100644 asound_6mic.conf
create mode 100644 dkms.conf
create mode 100644 wm8960_asound.state
Created symlink /etc/systemd/system/sysinit.target.wants/seeed-voicecard.service → /lib/systemd/system/seeed-voicecard.service.

Please reboot your raspberry pi to apply all settings
Enjoy!