Hi all,
This is original post from this thread. However this post has been moved to bin folder because "Separated from the topic". I really do not understand!?!
I downloaded ISO package.
I am using Atmel Studio 6.
Tried to create new project using make file (Create Project form Makefile Extension (Beta) extension) however there are some errors:
Anyone build this project? I wonder why author did not provided HEX file...
P.S. XTAL on schematic is 4MHz and in make file it is defined as 7,372800 MHz.
Thanks you in advance.
This is original post from this thread. However this post has been moved to bin folder because "Separated from the topic". I really do not understand!?!
I downloaded ISO package.
I am using Atmel Studio 6.
Tried to create new project using make file (Create Project form Makefile Extension (Beta) extension) however there are some errors:
------ Build started: Project: iso, Configuration: Debug AVR ------
Build started.
Project "iso.cproj" (default targets):
Target "PreBuildEvent" skipped, due to false condition; ('$(PreBuildEvent)'!='') was evaluated as (''!='').
Target "CoreBuild" in file "C:\Program Files (x86)\Atmel\Atmel Studio 6.0\Vs\Compiler.targets" from project "C:\Users\Bibi\Documents\Atmel Studio\kpw2 - Copy - Copy\iso.cproj" (target "Build" depends on it):
Using "RunCompilerTask" task from assembly "C:\Program Files (x86)\Atmel\Atmel Studio 6.0\Vs\Compiler.Task.dll".
Task "RunCompilerTask"
C:\Program Files (x86)\Atmel\Atmel Studio 6.0\make\make.exe -C "C:\Users\Bibi\Documents\Atmel Studio\kpw2 - Copy - Copy" -f "Makefile" all
The system cannot find the path specified.
make: Entering directory `C:/Users/Bibi/Documents/Atmel Studio/kpw2 - Copy - Copy'
ECHO is off.
-------- begin --------
avr-gcc (AVR_8_bit_GNU_Toolchain_3.4.1_830) 4.6.2
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-f was unexpected at this time.
make: *** [sizebefore] Error 255
make: Leaving directory `C:/Users/Bibi/Documents/Atmel Studio/kpw2 - Copy - Copy'
Done executing task "RunCompilerTask" -- FAILED.
Done building target "CoreBuild" in project "iso.cproj" -- FAILED.
Done building project "iso.cproj" -- FAILED.
Build FAILED.
========== Build: 0 succeeded or up-to-date, 1 failed, 0 skipped ==========
Anyone build this project? I wonder why author did not provided HEX file...
P.S. XTAL on schematic is 4MHz and in make file it is defined as 7,372800 MHz.
Thanks you in advance.