You should direct this question to the AvrX mailing list at Yahoogroups. Have you defined the AVRX environment variable? It points to the directory that contains avrx/Examples/TestCases The error message is Make telling you that it needs to build avrx_generatesinglestep.o, but doesn't know how. That could be either that the source file is missing, or the rule telling it how to turn .s into .o is missing. Neither seems likely... 2.6e is pretty old (not that there is anything newer) so there might be issues with the version of make with WinAVR, but it seems to build Ok on my machine with 3.3.1 -----Original Message----- From: Jeffrey Engel [mailto:jengeltx@yahoo.com] Sent: Saturday, October 23, 2004 1:23 PM To: AVR-Chat@yahoogroups.com Subject: [AVR-Chat] Newby questions Hi, I'm trying AVRx for the first time and have run into some difficulties I don't know how to resolve. Using the latest version of WinAVR (3.4.1) and the latest version of AVRx (2.6e), I get the following errors from a clean install, 'make clean' and 'make gcc': =========================== C:\PROGRA~1\WINAVR\UTILS\BIN\MAKE.EXE: *** No rule to make target `avrx_generatesinglestepinterrupt.o', needed by `avrx.a'. Stop. =========================== Being new to all this, I'm not quite sure what Make is trying to tell me. Jeff Engel ===== Happiness is - positive intake manifold pressure. _______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com Yahoo! Groups Links
Message
RE: [AVR-Chat] Newby questions
2004-10-23 by Larry Barello
Attachments
- No local attachments were found for this message.