Forum Discussion
Altera_Forum
Honored Contributor
14 years agomake file for linux device driver
i was using RED HAT LINUX for device driver programming in class
now i install linux mint i was previously used the make file for simple purposes :) obj-m := a1.o all: make -C /lib/modules/`uname -r`/build M=`pwd` modules clean: make -C /lib/modules/`uname -r`/build M=`pwd` clean :cry: but now it seems not working may b silly mistakes but i cant find it ,pls help me1 Reply
- Altera_Forum
Honored Contributor
What do you mean by not working? Please post any error messages you are getting.
Also, is this for Nios II or just a general Linux development question?