Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.sys.acorn.programmer > #5640

Re: A GnuTLS-Problem - problems fetchin emails using RISC OS

From Alexander Ausserstorfer <alexander.ausserstorfer@eclipso.at>
Newsgroups comp.sys.acorn.programmer
Subject Re: A GnuTLS-Problem - problems fetchin emails using RISC OS
Date 2018-12-20 19:03 +0100
Message-ID <f25f7a6957.Eclipso@eclipso.at> (permalink)
References (4 earlier) <cd39ed6757.Eclipso@eclipso.at> <420ffc6757.beeb@-.-> <454f0a6857.beeb@-.-> <5600f66857.Eclipso@eclipso.at> <d1d0f6f3-819b-4827-ab6f-3621ae6791d9@googlegroups.com>

Show all headers | View raw


news@sprow.co.uk wrote:

> On Wednesday, 19 December 2018 17:58:43 UTC, Alexander Ausserstorfer
> wrote:
>> mail_applications -> armv3(all) -> pop3s-18th-dec.zip on a Risc PC 700
>> with StrongARM:
>>
>> | POP3S - E-Mail-fetcher with TLS for RISC OS
>> | Developer Version 16. April 2016
>> | GnuTLS version 3.5.8
>> |   000f2e2c : .@`å : e5604001 : STRB    R4,[R0,#-1]!
>> |   000f2e30 : .0Sâ : e2533001 : SUBS    R3,R3,#1
>> |   000f2e34 : ùÿÿ. : 1afffff9 : BNE     &000F2E20
>> |   000f2e38 : ð.½è : e8bd0df0 : LDMIA   R13!,{R4-R8,R10,R11}
>> |   000f2e3c : .ÿ/á : e12fff1e : BX      R14
>>
>> I have now idea why this is happen and what's going on. It seems to run
>> properly on my Raspberry Pi, though.
>
> This is the same problem (even the same instruction!) as I reported to
> you by email on 13-Aug-2018. BX R14 is an ARMv5 instruction, but the
> Risc PC is ARMv4 (if StrongARM) or ARMv3 (if ARM610/710), so you get
> an undefined instruction fault.
>
> I'm afraid I can't help figuring out which combination of switches to
> GCC (or maybe the linker?) will solve that, but that's the problem,

Thanks. I'm aware of that. I'm afraid that I cannot find your email
anymore.

Is the problem, that we (Ron, myself) compiled the code on the Iyonix PC
or on the Raspberry Pi? Because I cannot find any switches in the way I
compiled the code here to the time I compiled it on the Risc PC.
Nowadays, I have no Risc PC anymore to try it to compile it there. Does
!GCC recognize the machine it runs on and optimise automatically the
code to it?

A.

-- 
http://home.chiemgau-net.de/ausserstorfer/
Der Geist ist die Freiheit. (Frei.Wild)

Back to comp.sys.acorn.programmer | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

A GnuTLS-Problem - problems fetchin emails using RISC OS Alexander Ausserstorfer <alexander.ausserstorfer@eclipso.at> - 2018-12-16 16:25 +0100
  Re: A GnuTLS-Problem - problems fetchin emails using RISC OS Ron <gettingchoppy@gmail.com> - 2018-12-17 11:32 +1300
    Re: A GnuTLS-Problem - problems fetchin emails using RISC OS Alexander Ausserstorfer <alexander.ausserstorfer@eclipso.at> - 2018-12-17 00:25 +0100
      Re: A GnuTLS-Problem - problems fetchin emails using RISC OS Ron <gettingchoppy@gmail.com> - 2018-12-17 13:25 +1300
        Re: A GnuTLS-Problem - problems fetchin emails using RISC OS Alexander Ausserstorfer <alexander.ausserstorfer@eclipso.at> - 2018-12-17 18:45 +0100
          Re: A GnuTLS-Problem - problems fetchin emails using RISC OS Ron <gettingchoppy@gmail.com> - 2018-12-18 09:27 +1300
            Re: A GnuTLS-Problem - problems fetchin emails using RISC OS Ron <gettingchoppy@gmail.com> - 2018-12-18 12:03 +1300
              Re: A GnuTLS-Problem - problems fetchin emails using RISC OS Alexander Ausserstorfer <alexander.ausserstorfer@eclipso.at> - 2018-12-19 18:57 +0100
                Re: A GnuTLS-Problem - problems fetchin emails using RISC OS Ron <gettingchoppy@gmail.com> - 2018-12-20 09:10 +1300
                Re: A GnuTLS-Problem - problems fetchin emails using RISC OS druck <news@druck.org.uk> - 2018-12-20 08:11 +0000
                Re: A GnuTLS-Problem - problems fetchin emails using RISC OS news@sprow.co.uk - 2018-12-20 00:00 -0800
                Re: A GnuTLS-Problem - problems fetchin emails using RISC OS Alexander Ausserstorfer <alexander.ausserstorfer@eclipso.at> - 2018-12-20 19:03 +0100
              Re: A GnuTLS-Problem - problems fetchin emails using RISC OS David Higton <dave@davehigton.me.uk> - 2018-12-20 19:52 +0000
                Re: A GnuTLS-Problem - problems fetchin emails using RISC OS Ronald <gettingchoppy@gmail.com> - 2018-12-21 09:58 +1300
                Re: A GnuTLS-Problem - problems fetchin emails using RISC OS Ronald <gettingchoppy@gmail.com> - 2018-12-21 13:28 +1300
                Re: A GnuTLS-Problem - problems fetchin emails using RISC OS news@sprow.co.uk - 2018-12-21 00:39 -0800
                Re: A GnuTLS-Problem - problems fetchin emails using RISC OS Ronald <gettingchoppy@gmail.com> - 2018-12-21 23:29 +1300
                Re: A GnuTLS-Problem - problems fetchin emails using RISC OS Alexander Ausserstorfer <alexander.ausserstorfer@eclipso.at> - 2018-12-22 04:11 +0100
                Re: A GnuTLS-Problem - problems fetchin emails using RISC OS Ronald <gettingchoppy@gmail.com> - 2018-12-23 00:37 +1300
                Re: A GnuTLS-Problem - problems fetchin emails using RISC OS Alexander Ausserstorfer <alexander.ausserstorfer@eclipso.at> - 2018-12-22 04:16 +0100
                Re: A GnuTLS-Problem - problems fetchin emails using RISC OS Martin <News03@avisoft.f9.co.uk> - 2018-12-22 11:34 +0000
                Re: A GnuTLS-Problem - problems fetchin emails using RISC OS David Higton <dave@davehigton.me.uk> - 2018-12-22 17:16 +0000
                Re: A GnuTLS-Problem - problems fetchin emails using RISC OS Ronald <gettingchoppy@gmail.com> - 2018-12-23 09:54 +1300
                Re: A GnuTLS-Problem - problems fetchin emails using RISC OS David Higton <dave@davehigton.me.uk> - 2018-12-22 21:23 +0000
                Re: A GnuTLS-Problem - problems fetchin emails using RISC OS David Higton <dave@davehigton.me.uk> - 2018-12-23 20:12 +0000
                Re: A GnuTLS-Problem - problems fetchin emails using RISC OS druck <news@druck.org.uk> - 2018-12-22 21:59 +0000
                Re: A GnuTLS-Problem - problems fetchin emails using RISC OS Ronald <gettingchoppy@gmail.com> - 2018-12-23 11:50 +1300
                Re: A GnuTLS-Problem - problems fetchin emails using RISC OS Ronald <gettingchoppy@gmail.com> - 2018-12-23 14:35 +1300
                Re: A GnuTLS-Problem - problems fetchin emails using RISC OS druck <news@druck.org.uk> - 2018-12-23 14:22 +0000
                Re: A GnuTLS-Problem - problems fetchin emails using RISC OS news@sprow.co.uk - 2018-12-23 12:56 -0800
                Re: A GnuTLS-Problem - problems fetchin emails using RISC OS Matthew Phillips <spam2011m@yahoo.co.uk> - 2018-12-28 20:28 +0000
                Re: A GnuTLS-Problem - problems fetchin emails using RISC OS Ronald <gettingchoppy@gmail.com> - 2018-12-29 12:10 +1300

csiph-web