[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: |
Bill Collis |
Subject: |
Re: [avr-gcc-list] Buildling files on other drives |
Date: |
Thu, 13 Jun 2002 06:41:54 +1200 |
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?
Bill
Well, it can't find the "cp" command, perhaps it isn't in your PATH?
Or perhaps you should be using "copy" or somesuch instead? (it is
DOS, after all)
----- Original Message -----
From: "Mark Glines" <address@hidden>
To: "Bill Collis" <address@hidden>
Sent: Thursday, June 13, 2002 2:10 AM
Subject: Re: [avr-gcc-list] Buildling files on other drives
I am new to AVR-GCC
I have it all running well on Windows XP using AVR Studio 3.53.
The projects seem to build well if they are within the AVRGCC directory on C
drive, however I get errors if I try to build projects on other hard drives
or mapped network drives.
Any Ideas, the output looks like
.....
elfcoff flash1led.elf coff flash1led.cof flash1led.sym
Ended
cp coff\flash1led.cof .
cp coff\\*sym .
cp: not found
make.exe ***[flash1led.cof] Error 2
-----------end-------------
Errors detected during link stage
Stopped
The files are compiled .hex etc. I just get this error
Do I need to modify the makefile? the environment variables seem to be setup
OK.
Thanks Bill
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 <=
- Re: [avr-gcc-list] Buildling files on other drives, Ted Larsson, 2002/06/14
- 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