Society of Robots - Robot Forum

Software => Software => Topic started by: Dudekiller on March 28, 2009, 07:31:37 PM

Title: ATmega8 Programming Problems
Post by: Dudekiller on March 28, 2009, 07:31:37 PM
Hi! I'm programming a ATMega8 mc using AVR Studio 4, but when I try to upload any code, I keep getting this error

Quote
../hello_world_two.c:13: fatal error: opening dependency file dep/hello_world_two.o.d: No such file or directory
Title: Re: ATmega8 Programming Problems
Post by: superchiku on March 29, 2009, 03:22:28 AM
ur make file is not cnfigured correctly...
Title: Re: ATmega8 Programming Problems
Post by: Dudekiller on March 29, 2009, 06:58:36 AM
how am I suppose to configure it properly?
Title: Re: ATmega8 Programming Problems
Post by: Admin on April 14, 2009, 12:11:25 AM
Follow the $50 Robot instructions on how to create a project file. In the upgrade the microcontroller section it'll explain how to do the makefile properly.