avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] Make Error after Update


From: E. Weddington
Subject: Re: [avr-gcc-list] Make Error after Update
Date: Wed, 25 Aug 2004 09:16:14 -0600
User-agent: Mozilla Thunderbird 0.7.3 (Windows/20040803)

Dario Carluccio wrote:

Hello AVR-Freaks,

I updated to WinAVR-20040720 and now I get the following Error during
make:

,----- [ make.exe all ]
| MAKE Version 5.2  Copyright (c) 1987, 1998 Inprise Corp.
| Error makefile 339: Colon expected
| Error makefile 370: Too many rules for target '%.o'
| Error makefile 408: Command syntax error
| *** 3 errors during make ***
| > Process Exit Code: 1
`-----

That happens on all my projects. You can find the makefile and Demo
Source (gcctest1.c) I use here: http://www.carluccio.de/gcctest1.zip

What do I have to do?

What I did: I uninstalled WinAVR with "WinAVR-20040404-uninstall.exe"
           than I removed the compleat Directory "c:\winavr" and the
           I installed the new version.

Can someone help me?

bye
  Dario

The "make" program that is listing that error message is from Borland, probably from another software package (perhaps Delphi or C++ Builder). The "make" program that is required is GNU make, which is shipped with WinAVR.

You probably have a problem in your PATH environment variable. When you install WinAVR it's supposed to install two directories at the *beginning* of the PATH environment variable. One of those directories is the <installdir>\utils\bin subdirectory where the GNU make program resides. The WinAVR README discusses this.

Eric



reply via email to

[Prev in Thread] Current Thread [Next in Thread]