avr-gcc-list
[Top][All Lists]
Advanced

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

Re: [avr-gcc-list] Makefile Changes


From: Anton Erasmus
Subject: Re: [avr-gcc-list] Makefile Changes
Date: Tue, 11 Jul 2006 14:17:24 +0200

On 9 Jul 2006 at 8:25, Sumeet Pal Singh wrote:

> 
> Hi
> I installed WinAvr for Windows and mostly use AVR for robotics purpose. 
> Recently I kept files in 
> one deirectory which also had a makefile. When I changed the filename to be 
> compiled in 
> Makefile not making changes in file itself, it did not compile the file. Also 
> the program written was 
> the old project.hex file. Due to absence of compilation, new project.hex was 
> not created.
> Can someone suggest some way(part of code of Makefile to change) to make 
> avr-gcc to compile 
> irrespective of whether the source file has been modified on not. I am not 
> good in shell scripting. 

Hi,

This is counter productive. The normal way to force a recompile of everything 
is to:
make clean
make all

Regards
  Anton Erasmus-- 
A J Erasmus





reply via email to

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