Society of Robots - Robot Forum

General Misc => Misc => Topic started by: rox2007 on December 12, 2007, 01:09:37 AM

Title: gcc plug-in: Error
Post by: rox2007 on December 12, 2007, 01:09:37 AM
i am new to designing and implementing robots. i found your tutorial very interesting and decided to impliment it. although when i try to build the code i get this error

gcc plug-in: Error: Object file not found on expected location D:\robot\Photovore_v1.elf
Make sure your makefile specifies the output .elf file as Photovore_v1.elf

could you help me out
thank you
Title: Re: gcc plug-in: Error
Post by: Admin on December 12, 2007, 07:50:58 AM
I suspect you didn't properly setup the Makefile.

Do this:
(http://www.societyofrobots.com/images/sbs_avr_config.png)

Check the box that says 'Use External Makefile' and then browse to locate the makefile (the file in the downloaded source code labeled 'makefile'). Then push OK.
(http://www.societyofrobots.com/images/sbs_avr_config2.png)

Also, make sure all your files were properly put into your folder D:\robot\
Title: Re: gcc plug-in: Error
Post by: rox2007 on December 12, 2007, 10:39:39 AM
thank you