Question

I am getting the following error:

error

I am following this tutorial: http://wiki.minix3.org/en/DevelopersGuide/DriverProgramming

This is my makefile: enter image description here

My code is on pastebin:

http://pastebin.com/Jtn2cEsW

http://pastebin.com/YrpKh32m

Edit: Changing LPADD to LDADD changed the errors to: error2

Sorry for the amount of images, I cannot run X11 due to using Virtualbox.

Was it helpful?

Solution

In your makefile, it should be LDADD, not LPADD

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top