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

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

[avr-gcc-list] grrr, what am I doing wrong ???


From: Lee Mitchell
Subject: [avr-gcc-list] grrr, what am I doing wrong ???
Date: Thu, 22 Feb 2001 11:35:41 -0000

Hi folks,
    I have previously been using a quite old version of avr-gcc. Now, before
i start work on a new project, i decided to upgrade my tools to the latest
version.
I downloaded the avrgcc20010211.exe file and ran it installing the tools in
c:\avrgcc

However, when I try and build the libraries by runing the install program in
c:\avrgcc
I get the following errors and the libraries are not compiled.
I am using Windows 95 and have tried to install the tools on 2 machines
(both win95) and have had the same failure on both machines.

rm -fr avr3
rm -fr avr4
rm -fr avr5
rm -fr libc
rm -fr libm
rm -f  *.o
rm -f  *.a
mkdir avr3
mkdir avr4
mkdir avr5
mkdir avr3\libc
mkdir avr4\libc
mkdir avr5\libc
mkdir avr3\libm
mkdir avr4\libm
mkdir avr5\libm
mkdir libc
mkdir libm
avr-gcc -x
assembler-with-cpp  -mmcu=at90s1200 -I./../include -I. -Wa,-gstabs -c
 C:\AVRGCC/lib/avr-libc-20010211/src/gcrt1.S -o crts1200.o
C:\WINDOWS\TEMP\ccduh3fb.s: Assembler messages:
C:\WINDOWS\TEMP\ccduh3fb.s:0: Warning: Unknown escape '\A' in string:
Ignored
C:\WINDOWS\TEMP\ccduh3fb.s:0: Warning: Unknown escape '\A' in string:
Ignored
C:\WINDOWS\TEMP\ccduh3fb.s:0: Warning: Unknown escape '\A' in string:
Ignored
C:\WINDOWS\TEMP\ccduh3fb.s:0: Warning: Unknown escape '\A' in string:
Ignored
C:\WINDOWS\TEMP\ccduh3fb.s:0: Warning: Unknown escape '\A' in string:
Ignored
C:\WINDOWS\TEMP\ccduh3fb.s:0: Warning: Unknown escape '\A' in string:
Ignored
C:\WINDOWS\TEMP\ccduh3fb.s:2: Error: Bad escaped character in string, '?'
assumed
C:/AVRGCC/lib/avr-libc-20010211/src/macros.inc:28: Error: Bad escaped
character in string, '?' assumed
C:?VRGCC/lib/avr-libc-20010211/src/gcrt1.S:54: Error: Bad escaped character
in string, '?' assumed
C:?VRGCC/lib/avr-libc-20010211/src/gcrt1.S:125: Error: Bad escaped character
in string, '?' assumed
C:?VRGCC/lib/avr-libc-20010211/src/gcrt1.S:173: Error: Bad escaped character
in string, '?' assumed
C:?VRGCC/lib/avr-libc-20010211/src/gcrt1.S:203: Error: Bad escaped character
in string, '?' assumed
C:\AVRGCC\BIN\MAKE.EXE: *** [crts1200.o] Error 1


Any help would be greatly appreciated as I am due to start writing code
within the next few weeks !

Cheers,
Lee Mitchell




reply via email to

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