Re: [avr-gcc-list] avrxmega7 device-not-found

2015-11-20 Thread Adisak Anusornsrirung
er 20, 2015 12:05 PM To: Adisak Anusornsrirung Cc: Shawn Rich ; avr-gcc-list@nongnu.org Subject: Re: [avr-gcc-list] avrxmega7 device-not-found "avrxmega6" does not work either :( ajay@ajay-HP-15-Notebook-PC:

Re: [avr-gcc-list] avrxmega7 device-not-found

2015-11-20 Thread Adisak Anusornsrirung
Sorry, This is my mistaken. From: Adisak Anusornsrirung Sent: Saturday, November 21, 2015 8:28 AM To: Ajay Garg Cc: avr-gcc-list@nongnu.org Subject: Re: [avr-gcc-list] avrxmega7 device-not-found This because you include file avr/io.h and in the file avr/io.h is not have your device

Re: [avr-gcc-list] avrxmega7 device-not-found

2015-11-20 Thread Adisak Anusornsrirung
. Adisak A. From: Ajay Garg Sent: Friday, November 20, 2015 12:44 PM To: Adisak Anusornsrirung Cc: avr-gcc-list@nongnu.org Subject: Re: [avr-gcc-list] avrxmega7 device-not-found Yep, I can understand what the issue is; it is just that I don't know how to resolve it. The point is, usin

Re: [avr-gcc-list] avrxmega7 device-not-found

2015-11-20 Thread Adisak Anusornsrirung
sorry again, can you use avr-gcc -mmcu=atxmega256a3b instead of avr-gcc -mmcu=atxmega256a3bu From: Adisak Anusornsrirung Sent: Saturday, November 21, 2015 8:47 AM To: Ajay Garg Cc: avr-gcc-list@nongnu.org Subject: Re: [avr-gcc-list] avrxmega7 device-not-found This because you include file

Re: [avr-gcc-list] avrxmega7 device-not-found

2015-11-19 Thread Ajay Garg
Senthil, (I am just a newest newbie, but,) Assuming your hypothesis is correct, what should I pass to compile the code on http://www.atmel.com/tools/XMEGA-A3BUXPLAINED.aspx, using *Atmel ATxmega256A3BU microcontroller*? Thanks everyone for the help so far... On Thu, Nov 19, 2015 at 9:40 PM,

Re: [avr-gcc-list] avrxmega7 device-not-found

2015-11-19 Thread Shawn Rich
The avr libc user manual shows that part under supported devices. Have you tried it? http://www.nongnu.org/avr-libc/user-manual/index.html shawn On Thu, Nov 19, 2015 at 3:56 PM, Ajay Garg wrote: > Senthil, > > (I am just a newest newbie, but,) Assuming your hypothesis

Re: [avr-gcc-list] avrxmega7 device-not-found

2015-11-19 Thread Adisak Anusornsrirung
Can you show your makefile? From: Ajay Garg Sent: Friday, November 20, 2015 12:05 PM To: Adisak Anusornsrirung Cc: Shawn Rich ; avr-gcc-list@nongnu.org Subject: Re: [avr-gcc-list] avrxmega7 device-not-found "avrxmega6" does not w

Re: [avr-gcc-list] avrxmega7 device-not-found

2015-11-19 Thread Ajay Garg
n...@gmail.com> > *Sent:* Friday, November 20, 2015 12:05 PM > *To:* Adisak Anusornsrirung <adi...@fitel.co.th> > *Cc:* Shawn Rich <rich.sh...@gmail.com> ; avr-gcc-list@nongnu.org > *Subject:* Re: [avr-gcc-list] avrxmega7 device-not-found > > "avrxmega6" does

Re: [avr-gcc-list] avrxmega7 device-not-found

2015-11-19 Thread Adisak Anusornsrirung
From: Ajay Garg Sent: Friday, November 20, 2015 8:19 AM To: Shawn Rich Cc: avr-gcc-list@nongnu.org Subject: Re: [avr-gcc-list] avrxmega7 device-not-found Same response Shawn :: ajay@ajay-HP-15-Notebook-PC:~$ avr-gcc -mmcu

Re: [avr-gcc-list] avrxmega7 device-not-found

2015-11-19 Thread Sagar Pinjarkar
tions.html > > > > > > *From:* Ajay Garg <ajaygargn...@gmail.com> > *Sent:* Friday, November 20, 2015 8:19 AM > *To:* Shawn Rich <rich.sh...@gmail.com> > *Cc:* avr-gcc-list@nongnu.org > *Subject:* Re: [avr-gcc-list] avrxmega7 device-not-found > > Same res

Re: [avr-gcc-list] avrxmega7 device-not-found

2015-11-19 Thread Ajay Garg
txmega128a1, atxmega128a1u, atxmega128a4u. > > > Credits: https://gcc.gnu.org/onlinedocs/gcc/AVR-Options.html > > > > > > *From:* Ajay Garg <ajaygargn...@gmail.com> > *Sent:* Friday, November 20,

Re: [avr-gcc-list] avrxmega7 device-not-found

2015-11-19 Thread Sagar Pinjarkar
please see the link >> http://stackoverflow.com/questions/30525866/avr-gcc-atmega164pa-error-port-undeclared >> >> >> *From:* Ajay Garg <ajaygargn...@gmail.com> >> *Sent:* Friday, November 20, 2015 12:05 PM >> *To:* Adisak A

Re: [avr-gcc-list] avrxmega7 device-not-found

2015-11-19 Thread Senthil Kumar
On 19-Nov-2015 9:10 pm, "Ajay Garg" wrote: > > Hi All. > > I am trying to build a hello-world program using a linux-gcc-toolchain. > > > Following is the program :: > > # > /* ledblink.c, an LED blinking program */ > >

Re: [avr-gcc-list] avrxmega7 device-not-found

2015-11-19 Thread Adisak Anusornsrirung
mcu = atxmega128a1, atxmega128a1u, atxmega128a4u. Credits: https://gcc.gnu.org/onlinedocs/gcc/AVR-Options.html From: Ajay Garg Sent: Friday, November 20, 2015 8:19 AM To: Shawn Rich Cc: avr-gcc-list@nongnu.org Subject: Re: [avr-gcc-list] avrxmega7 device-not-found Same

Re: [avr-gcc-list] avrxmega7 device-not-found

2015-11-19 Thread Senthil Kumar
>> please see the link >> http://stackoverflow.com/questions/30525866/avr-gcc-atmega164pa-error-port-undeclared >> >> >> *From:* Ajay Garg <ajaygargn...@gmail.com> >> *Sent:* Friday, November 20, 2015 12:05 PM >> *To:* Adisak Anuso

Re: [avr-gcc-list] avrxmega7 device-not-found

2015-11-19 Thread Sagar Pinjarkar
AM, Adisak Anusornsrirung < >> adi...@fitel.co.th> wrote: >> >>> you need to add your mcu type in ave/io.h file. >>> >>> please see the link >>> http://stackoverflow.com/questions/30525866/avr-gcc-atmega164pa-error-port-undeclared &