User forums > Using Code::Blocks

Path of makefile for using with avr-gcc compiler is lost

(1/1)

dierk:
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

--- End code ---

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

Any suggestens?  :?

dierk:
Ok, after setting my project path in "additional directorys" it works! :)

Navigation

[0] Message Index

Go to full version