If it helps, the only file in my /usr/lib/modules/4.11.9-1-ARCH/build folder is vmlinux. The /usr/lib/modules/4.11.9-1-ARCH/ directory itself has files such as modules.alias, modules.alias.bin, and many others, while the kernel folder in this directory has a directory with the full path /usr/lib/modules/4.11.9-1-ARCH/kernel/drivers/net/wireless/realtek/rtlwifi - this seems like it may be more relevant. Each rtlxxxxx folder in this directory has a ko.gz file. I tried substituting in some possibly related in directories into the KSRC variable, but with the same error related to no rule to make target modules each time.
Are there further steps I could take to debug why this issue is occurring?
When running
make
, it produces the following error:It appears that another Arch user can compile without any problems using the same kernel version as seen here: https://bbs.archlinux.org/viewtopic.php?id=227376.
If it helps, the only file in my
/usr/lib/modules/4.11.9-1-ARCH/build
folder isvmlinux
. The/usr/lib/modules/4.11.9-1-ARCH/
directory itself has files such asmodules.alias
,modules.alias.bin
, and many others, while thekernel
folder in this directory has a directory with the full path/usr/lib/modules/4.11.9-1-ARCH/kernel/drivers/net/wireless/realtek/rtlwifi
- this seems like it may be more relevant. Eachrtlxxxxx
folder in this directory has a ko.gz file. I tried substituting in some possibly related in directories into theKSRC
variable, but with the same error related tono rule to make target modules
each time.Are there further steps I could take to debug why this issue is occurring?