Re: [gccsdk] GCC8+ what new environment check is needed for packages

2021-03-04 Thread Lee Noar
On 04/03/2021 08:18, alan buckley wrote: Chris Gransden wrote on**03 March 2021 22:49 > In article <88c19afa-7904-b93e-190c-2bcebaa3f...@sky.com>, >�� Lee Noar wrote: > > If I'm understanding you correctly, then GCC8 and later should work on > > anything wi

Re: [gccsdk] GCC8+ what new environment check is needed for packages

2021-03-04 Thread Chris Gransden
In article <20210304135646.62fb3pimrtgdi...@chiark.greenend.org.uk>, Theo Markettos wrote: > I think there would definitely be some mileage in writing suitable RISC OS > drivers for QEMU - eg VirtIO - which would make it more hypervisor friendly. > That would lift the limitations of the RPC ha

Re: [gccsdk] GCC8+ what new environment check is needed for packages

2021-03-04 Thread Rob Kendrick
On Thu, Mar 04, 2021 at 12:26:47PM +, Chris Johns wrote: > On 04/03/2021 08:38, Rob Kendrick wrote: > > >I don't think RPCemu provides any VFP, and I don't recall there being a > >VFPEmulator module - but I admit to not looking for in a decade. > > I have before idly wondered if RPCEmu could

Re: [gccsdk] GCC8+ what new environment check is needed for packages

2021-03-04 Thread Theo Markettos
On Thu, Mar 04, 2021 at 12:26:47PM +, Chris Johns wrote: > On 04/03/2021 08:38, Rob Kendrick wrote: > > > I don't think RPCemu provides any VFP, and I don't recall there being a > > VFPEmulator module - but I admit to not looking for in a decade. > > I have before idly wondered if RPCEmu coul

Re: [gccsdk] GCC8+ what new environment check is needed for packages

2021-03-04 Thread Chris Johns
On 04/03/2021 08:38, Rob Kendrick wrote: I don't think RPCemu provides any VFP, and I don't recall there being a VFPEmulator module - but I admit to not looking for in a decade. I have before idly wondered if RPCEmu could be extended to handle VFP, either via a VFPEmulator module or even by e

Re: [gccsdk] GCC8+ what new environment check is needed for packages

2021-03-04 Thread alan buckley
Chris Gransden wrote on 03 March 2021 22:49 > In article <88c19afa-7904-b93e-190c-2bcebaa3f...@sky.com>, > Lee Noar wrote: > > On 03/03/2021 16:49, alan buckley wrote: > > > To run programs compiled on GCC8 or later what environment is required? > > > > > > I�d li

Re: [gccsdk] GCC8+ what new environment check is needed for packages

2021-03-03 Thread Lee Noar
On 03/03/2021 16:49, alan buckley wrote: To run programs compiled on GCC8 or later what environment is required? I�d like to add a new environment type to the PackMan packages so these programs can be packaged, but not show up on machines where they won�t run. I�m assuming that the curr

Re: [gccsdk] GCC8+ what new environment check is needed for packages

2021-03-03 Thread Chris Gransden
In article <88c19afa-7904-b93e-190c-2bcebaa3f...@sky.com>, Lee Noar wrote: > On 03/03/2021 16:49, alan buckley wrote: > > To run programs compiled on GCC8 or later what environment is required? > > > > I�d like to add a new environment type to the PackMan packages so these > > programs can

[gccsdk] GCC8+ what new environment check is needed for packages

2021-03-03 Thread alan buckley
To run programs compiled on GCC8 or later what environment is required? I’d like to add a new environment type to the PackMan packages so these programs can be packaged, but not show up on machines where they won’t run. I’m assuming that the current vfp check isn’t enough. Would a vfpv3 cover it?