Re: Of course, I have a memory corruption, but I'm not able to fix it...

2021-05-22 Thread BERTRAND Joël
Paweł Si a écrit : > > > pt., 21 maj 2021 o 12:09 BERTRAND Joël > napisał(a): > > Trampas Stern a écrit : > > You also  need to send the rest of the code.  > > > This was actually a good advice, most likely the bug is in your code, so > seeing the res

Re: Of course, I have a memory corruption, but I'm not able to fix it...

2021-05-22 Thread Paweł Si
sob., 22 maj 2021 o 09:49 BERTRAND Joël napisał(a): > I'm not sure. In main() you will find : > > rfid_tag_t tag; > iso14443a_anticol(0, &tag); > I would remove this line (file iso14443a.c:244): memset(&tag, 0, sizeof(tag)); Best regards Paweł

Re: Of course, I have a memory corruption, but I'm not able to fix it...

2021-05-22 Thread BERTRAND Joël
Paweł Si a écrit : > > sob., 22 maj 2021 o 09:49 BERTRAND Joël > napisał(a): > >         I'm not sure. In main() you will find : > >         rfid_tag_t  tag; >         iso14443a_anticol(0, &tag); > > > I would remove this line (file iso14443a.c:24

Re: Build gcc 10.3.0 for avr on a amd64 linux host

2021-05-22 Thread Senthil Kumar
On Sat, May 22, 2021 at 1:21 AM BERTRAND Joël wrote: > > Hello, > > I'm trying to build a recent gcc to check if my issue comes from > compiler or not. Thus, I have downloaded gcc 10.3.0 sources. Of course, > on my debian/testing workstation, I have avr avr-binutils and avr-libc. >