sonocotta / tas5805m-for-raspbian-paspberry-pi-zero

device tree and kernel module for running TI TAS5805M DAC on Raspberry Pi
GNU General Public License v3.0
9 stars 0 forks source link

Unable to compile #2

Closed jshep321 closed 2 months ago

jshep321 commented 2 months ago

Hi, Trying to compile and getting the following error. It is a rpi zero W (not a 2), running the latest bookworm, fully updated.

Tried reinstalling headers and no joy.

Any ideas?

image
anabolyc commented 2 months ago

Hey @jshep321 please share your kernel version. I think I had this issue while trying to complete against the latest release. I'll double-check now.

uname -a

upd. nevermind, I can see it is 6.6.31 in the attached olg

jshep321 commented 2 months ago

Yep, you got it.

More details: Linux louder 6.6.31+rpt-rpi-v6 #1 Raspbian 1:6.6.31-1+rpt1 (2024-05-29) armv6l GNU/Linux

anabolyc commented 2 months ago

@jshep321 I have 6.6.20 with the same result. Can you please try this branch. Tiny fix, it compiles now. If you can try running it on the device. I can test myself tomorrow.

jshep321 commented 2 months ago

Worked, thanks! Another problem that is probably unrelated regarding i2c conflict. Will write new issue for that.