Hello i am trying to load a code built in Atmel 7 to my Arduino.
I followed these steps in this site 2-Boots-Mega-2560 in the 'How to Make' section. once i downloaded the code file i extract it and then clicked on the _2Boots_Mega2560_0.atsln file t which Atmel 7 loads the project. I then clicked build _2Boots_Mega2560_0 and a file named '_2Boots_Mega2560_0.cproj' is created. I attached the output below.
What do i do next to get this loaded to my Arduino bootloader
------ Build started: Project: _2Boots_Mega2560_0, Configuration: Debug AVR ------
Build started.
Project "_2Boots_Mega2560_0.cproj" (default targets):
Target "PreBuildEvent" skipped, due to false condition; ('$(PreBuildEvent)'!='') was evaluated as (''!='').
Target "CoreBuild" in file "D:\Atmel studio\7.0\Vs\Compiler.targets" from project "C:\Users\edwin\Desktop\2-Boots-Mega-2560-master_2Boots_Mega2560_0_2Boots_Mega2560_0_2Boots_Mega2560_0.cproj" (target "Build" depends on it):
Task "RunCompilerTask"
Shell Utils Path D:\Atmel studio\7.0\shellUtils
D:\Atmel studio\7.0\shellUtils\make.exe all --jobs 12 --output-sync
make: Nothing to be done for 'all'.
Done executing task "RunCompilerTask".
Using "RunOutputFileVerifyTask" task from assembly "D:\Atmel studio\7.0\Extensions\Application\AvrGCC.dll".
Task "RunOutputFileVerifyTask"
Program Memory Usage : 4932 bytes 1.9 % Full
Data Memory Usage : 870 bytes 10.6 % Full
Done executing task "RunOutputFileVerifyTask".
Done building target "CoreBuild" in project "_2Boots_Mega2560_0.cproj".
Target "PostBuildEvent" skipped, due to false condition; ('$(PostBuildEvent)' != '') was evaluated as ('' != '').
Target "Build" in file "D:\Atmel studio\7.0\Vs\Avr.common.targets" from project "C:\Users\edwin\Desktop\2-Boots-Mega-2560-master_2Boots_Mega2560_0_2Boots_Mega2560_0_2Boots_Mega2560_0.cproj" (entry point):
Done building target "Build" in project "_2Boots_Mega2560_0.cproj".
Done building project "_2Boots_Mega2560_0.cproj".
Build succeeded.
========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========