NEW: Learning electronics? Ask your questions on the new Electronics Questions & Answers site hosted by CircuitLab.
Microcontroller Programming » Help with programing plese
March 16, 2010 by n3ueaEMTP |
So I recently went back to Windows XP and cannot seem to get my MCUs programed. I think everything is in the correct directory but I still am getting the following error. Ive tried my 168s & a 328 & get the same response at the command prompt. Any ideas? |
---|---|
March 16, 2010 by bretm |
I quick Bing returned this. It suggests a problem with the GCC_EXEC_PREFIX environment variable. |
March 16, 2010 by Rick_S |
Do you have a libnerdkits folder in your code328 folder? The error you are seeing indicates that avr-gcc cannot locate either the folder C:/Documents and Settings/Chris/Desktop/Nerd Kits/code328/libnerdkits or one or all of the files phs.c (in the current directory), delay.o, lcd.o, or uart.o (in the libnerdkits directory). Check your filenames, and folder structure. Hopefully that will give you some insight as to what may be happening. Rick |
March 17, 2010 by n3ueaEMTP |
Thanks guys, all is now well. Chris B |
Please log in to post a reply.
Did you know that NerdKits make a great gift? Learn more...
|