Many Thanks,
Rob.
> Hello,
> As the Strong Help website appears to be down -
> http://sudden.recoil.org/stronghelp
> Can someone please confirm the latest version number of Strong Help.
I have 2.85 here, FWIW.
With best wishes,
Peter.
--
Peter, \ / \ Prestbury, Cheltenham, Glos. GL52
Anne \ / __ __ \ England.
and / / \ | | |\ | / _ \ http://pnyoung.orpheusweb.co.uk
family / \__/ \_/ | \| \__/ \______________ pny...@ormail.co.uk.
Thanks Peter,
That is the same version I managed to get from http://web.archive.org
As it was dating back to 2007, I just wanted to check it was the
latest, as I want to test it on my Beagle Board.
Rob.
> Hello, As the Strong Help website appears to be down -
> http://sudden.recoil.org/stronghelp Can someone please confirm the latest
> version number of Strong Help.
2.85 -- 14 March 2004 -- is the latest version I've got a note of.
--
Steve Fryatt - Leeds, England
> On 1 Dec, robheaton wrote in message
> <5639d1ab-d68d-4c02...@m38g2000yqd.googlegroups.com>:
>> Hello, As the Strong Help website appears to be down -
>> http://sudden.recoil.org/stronghelp Can someone please confirm the latest
>> version number of Strong Help.
> 2.85 -- 14 March 2004 -- is the latest version I've got a note of.
At risk of 'Metooing', that's the latest version I have, and I checked
a couple of weeks back.
--
Graham Thurlwell
Jades' First Encounters Site
http://www.jades.org/ffe.htm
If anyone is interested, I'll see if I can get a page setup on the
RISC OS Open WIKI,
to post my results to.
Rob.
Yes, I'm interested!
Dave
There is a software compatability page on the RISC OS Open Wiki here;
http://www.riscosopen.org/wiki/documentation/pages/Cortex-A8+software+compatability+list
The above page shows software compatability with the Beagle Board
(Cortex A8) port, not RISC OS Open in general!
Thanks!
Dave
If anyone has any requests for apps to be tested, get in touch, I'll
gladly try them out!
Rob.
> If anyone has any requests for apps to be tested, get in touch, I'll
> gladly try them out!
Hows the USB performance? I'd certainly be interested to know if
MFPxEpson works - Epson Multifunction Printer Scanner software (see sig.)
or PrintSpool/USBKick.
Ian
--
Ian Hamilton (Iyonix RO5) http://www.hamiltoni.pwp.blueyonder.co.uk/
I tried all 3 of those apps, they all loaded fine, I don't have an
Epson printer to test MFPxEpson out properly.
USBKick did scan the USB ports, and detected my USB hard drive.
And PrintSpool worked too!
(I'll add these apps to the RISC OS Open Wiki shortly)
The USB performace on the Beagle Board seems pretty good, my USB
Seagate drive is treated as a SCSI drive,
and works as the main drive. If you know a good app to test the
transfer speed, let me know!
Rob.
[Snip]
> > > If anyone has any requests for apps to be tested, get in touch, I'll
> > > gladly try them out!
> >
> > Hows the USB performance? I'd certainly be interested to know if
> > MFPxEpson works - Epson Multifunction Printer Scanner software (see
> > sig.) or PrintSpool/USBKick.
> I tried all 3 of those apps, they all loaded fine, I don't have an
> Epson printer to test MFPxEpson out properly.
Thanks for the tests. If you have an standard Epson scanner I probably
have some code to try scanning, let me know if that's of interest.
> USBKick did scan the USB ports, and detected my USB hard drive.
Good.
> And PrintSpool worked too!
> (I'll add these apps to the RISC OS Open Wiki shortly)
Great.
> The USB performace on the Beagle Board seems pretty good, my USB
> Seagate drive is treated as a SCSI drive,
> and works as the main drive. If you know a good app to test the
> transfer speed, let me know!
Cannot think of a particular program but Jeffrey Lee created some tests
for the USB mass storage drivers, see :-
http://www.iconbar.com/forums/viewthread.php?threadid=11258
Thanks again,
[Snip]
> > Hows the USB performance? I'd certainly be interested to know if
> > MFPxEpson works - Epson Multifunction Printer Scanner software (see
> > sig.) or PrintSpool/USBKick.
[Snip]
> And PrintSpool worked too! (I'll add these apps to the RISC OS Open
> Wiki shortly)
I see PrintSpool can give an alignment exception, what is that exactly?
Excerpt from "Real-time concepts for embedded systems" By Qing Li,
Caroline Yao;
"Read or write operations that begin at an odd memory address cause a
memory access error event and raise an exception (called an alignment
exception)"
Normally an error will be generated, this is the first time I've seen
an app freeze. (Without an actual error)
I can only assume that it does have something to do with allignment
exceptions, as disabling them allows the app to run properly.
Perhaps someone with more experience than myself, can shed some light
on this issue??
Rob.
How about adding this line to the Acorn C compiler flags
Use ARMalyser on the 'cc' code - to find out if your version on the
compiler has the -memaccess comand.
-memaccess -L22 -S22 -L41
--
Colin Ferris Cornwall UK
[snip - alignment exceptions on Cortex-A8]
> How about adding this line to the Acorn C compiler flags
> Use ARMalyser on the 'cc' code - to find out if your version on the
> compiler has the -memaccess comand.
>
>
> -memaccess -L22 -S22 -L41
Two -Ls??
cc 5.65 has the -memaccess switch but on compiling :-
"Error: bad option '-S22': ignored
The -S switch is present so presumably it is the '22' that is being
objected to.
--
David Pitt
> > On 6 Dec, 15:42, Ian Hamilton <Ian.Hamil...@AAUG.net> wrote:
> > > In article
> > > <0420bef3-3a46-4428-827b-753a5c81d...@o33g2000vbu.googlegroups.com>,
> > > robheaton <r...@robheaton.co.uk> wrote:
> > >
> > > > On 6 Dec, 13:29, Ian Hamilton <Ian.Hamil...@AAUG.net> wrote:
[Snip]
> > > > And PrintSpool worked too! (I'll add these apps to the RISC OS
> > > > Open Wiki shortly)
> > >
> > > I see PrintSpool can give an alignment exception, what is that
> > > exactly?
> > "Read or write operations that begin at an odd memory address cause a
> > memory access error event and raise an exception (called an alignment
> > exception)"
[Snip]
> How about adding this line to the Acorn C compiler flags
> Use ARMalyser on the 'cc' code - to find out if your version on the
> compiler has the -memaccess comand.
> -memaccess -L22 -S22 -L41
PrintSpool is BASIC and assembler, no C code. It does access the RMA
though.