RobotRock
RobotRock

Reputation: 4459

GCC Linker error presumably

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.

Upvotes: 0

Views: 144

Answers (1)

KevinDTimm
KevinDTimm

Reputation: 14376

In your makefile, it should be LDADD, not LPADD

Upvotes: 2

Related Questions