Build error after Atmel Studio 6.2 Conversion of AVR4 proj

I converted an AVR Studio 4 Orangutan SV-328 project using Atmel Studio 6.2. The project builds fine in AVR4 but when I build the converted project in 6.2, I get the following output:

[code]------ Rebuild All started: Project: centeron, Configuration: default AVR ------
Build started.
Project “centeron.cproj” (Clean target(s)):
Target “Clean” in file “C:\Program Files\Atmel\Atmel Studio 6.2\Vs\Compiler.targets” from project “C:\Users\username\Documents\Company\Projects-products\Project\atmel 6\centeron-sv328_V5.0\centeron.cproj” (entry point):
Using “RunCompilerTask” task from assembly “C:\Program Files\Atmel\Atmel Studio 6.2\Extensions\Application\AvrGCC.dll”.
Task "RunCompilerTask"
Shell Utils Path C:\Program Files\Atmel\Atmel Studio 6.2\shellUtils
C:\Program Files\Atmel\Atmel Studio 6.2\shellUtils\make.exe clean
rm -rf centeron.o menu.o global.o utils.o serial.o
rm -rf centeron.d menu.d global.d utils.d serial.d
rm -rf “centeron.elf” “centeron.a” “centeron.hex” “centeron.lss” “centeron.eep” “centeron.map” “centeron.srec” "centeron.usersignatures"
Done executing task “RunCompilerTask”.
Done building target “Clean” in project “centeron.cproj”.
Done building project “centeron.cproj”.

Build succeeded.
------ Rebuild All started: Project: centeron, Configuration: default AVR ------
Build started.
Project “centeron.cproj” (default targets):
Target “PreBuildEvent” skipped, due to false condition; (’$(PreBuildEvent)’!=’’) was evaluated as (’’!=’’).
Target “CoreBuild” in file “C:\Program Files\Atmel\Atmel Studio 6.2\Vs\Compiler.targets” from project “C:\Users\username\Documents\company\Projects-products\Project\atmel 6\centeron-sv328_V5.0\centeron.cproj” (target “Build” depends on it):
Task “RunCompilerTask"
Shell Utils Path C:\Program Files\Atmel\Atmel Studio 6.2\shellUtils
C:\Program Files\Atmel\Atmel Studio 6.2\shellUtils\make.exe all
The system cannot find the path specified.
make: *** [centeron.o] Error 1
Building file: …/./centeron.c
Invoking: AVR/GNU C Compiler : 0.0.0
"C:\Program Files\WinAVR-20100110\bin\avr-gcc.exe” -x c -funsigned-char -funsigned-bitfields -Os -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -Wall -mmcu=atmega328p -c -gdwarf-2 -std=gnu99 -MD -MP -MF “centeron.d” -MT"centeron.d" -MT"centeron.o" -o “centeron.o” "…/./centeron.c"
Done executing task “RunCompilerTask” – FAILED.
Done building target “CoreBuild” in project “centeron.cproj” – FAILED.
Done building project “centeron.cproj” – FAILED.

Build FAILED.
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========[/code]

The error message says: “The system cannot find the path specified” but it is not clear to me which path it cannot find.

Any ideas?

Thanks,

Burke

Hello, Burke.

I am sorry you are having problems programming your Orangutan controller with Atmel Studio. Did you install the latest Pololu AVR Development Bundle and follow the steps in the “Getting Started in Windows” section of the AVR programmer user’s guide?

- Jeremy