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

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

Re: [avr-gcc-list] Some people use Netbeans to develop AVR-GCC?


From: S, Pitchumani
Subject: Re: [avr-gcc-list] Some people use Netbeans to develop AVR-GCC?
Date: Fri, 13 Dec 2013 05:20:03 +0000

> -----Original Message-----
> From: dfx
> Sent: Thursday, December 12, 2013 6:26 PM
> Subject: [avr-gcc-list] Some people use Netbeans to develop AVR-GCC?
> 
> I would like to use Netbeans to develop AVR-GCC but I had just started a
> small problem.
> 
> I created a new Netbeans project using source code for atmega324pa
> already successfully developed previously.
> The editor of Netbeans correctly recognize all symbols except two: MCUCR
> and JTD.

Did you check header for atmega324pa (iom324pa.h)? Latest header files seems to 
have both MCUCR and JTD.

Header io.h includes device specific header file based on device macro which is 
defined by avr-gcc.
For atmega324pa, avr-gcc defines "__AVR_ATmega324PA__" macro.

Regards,
Pitchumani



reply via email to

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