lintweaker / mytekusb2

Linux ALSA USB driver for the Mytek Digital Stereo192-DSD DAC
11 stars 10 forks source link

Issue with Installing on Arch #4

Closed forkenbrock closed 10 years ago

forkenbrock commented 10 years ago

Hello,

Trying to figure out an issue with make on Arch. I seem to get this error.

Thank you,

Darin

[jaguar@jaguar mytekusb2-master]$ make make CONFIG_DEBUG_SECTION_MISMATCH=y -C /lib/modules/3.10.10-rt7-1-rt/build M=/home/jaguar/mytekusb2-master modules make[1]: Entering directory '/usr/src/linux-3.10.10-rt7-1-rt' CC [M] /home/jaguar/mytekusb2-master/chip.o In file included from /home/jaguar/mytekusb2-master/chip.c:18:0: /home/jaguar/mytekusb2-master/chip.h:18:21: fatal error: version.h: No such file or directory

include "version.h"

                 ^

compilation terminated. scripts/Makefile.build:308: recipe for target '/home/jaguar/mytekusb2-master/chip.o' failed make[2]: * [/home/jaguar/mytekusb2-master/chip.o] Error 1 Makefile:1224: recipe for target 'module/home/jaguar/mytekusb2-master' failed make[1]: * [module/home/jaguar/mytekusb2-master] Error 2 make[1]: Leaving directory '/usr/src/linux-3.10.10-rt7-1-rt' Makefile:15: recipe for target 'all' failed make: *\ [all] Error 2

lintweaker commented 10 years ago

Hello,

It's missing 'version.h', this file is created from the Makefile. The only thing I can think of now, do you have 'bc' installed?

forkenbrock commented 10 years ago

My system had been updated within the past 7 days, but I did it again and confirmed that bc was installed (it was). Now it seems to build without the error. I can see the snd-usb-mytek.ko in the directory. It looks like it should work now. thanks