help-gplusplus
[Top][All Lists]
Advanced

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

Makefile for C++ needed


From: Henk van Winkoop
Subject: Makefile for C++ needed
Date: Mon, 5 Dec 2005 10:52:59 +0100

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




reply via email to

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