Re: [uClinux-dev] qemu coldfire SIGILL with pthread app

2016-08-18 Thread Greg Ungerer
Hi Waldemar, On 19/08/16 08:53, Waldemar Brodkorb wrote: > Hi Greg, > Greg Ungerer wrote, > >> Hi Waldemar, >> >> On 16/08/16 03:21, Waldemar Brodkorb wrote: >>> Hi Greg, >>> Greg Ungerer wrote, Hi Waldemar, On this specific issue of simple flat binaries not working on m68k.

Re: [uClinux-dev] qemu coldfire SIGILL with pthread app

2016-08-18 Thread Waldemar Brodkorb
Hi Greg, Greg Ungerer wrote, > Hi Waldemar, > > On 16/08/16 03:21, Waldemar Brodkorb wrote: > >Hi Greg, > >Greg Ungerer wrote, > >>Hi Waldemar, > >> > >>On this specific issue of simple flat binaries not working on m68k. > >>This fixes the issue: > >> > >>

Re: [uClinux-dev] qemu coldfire SIGILL with pthread app

2016-08-17 Thread Greg Ungerer
Hi Waldemar, On 16/08/16 03:21, Waldemar Brodkorb wrote: Hi Greg, Greg Ungerer wrote, Hi Waldemar, On this specific issue of simple flat binaries not working on m68k. This fixes the issue: http://marc.info/?l=linux-m68k=146976701216533=2 I can run your hello binary now with no problems

Re: [uClinux-dev] qemu coldfire SIGILL with pthread app

2016-08-15 Thread Waldemar Brodkorb
Hi Greg, Greg Ungerer wrote, > Hi Waldemar, > > On this specific issue of simple flat binaries not working on m68k. > This fixes the issue: > > http://marc.info/?l=linux-m68k=146976701216533=2 > > I can run your hello binary now with no problems after this is > applied. Thanks for fixing

Re: [uClinux-dev] qemu coldfire SIGILL with pthread app

2016-08-10 Thread Greg Ungerer
Hi Waldemar, On this specific issue of simple flat binaries not working on m68k. This fixes the issue: http://marc.info/?l=linux-m68k=146976701216533=2 I can run your hello binary now with no problems after this is applied. Regards Greg On 08/06/16 21:38, Greg Ungerer wrote: > Hi

Re: [uClinux-dev] qemu coldfire SIGILL with pthread app

2016-06-12 Thread Greg Ungerer
Hi Waldemar, On 09/06/16 06:48, Waldemar Brodkorb wrote: > Hi Greg, > Greg Ungerer wrote, > >> Hi Waldemar, >> >> Sorry for the slow response. The uclinux-dev email list seems >> very unreliable at the moment. I never got your last response, >> but I can see it in the archives: >> >>

Re: [uClinux-dev] qemu coldfire SIGILL with pthread app

2016-06-08 Thread Waldemar Brodkorb
Hi Greg, Greg Ungerer wrote, > Hi Waldemar, > > Sorry for the slow response. The uclinux-dev email list seems > very unreliable at the moment. I never got your last response, > but I can see it in the archives: > > http://mailman.uclinux.org/pipermail/uclinux-dev/2016-May/052747.html Oh, that

Re: [uClinux-dev] qemu coldfire SIGILL with pthread app

2016-06-08 Thread Greg Ungerer
Hi Waldemar, Sorry for the slow response. The uclinux-dev email list seems very unreliable at the moment. I never got your last response, but I can see it in the archives: http://mailman.uclinux.org/pipermail/uclinux-dev/2016-May/052747.html Waldemar Brodkorb wbx at openadk.org Fri May 27

Re: [uClinux-dev] qemu coldfire SIGILL with pthread app

2016-05-27 Thread Waldemar Brodkorb
Hi Greg, Greg Ungerer wrote, > Hi Waldemar, > > On 26/05/16 22:05, Waldemar Brodkorb wrote: > > Greg Ungerer wrote, > >> On 20/05/16 14:20, Waldemar Brodkorb wrote: > >>> Greg Ungerer wrote, > On 16/05/16 19:54, Waldemar Brodkorb wrote: > > I compile and test the thread test app from

Re: [uClinux-dev] qemu coldfire SIGILL with pthread app

2016-05-27 Thread Greg Ungerer
Hi Waldemar, On 26/05/16 22:05, Waldemar Brodkorb wrote: > Greg Ungerer wrote, >> On 20/05/16 14:20, Waldemar Brodkorb wrote: >>> Greg Ungerer wrote, On 16/05/16 19:54, Waldemar Brodkorb wrote: > I compile and test the thread test app from here on > Qemu coldfire emulation: >

Re: [uClinux-dev] qemu coldfire SIGILL with pthread app

2016-05-26 Thread Waldemar Brodkorb
Hi Greg, Greg Ungerer wrote, > Hi Waldemar, > > On 20/05/16 14:20, Waldemar Brodkorb wrote: > > Greg Ungerer wrote, > >> On 16/05/16 19:54, Waldemar Brodkorb wrote: > >>> I compile and test the thread test app from here on > >>> Qemu coldfire emulation: > >>>

Re: [uClinux-dev] qemu coldfire SIGILL with pthread app

2016-05-26 Thread Greg Ungerer
Hi Waldemar, On 20/05/16 14:20, Waldemar Brodkorb wrote: > Greg Ungerer wrote, >> On 16/05/16 19:54, Waldemar Brodkorb wrote: >>> I compile and test the thread test app from here on >>> Qemu coldfire emulation: >>> http://debug.openadk.org/arm-pthreads/hello.c >>> >>> Sometimes it works,

Re: [uClinux-dev] qemu coldfire SIGILL with pthread app

2016-05-19 Thread Waldemar Brodkorb
Hi Greg, Greg Ungerer wrote, > Hi Waldemar, > > On 16/05/16 19:54, Waldemar Brodkorb wrote: > >I compile and test the thread test app from here on > >Qemu coldfire emulation: > >http://debug.openadk.org/arm-pthreads/hello.c > > > >Sometimes it works, sometimes I get SIGILL. > >Tested with

Re: [uClinux-dev] qemu coldfire SIGILL with pthread app

2016-05-18 Thread Greg Ungerer
Hi Waldemar, On 16/05/16 19:54, Waldemar Brodkorb wrote: I compile and test the thread test app from here on Qemu coldfire emulation: http://debug.openadk.org/arm-pthreads/hello.c Sometimes it works, sometimes I get SIGILL. Here is the strace output when I get SIGILL: ~ # strace -f /test