Society of Robots - Robot Forum

Software => Software => Topic started by: dsesmg on December 09, 2008, 08:46:28 PM

Title: Stucked in the building stage
Post by: dsesmg on December 09, 2008, 08:46:28 PM
Hi, I am trying to follow this great tutorial. http://www.societyofrobots.com/step_by_step_robot_step4.shtml
Now, I am trying to get the source code to run on AVR studio.
But, whenever I click on "build" or "rebuild", the message says I have error and instructs me to make sure my makefile specifies the output.elf file...
But, if I check on the build, it says,
-------------------------------------------
Total    6530

Errors: none
Build succeded with 0 warnings...
--------------------------------------------

Which is true?
Do I have an error or not, I don't understand.
Someone please advise me.
Title: Re: Stucked in the building stage
Post by: Jdog on December 09, 2008, 09:51:54 PM
I'm not sure about your question but I had a similair error at one point. Make sure you named  the project on avr studio exactly what he named it.
Title: Re: Stucked in the building stage
Post by: dsesmg on December 10, 2008, 12:32:31 AM
Thank you.
I got it working.