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

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

[avr-gcc-list] avrgcc and avrstudio on win xp


From: Sudheer S. Sridharamurthy
Subject: [avr-gcc-list] avrgcc and avrstudio on win xp
Date: Wed, 6 Apr 2005 01:53:16 -0500 (CDT)

Hi,

I was trying to use avrgcc 3.0.2 with avrstudio 3.52 on windows xp(home
edition). After building the project with avrstudio, I get the following
error message:

"avr-objcopy: not found. make: ***[gcctest4.eep] Error 2. Errors detected
during link stage. Stopped".

My source file is gcctest.c. All other steps previous to this step run
fine and the .obj and .rom files are created, but the .eep files are not
created. The contents of my batfiles are:

avrcomp.bat:
@echo --------------------------------
@date /t
@time /T
@echo --------------------------------
@start /wait cmd /c avrcomp2.bat
@type c:\tmpout.txt
@del  c:\tmpout.txt
@echo ================================

avrcomp2.bat:
set AVR=c:\avrgcc
set CC=avr-gcc
set PATH=c:\avrgcc\bin;%path%
make >c:\tmpout.txt 2>&1

I have copied both the .bat files into my project directory, as well as
into C:\WINDOWS. Any help is greatly appreciated.

Thanks.
-Sudheer



reply via email to

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