Re: [fpc-devel] Does mipsel-embedded build?

2018-09-30 Thread Michael Ring
Most likely Jeppe sent the patch only to me, I have forwarded the patch to flor...@freepascal.org so that you can get an idea on what he did. Forgive me, I am a license dummy, can the licensing be handled properly with something like Jeppe's approach? If yes then I would love to maintain a

Re: [fpc-devel] Does mipsel-embedded build?

2018-09-30 Thread Florian Klämpfl
Am 30.09.2018 um 19:48 schrieb Michael Ring: > Hi Florian! > > I have already reduced size to the same size to the size as on other > platforms, so a lot less space will be used. Please > give me a little time to cleanup my patches... > > On providing headers seperate, a lnngg time

Re: [fpc-devel] Does mipsel-embedded build?

2018-09-30 Thread Michael Ring
Hi Florian! I have already reduced size to the same size to the size as on other platforms, so a lot less space will be used. Please give me a little time to cleanup my patches... On providing headers seperate, a lnngg time ago Jeppe created a (close to genious) patch that

Re: [fpc-devel] Does mipsel-embedded build?

2018-09-30 Thread Florian Klämpfl
Am 30.09.2018 um 19:33 schrieb Michael Ring: > Unfortunately a few files are missing in trunk, however I can provide patches > to you to make things work, if you are in > hurry then please send me an e-mail. > > I am currently working together with Alfred Glänzer (who does fpcupdeluxe) to >

Re: [fpc-devel] Does mipsel-embedded build?

2018-09-30 Thread Michael Ring
Unfortunately a few files are missing in trunk, however I can provide patches to you to make things work, if you are in hurry then please send me an e-mail. I am currently working together with Alfred Glänzer (who does fpcupdeluxe) to integrate his port for Microchip SAMC/D controllers in my

Re: [fpc-devel] 3.0.4 and Windows 64

2018-09-30 Thread Ozz Nixon
So, should I re-code everything to Double where possible? And Comp at Int64 no problem, that is how my Turbo Pascal build works (except I am using Int64 = Record (DWord, DWord)). Thanks for the help! On Sun, Sep 30, 2018 at 1:09 PM Sven Barth via fpc-devel < fpc-devel@lists.freepascal.org>

Re: [fpc-devel] 3.0.4 and Windows 64

2018-09-30 Thread Sven Barth via fpc-devel
Ozz Nixon schrieb am So., 30. Sep. 2018, 17:18: > A few years ago I acquired IP rights to Halcyon (xBase for Delphi/FPC). > For years, I have not had an issue, today, I am recompiling the suite (zero > code changes) - 3.0.4 Linux - no problems, 3.0.4 Mac - no problems. > However, 3.0.4 Windows -

[fpc-devel] 3.0.4 and Windows 64

2018-09-30 Thread Ozz Nixon
A few years ago I acquired IP rights to Halcyon (xBase for Delphi/FPC). For years, I have not had an issue, today, I am recompiling the suite (zero code changes) - 3.0.4 Linux - no problems, 3.0.4 Mac - no problems. However, 3.0.4 Windows - I am getting: Halcyon6SQL.pas(1407,41) Error: Can't

[fpc-devel] Does mipsel-embedded build?

2018-09-30 Thread christo
I'm trying to understand how the RTL build process fits together. Looking at the makefile for embedded it seems that there may be a couple of files missing for mipsel-embedded.  Firstly make complains about "no rule to make target mipsel/startup.s" probably because that file is missing from

Re: [fpc-devel] String.Split inconsitent behaviour if Separators is [chars] vs [strings]

2018-09-30 Thread Bart
On Sun, Sep 30, 2018 at 11:15 AM Michael Van Canneyt wrote: > Fixed. Thanks for reporting it. Thanks for fixint it. -- Bart ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Re: [fpc-devel] String.Split inconsitent behaviour if Separators is [chars] vs [strings]

2018-09-30 Thread Michael Van Canneyt
On Sat, 29 Sep 2018, Bart wrote: On Sat, Sep 29, 2018 at 11:22 PM Sven Barth via fpc-devel wrote: Please report as bug. Done: https://bugs.freepascal.org/view.php?id=34359 Fixed. Thanks for reporting it. Michael. ___ fpc-devel maillist -