NEW: Learning electronics? Ask your questions on the new Electronics Questions & Answers site hosted by CircuitLab.
Support Forum » ps2 keyboard project
November 10, 2010 by bobc |
Hi, I copied the source files from the project website to a directory named keyboard including the font.txt keymap.h and keymapper.py files. I copied the Makefile from bit_arithmetic and changed all the instances of "dip_arithmetic" to "keyboard". When I run make I get "No rule to make target Here is the Makefile I'm using. Thanks, Bob
|
---|---|
November 10, 2010 by hevans (NerdKits Staff) |
Hi bobc, It looks like there is a tempsensor.hex target in there for some reason. That should have been dip_arithmetic.hex, which would have been changed to keyboard.hex in your replace all. Change that to tempsensor.hex to keyboard.hex and it should work. Humberto |
November 10, 2010 by bobc |
Thanks, that was it! I don't know how many times I looked at that Makefile and did not see that. Ugh. |
November 10, 2010 by bretm |
I've encountered this problem, but not since I started doing this in my makefiles:
etc. |
November 16, 2010 by bobc |
bretm, Great idea! Thanks Bob |
May 22, 2011 by Rachid |
I copied the source files from the project website to a directory named keyboard including the font.txt keymap.h and keymapper.py files. I created a makefile but all I get is ? and I type a letter I get ?? also can please someone explain the python code ? thank you |
May 23, 2011 by Rachid |
Ooops Data and clock were swapped. Ignore last post |
June 19, 2011 by cabers |
Sorry to hijack the thread but I am having the same sort of error response when trying to make my latest project. I would think the error lies somewhere within the makefile aswell, but cannot find where I went wrong. Sorry to bother you all with something so trivial, but this really is bugging me.Thanks Makefile (template from the initialload makefile)
comes back with this error code: No rule to make target '{testmotor}.c' needed by '{testmotor}.hex |
June 19, 2011 by Noter |
Only put the braces where you are substituting the variable value, not where you assign it. Try this:
|
Please log in to post a reply.
Did you know that using an alternating excitation voltage can reduce the noise in many sensor measurements? Learn more...
|