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

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

Re: [avr-gcc-list] re:avrgcc for window NT with AVR studio3.56 - Gcctest


From: Volkmar Dierkes
Subject: Re: [avr-gcc-list] re:avrgcc for window NT with AVR studio3.56 - Gcctest9
Date: Fri, 4 Apr 2003 23:37:26 +0200
User-agent: 40tude_Dialog/2.0.3.1 Hamster/2.0.1.0 Hamster/2.0.0.1

On Fri, 4 Apr 2003 16:03:08 -0500, Loc Mai wrote:

> I get through it  apart but other error: undefined reference to:'
> __inw_atomic'
> in gcctest9.c line 128, 130, 134, 136
> related to:  ticks = get_ticks();  ticks = timer_delta(ticks);
> I traced it is in timer.h:
> #define get_ticks() __inw_atomic(TCNT1)
>
> I could not see __inw_atomic in library.  Could you please tell me how I can
> fix this.

It seems that you come to the point where its obvious that the 
statement 'The gcctest files are out of date'.

Maybe you can change the #define line to
#define get_ticks() TCNT1

But the statement above, that the gcctest files are out of date, is 
already true. Sorry

Volkmar


reply via email to

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