Re: [Gta04-owner] qte build

2018-04-06 Thread H. Nikolaus Schaller
Hi, > Am 06.04.2018 um 20:37 schrieb Andreas Kemnade : > > On Fri, 6 Apr 2018 08:50:37 +0200 > Belisko Marek wrote: > >> Hi, >> >> I think it's due to the strict compiler in jessie then in older >> versions. I think it should be easily fixable. I

Re: [Gta04-owner] qte build

2018-04-06 Thread Andreas Kemnade
On Fri, 6 Apr 2018 08:50:37 +0200 Belisko Marek wrote: > Hi, > > I think it's due to the strict compiler in jessie then in older > versions. I think it should be easily fixable. I tried yesterday do > docker build for qtmoko but it's still wip but looks promising. Then

Re: [Gta04-owner] qte build

2018-04-06 Thread radek polak
> The main problem is to neatly (and automatically) get the built results > out of this virtual system. This is really easy. You can tell qemu to port forward guest ssh port: -redir tcp:2::22 Now you can ssh to qemu guest like: ssh -p 2 root@localhost And even mount it: sshfs -p

Re: [Gta04-owner] qte build

2018-04-06 Thread H. Nikolaus Schaller
Hi Radek, > Am 06.04.2018 um 14:14 schrieb radek polak : > > >> The main problem is to neatly (and automatically) get the built results >> out of this virtual system. > > This is really easy. You can tell qemu to port forward guest ssh port: > > -redir tcp:2::22 > >

Re: [Gta04-owner] qte build

2018-04-06 Thread Belisko Marek
hi Nikolaus, On Fri, Apr 6, 2018 at 9:22 AM, H. Nikolaus Schaller wrote: > Hi, > for me it worked fine inside a freshly debootstrapped jessie (8.10) or I > would not have been able to get: > >

Re: [Gta04-owner] qte build

2018-04-06 Thread H. Nikolaus Schaller
Hi, > Am 06.04.2018 um 11:47 schrieb Belisko Marek : > > hi Nikolaus, > > On Fri, Apr 6, 2018 at 9:22 AM, H. Nikolaus Schaller > wrote: >> Hi, >> for me it worked fine inside a freshly debootstrapped jessie (8.10) or I >> would not have been able

Re: [Gta04-owner] qte build

2018-04-06 Thread Belisko Marek
Hi, I think it's due to the strict compiler in jessie then in older versions. I think it should be easily fixable. I tried yesterday do docker build for qtmoko but it's still wip but looks promising. Then we don't need any chroot on arm boards but we can do it easily on PC. Will provide more info