cscscscs

記録用

2018-12-01から1ヶ月間の記事一覧

Linux-kernel 4.15.0-42-generic (Ubuntu 18.04)環境でのデバイスドライバーのコンパイル

つまづきポイントを列挙します。 やり方 Makefile: obj-m := hello.o all: make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) modules clean: make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) cleanhello.c #include <linux/init.h> #include <linux/module.h> M</linux/module.h></linux/init.h>…