Re: [fpc-devel] Creating uf2 files for arm-embedded and Raspberry Pi Pico

2021-01-24 Thread Florian Klämpfl via fpc-devel
Am 24.01.21 um 19:45 schrieb Michael Ring via fpc-devel: No need to change the comment, does not matter to me Sorry, Michael :( Thanks for applying the patch, Florian! Michael Am 24.01.21 um 18:05 schrieb Christo Crause via fpc-devel: On Sat, Jan 23, 2021 at 12:07 AM Florian Klämpfl

Re: [fpc-devel] Proposal for implementing named address space support

2021-01-24 Thread Christo Crause via fpc-devel
On Tue, Jan 19, 2021 at 8:52 AM Sven Barth via fpc-devel < fpc-devel@lists.freepascal.org> wrote: > > It isn't that hard. You essentially need to make sure that the necessary > information is written in tpointerdef.ppuwrite and read again in > tpointerdef.ppuload. You also need to increase the

Re: [fpc-devel] Creating uf2 files for arm-embedded and Raspberry Pi Pico

2021-01-24 Thread Michael Ring via fpc-devel
No need to change the comment, does not matter to me Thanks for applying the patch, Florian! Michael Am 24.01.21 um 18:05 schrieb Christo Crause via fpc-devel: On Sat, Jan 23, 2021 at 12:07 AM Florian Klämpfl via fpc-devel > wrote: Am 22.01.21

Re: [fpc-devel] macos: -Xm leads to error while linking

2021-01-24 Thread Jonas Maebe via fpc-devel
On 24/01/2021 17:15, Виктор Матузенко via fpc-devel wrote: > It's official release, I've not tested with the trunk version. -Xm was > successfully > worked with fpc 2.6.x. That's strange, at first sight it did nothing for macOS in 2.6.x > Is this a bug? Should I create an issue in the bug

Re: [fpc-devel] Creating uf2 files for arm-embedded and Raspberry Pi Pico

2021-01-24 Thread Christo Crause via fpc-devel
On Sat, Jan 23, 2021 at 12:07 AM Florian Klämpfl via fpc-devel < fpc-devel@lists.freepascal.org> wrote: > Am 22.01.21 um 22:02 schrieb Michael Ring via fpc-devel: > > Are you guys willing to accept that patch in fpc trunk? > > Yes. > The commit message for r48394 should rather acknowledge

[fpc-devel] macos: -Xm leads to error while linking

2021-01-24 Thread Виктор Матузенко via fpc-devel
Hi, I've tried to compile a program on MacOS, but got the following error: $ cat empty.pas begin end. $ fpc -Xm empty.pas Free Pascal Compiler version 3.2.0 [2020/05/31] for x86_64 Copyright (c) 1993-2020 by Florian Klaempfl and others Target OS: Darwin for x86_64 Compiling empty.pas