Hallo,
ich habe mir heute mal das neue AVRStudio 5.1 installiert und bekomme
nun wenn ich einen Build ausführen will folgenden Fehler:
1 | ------ Build started: Project: pwm, Configuration: default AVR ------
|
2 | Build started.
|
3 | Project "pwm.cproj" (default targets):
|
4 | Target "PreBuildEvent" skipped, due to false condition; ('$(PreBuildEvent)'!='') was evaluated as (''!='').
|
5 | Target "CoreBuild" in file "C:\Program Files (x86)\Atmel\AVR Studio 5.1\Vs\Compiler.targets" from project "D:\uC\Projekte\pwm\pwm.cproj" (target "Build" depends on it):
|
6 | Using "RunCompilerTask" task from assembly "C:\Program Files (x86)\Atmel\AVR Studio 5.1\Vs\Compiler.Task.dll".
|
7 | Task "RunCompilerTask"
|
8 | C:\Program Files (x86)\Atmel\AVR Studio 5.1\make\make.exe all
|
9 | make: *** [main.o] Error 1
|
10 | Done executing task "RunCompilerTask" -- FAILED.
|
11 | Done building target "CoreBuild" in project "pwm.cproj" -- FAILED.
|
12 | Done building project "pwm.cproj" -- FAILED.
|
13 |
|
14 | Build FAILED.
|
15 | ========== Build: 0 succeeded or up-to-date, 1 failed, 0 skipped ==========
|
Hat einer von euch das gleiche Problem, oder weiss woran es liegt?
Danke!