help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Makefile for C++ needed


From: Jan van Mastbergen
Subject: Re: Makefile for C++ needed
Date: Tue, 06 Dec 2005 00:34:00 +0100
User-agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)

Henk van Winkoop wrote:
Hello,

where to start to create a new makefile, or copy/modify an existing
makefile, for compiling C++ programs?

I'm using 'ProgrammersNotepad2' that uses:
avr-gcc.exe (I think it's a stripped version of 'gcc.exe'?)
for compiling AVR programs.
Now I want to use C++ for AVR programs.
I altered the makefile line:
CC = avr-gcc
to:
CC = avr-g++
that compiles classes ok but
shows error:
***No rule to make target .....
so there's more to change....

Any hints?

thanks

Henk


http://www.gnu.org/software/make/manual/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]