[Top][All Lists]
[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
- [avr-gcc-list] Buildling files on other drives, Bill Collis, 2002/06/14
- Message not available
- Re: [avr-gcc-list] Buildling files on other drives, Bill Collis, 2002/06/14
- Re: [avr-gcc-list] Buildling files on other drives,
Ted Larsson <=
- Re: [avr-gcc-list] Buildling files on other drives, Glenn, 2002/06/14
- Re: [avr-gcc-list] Buildling files on other drives, Bill Collis, 2002/06/14
- [avr-gcc-list] Success! CVS MinGW32 AVR tools build... coff output works with AVR Studio 3.54/4.0build2 Simulators!!, Tony Mahar, 2002/06/14
- Message not available
- [avr-gcc-list] Latest-CVS AVR-GCC Build Writeup, Tony M, 2002/06/17
- Re: [avr-gcc-list] Latest-CVS AVR-GCC Build Writeup, Maurizio Ferraris, 2002/06/17
- Re: [avr-gcc-list] Latest-CVS AVR-GCC Build Writeup, Marc Wetzel, 2002/06/17
- [avr-gcc-list] Communicate with GSM phone over RS 232, Robert Rozman, 2002/06/17
- Re: [avr-gcc-list] Latest-CVS AVR-GCC Build Writeup, Tony M, 2002/06/17