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

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

Re: [avr-gcc-list] Buildling files on other drives


From: Ted Larsson
Subject: Re: [avr-gcc-list] Buildling files on other drives
Date: Thu, 13 Jun 2002 09:12:33 +0200
User-agent: Mutt/1.3.28i

Bill Collis (address@hidden) wrote:
> No its not the cp file it cant find.
> It has been using that successfully up to that point.
> 
> cp is reporting that it cant find something
> 
> the line it comes to in the avr_make is:
>     $(CP) $(OUT)\\*sym .
> with the variables replaced
>      cp coff\\*sym .
> and it replies:
>     cp: not found
> 
> does anyone know what cp coff\\*sym . means?

The line above this one is executed successfully, and it
only has one backslash. Try removing one of the backslashes
in the makefile on the relevant lines.

btw, "cp coff\\*sym ." means copy all files in the coff
directory ending with sym to the current directory.

Cheers,
/Ted

avr-gcc-list at http://avr1.org



reply via email to

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