Re: [fpc-devel] Status of ESP8266 embedded target

2022-10-04 Thread Christo Crause via fpc-devel
On Tue, Oct 4, 2022 at 7:29 AM Travis Siegel wrote: > On 10/4/2022 1:07 AM, Christo Crause wrote: > > On Tue, 4 Oct 2022, 01:15 Travis Siegel via fpc-devel, < > fpc-devel@lists.freepascal.org> wrote: > >> Does this process use gcc to do the compile, instead of fpc directly? If >> it does, I will

Re: [fpc-devel] Status of ESP8266 embedded target

2022-10-03 Thread Travis Siegel via fpc-devel
On 10/4/2022 1:07 AM, Christo Crause wrote: On Tue, 4 Oct 2022, 01:15 Travis Siegel via fpc-devel, wrote: Does this process use gcc to do the compile, instead of fpc directly? If it does, I will dig into making it compatible with Parallax's line of propeller boards, since

Re: [fpc-devel] Status of ESP8266 embedded target

2022-10-03 Thread Christo Crause via fpc-devel
On Tue, 4 Oct 2022, 01:15 Travis Siegel via fpc-devel, < fpc-devel@lists.freepascal.org> wrote: > Does this process use gcc to do the compile, instead of fpc directly? If > it does, I will dig into making it compatible with Parallax's line of > propeller boards, since it now supports GCC to

Re: [fpc-devel] Status of ESP8266 embedded target

2022-10-03 Thread Travis Siegel via fpc-devel
Does this process use gcc to do the compile, instead of fpc directly? If it does, I will dig into making it compatible with Parallax's line of propeller boards, since it now supports GCC to generate code for the propeller 1 and 2 boards.  Being able to program these in pascal would be

Re: [fpc-devel] Status of ESP8266 embedded target

2022-09-19 Thread Christo Crause via fpc-devel
On Mon, Sep 19, 2022 at 8:52 PM Florian Klämpfl via fpc-devel < fpc-devel@lists.freepascal.org> wrote: > Am 19.09.22 um 08:10 schrieb Christo Crause via fpc-devel: > > I'm trying to get a minimal embedded example working, but there seems to > > be some issues with the linker script and the

Re: [fpc-devel] Status of ESP8266 embedded target

2022-09-19 Thread Florian Klämpfl via fpc-devel
Am 19.09.22 um 08:10 schrieb Christo Crause via fpc-devel: I'm trying to get a minimal embedded example working, but there seems to be some issues with the linker script and the startup code. Is there a working (simple) example I can study? Or are further tweaks needed to get the embedded

[fpc-devel] Status of ESP8266 embedded target

2022-09-19 Thread Christo Crause via fpc-devel
I'm trying to get a minimal embedded example working, but there seems to be some issues with the linker script and the startup code. Is there a working (simple) example I can study? Or are further tweaks needed to get the embedded target working for ESP8266?