Author Topic: Path of makefile for using with avr-gcc compiler is lost  (Read 3492 times)

dierk

  • Guest
Path of makefile for using with avr-gcc compiler is lost
« on: March 16, 2007, 02:57:26 pm »
I'm trying to make C::B work with the avr-gcc compiler. I followed the steps like in this short turorial found on web.
http://www.frozeneskimo.com/electronics/?page_id=12

All works fine. The avr-gcc compiler build my target by using my malkefile.
But after closing and reopening the project the make.exe don´t know anymore the path to the makefile. I´ve checked all, but couldn´t find anything.

Code
make.exe: Makefile: No such file or directory
make.exe: *** No rule to make target `Makefile'.  Stop.
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings

I only get it working by creating a new project after closing C::B.

Any suggestens?  :?


dierk

  • Guest
Re: Path of makefile for using with avr-gcc compiler is lost
« Reply #1 on: March 16, 2007, 03:32:30 pm »
Ok, after setting my project path in "additional directorys" it works! :)