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.

有帮助吗?

解决方案

In your makefile, it should be LDADD, not LPADD

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top