Re: [fpc-devel] Small virtual machine to cross compile FPC

2014-11-01 Thread Hans-Peter Diettrich
Paul Breneman schrieb: I think 100Mb is a bit small. You'll need cross-binutils, X, cross-dev libs and whatnot. 650Mb would be feasable, I guess. Thanks for that info, but couldn't most of that be download into the VM *after* it is running? Seems to me I'd like the *smallest* VM and then

Re: [fpc-devel] Small virtual machine to cross compile FPC

2014-11-01 Thread Paul Breneman
On 11/01/2014 03:13 AM, Hans-Peter Diettrich wrote: Paul Breneman schrieb: I think 100Mb is a bit small. You'll need cross-binutils, X, cross-dev libs and whatnot. 650Mb would be feasable, I guess. Thanks for that info, but couldn't most of that be download into the VM *after* it is

Re: [fpc-devel] Proof of Concept ARC implementation

2014-11-01 Thread Sven Barth
On 31.10.2014 15:31, Sven Barth wrote: Am 30.10.2014 11:34 schrieb hinsta...@yandex.ru mailto:hinsta...@yandex.ru hinsta...@yandex.ru mailto:hinsta...@yandex.ru: okay sorry for spamming the mailing list So basically the other problem I reported before (generic + refcounted does not work)

Re: [fpc-devel] Proof of Concept ARC implementation

2014-11-01 Thread Sven Barth
On 30.10.2014 11:00, hinsta...@yandex.ru wrote: Even if line numbers are slightly different, you can easily find the place where exception is raised: in jitforms.pp: in procedure GetVMTVirtualMethodOffset: raise Exception.Create('GetVMTVirtualMethodOffset Parent Virtual Method not found'); I