Software installation for respeaker 2-Mic HAT failed on RPi3 latest OS

Hi ,
I am trying to make the respeaker 2-Mic HAT work on RPi 3. I have followed the instructions given in Wiki but I am getting error . Please find the log as below:
cleaning build area…
make -j4 KERNELRELEASE=5.4.51+ -C /lib/modules/5.4.51+/build M=/var/lib/dkms/seeed-voicecard/0.3/build…(bad exit status: 2)
Error! Bad return status for module build on kernel: 5.4.51+ (armv7l)
Consult /var/lib/dkms/seeed-voicecard/0.3/build/make.log for more information.
can not compile with this kernel, abort
please try compile with the option --compat-kernel

Please suggest the solution for the same

please try compile with the option --compat-kernel

git clone https://github.com/respeaker/seeed-voicecard
cd seeed-voicecard
sudo ./install.sh  --compat-kernel
sudo reboot

I did the --compat-kernel option on buster raspbien release and the 2-Mic phat does not show doing aplay -l

This needs to follow the prompt, after restarting the device will appear. @wsteffen

Do you mean the prompt after rebooting? I did that and the device still was not in the list.
This is on a Rpi4.

Can you provide some of your installation logs? Let me check it for you.

Sorry it took me so long to respond. I had to start over from a new OS image. This time I did get the ReSpeaker installed to where it works well.

Thank you