NEW: Learning electronics? Ask your questions on the new Electronics Questions & Answers site hosted by CircuitLab.
Project Help and Ideas » Make command gives me an Error 1, please advise.... Thank you
June 19, 2012 by Tuthpick |
Microsoft Windows [Version 6.0.6002] Copyright (c) 2006 Microsoft Corporation. All rights reserved. C:Usersdj>cd rightstride C:UsersdjRightStride>cd code C:UsersdjRightStrideCode>cd initialload C:UsersdjRightStrideCodeinitialload>dir Volume in drive C is ACER Volume Serial Number is 2AA8-1BF3 Directory of C:UsersdjRightStrideCodeinitialload 06/18/2012 12:42 PM <DIR> . 06/18/2012 12:42 PM <DIR> .. 06/18/2012 12:30 PM 969 initialload.c 06/18/2012 12:42 PM 21,945 initialload.hex 06/18/2012 12:42 PM 22,180 initialload.o 06/19/2012 02:47 PM 636 Makefile 4 File(s) 45,730 bytes 2 Dir(s) 41,357,561,856 bytes free C:UsersdjRightStrideCodeinitialload>make avrdude -c avr109 -p m168 -b 115200 -P COM15 -U flash:w:initialload.hex:a avrdude: ser_open(): can't open device "\.COM15": The system cannot find the f ile specified. make: *** [initialload-upload] Error 1 C:UsersdjRightStrideCodeinitialload> |
---|---|
June 19, 2012 by BobaMosfet |
Can't find comport 15. BM |
June 19, 2012 by Tuthpick |
Had to add: \\.\COM16 to get it to see this com port and is now working. Thank you |
Please log in to post a reply.
Did you know that our USB NerdKit works on Windows, Linux, and Mac OS X? Learn more...
|