Re: Is this thing on? Cross-compiling for ARM

2019-11-15 Thread PR
On 11/8/19, Erik Winkels wrote: > Have you been able to "import EQL5 1.0" the quick module? just a generic note: as soon as you load the quick module from Lisp using: (eql:qrequire :quick) the EQL5 1.0 module is available in QML. If you are using Qt Creator to edit QML (surely the preferred wa

GC options

2019-11-15 Thread Dave Richards
I have been tinkering with the various GC configuration options. I am building on Raspbian Buster (ARM), although I see the same results on an X86_64 Stretch system. The only options that seem to work are Boehm-enabled and gengc and precisegc disabled. I would like to know what *should* work. I'

Re: Is this thing on? Cross-compiling for ARM

2019-11-15 Thread Erik Winkels
Hello, Renaud: On 2019-02-19 02:06, Renaud Casenave-Péré wrote: The approach I’m experimenting right now is a mix of “my_app” and “M-modules/quick” examples from EQL5 and it seems to be a viable one. Have you been able to "import EQL5 1.0" the quick module? So far I've only been working wit