NEW: Learning electronics? Ask your questions on the new Electronics Questions & Answers site hosted by CircuitLab.
Basic Electronics » the make file cant locate the libnerdkits
July 16, 2011 by codenamejupiterx ![]() |
I am trying to load my first program the initialload.c program, when i try to run my make file it gives me an error.
my initialload.c source code is in the same folder.... |
---|---|
July 17, 2011 by Rick_S ![]() |
Did you leave the downloaded code folder stucture intact? This error commonly occurrs when a folder (Like initialload) is pulled out of the archive by itself and placed somewhere. The makefile expects the files it is using to be in certain places and if they aren't there, it cannot find them, and you will see the error you listed. Try keeping the code folder structure as it is when downloaded and try make again. Rick |
July 17, 2011 by codenamejupiterx ![]() |
THanks Rick_S |
Please log in to post a reply.
Did you know that sound travels via pressure waves in the air, and you can make these with a piezoelectric buzzer? Learn more...
|