> -----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 _______________________________________________ AVR-GCC-list mailing list AVR-GCC-list@nongnu.org https://lists.nongnu.org/mailman/listinfo/avr-gcc-list