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

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

Re: [avr-gcc-list] atmega8 interrupt vectors


From: Tyson Harding
Subject: Re: [avr-gcc-list] atmega8 interrupt vectors
Date: Tue, 17 May 2005 16:12:05 -0600
User-agent: Mozilla Thunderbird 1.0.2 (X11/20050331)

E. Weddington wrote:

> Tyson Harding wrote:
>
>> I am trying to use the UART on the mega8, and when I compile my code and
>> look at the program listing, the vector table is incomplete. The vector
>> table only contains first 13 vectors. The _VECTORS_SIZE is set
>> correctly, and if I change it to something either bigger, or smaller,
>> nothing happens.
>>
>>  
>>
>
> Are you correctly including the -mmcu switch on both the compile
> command line AND the link command line?
>
> Eric
>
Thank you, that fixed it. I did not have the -mmcu on the link command line.




reply via email to

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