Re: [fpc-devel] [AVR] Debugging objects

2022-09-25 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi, Στις 25/9/2022 2:50 μ.μ., ο/η Christo Crause έγραψε: On Sat, Sep 24, 2022 at 9:41 AM Dimitrios Chr. Ioannidis via fpc-devel wrote: Hi,    it seems that there is another DWARF bug regarding objects in units. 8< (gdb

Re: [fpc-devel] [AVR] Debugging objects

2022-09-25 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi, Στις 24/9/2022 10:31 π.μ., ο/η Dimitrios Chr. Ioannidis έγραψε: > Hi, > >   it seems that there is another DWARF bug regarding objects in units. As I patched my fpc 3.2.2 and 3.2.3 compilers, here is the results when I compile with fpc main rev. 2bf377744ae19bff141878708df2c9b

[fpc-devel] [AVR] Debugging objects

2022-09-24 Thread Dimitrios Chr. Ioannidis via fpc-devel
>   DW_AT_name    : $rttidef$RTTI_$UTESTOBJ_$$_TTESTOBJ    <119f>   DW_AT_type    : <0x11a3> <1><11a3>: Abbrev Number: 3 (DW_TAG_structure_type)    <11a4>   DW_AT_name    : $RTTIDEF$RTTI_$UTESTOBJ_$$_TTESTOBJ    <11c8>   DW_AT_byte_size   : 20 <2><11c9>: Abbrev Number: 0 <1><11ca>: Abbrev Number: 4 (DW_TAG_reference_type)    <11cb>   DW_AT_type    : <0x117a> <1><11cf>: Abbrev Number: 0 --- regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Re: [fpc-devel] TInetSocket connect timeout

2022-06-09 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi, On 2022-06-09 12:45, Joost van der Sluis via fpc-devel wrote: Op 08-06-2022 om 22:54 schreef Dimitrios Chr. Ioannidis via fpc-devel:   the TInetSocket ConnectTimeout cannot be smaller than 1 second. The reason is that the TInetSocket's CheckSocketConnectTimeout function has

[fpc-devel] TInetSocket connect timeout

2022-06-08 Thread Dimitrios Chr. Ioannidis via fpc-devel
/-/merge_requests/239 ) to fix this. regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

[fpc-devel] Windows avr-embedded binutils binaries

2021-12-07 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi, where can I found the avr-embedded windows binaries from the build repocitory ( https://svn.freepascal.org/svn/fpcbuild/binaries/i386-win32 ) ? The link, of course, does not work now . regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel

Re: [fpc-devel] Preparing 3.2.4, call for merge request and regressions

2021-10-02 Thread Dimitrios Chr. Ioannidis via fpc-devel
dce . regards. -- Dimitrios chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Re: [fpc-devel] [Dwarf AVR] DIE refers to abbreviation number which does not exist

2021-02-14 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi, Στις 7/2/2021 2:29 μ.μ., ο/η Florian Klämpfl via fpc-devel έγραψε: Am 07.02.21 um 11:49 schrieb Dimitrios Chr. Ioannidis via fpc-devel: Hi,    I made some more tests, and it seems that there is a problem with the array types, used in other units where they are defined.    I don't know

Re: [fpc-devel] AVR systeminfo defaults to dwarf 3

2021-02-11 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi, Στις 10/2/2021 11:12 μ.μ., ο/η Christo Crause έγραψε: On Wed, Feb 10, 2021 at 3:16 PM Dimitrios Chr. Ioannidis via fpc-devel <mailto:fpc-devel@lists.freepascal.org>> wrote: Hi, Στις 10/2/2021 2:25 μ.μ., ο/η Christo Crause έγραψε: On Wed, Feb 10, 2021 at 12:47 PM

Re: [fpc-devel] AVR systeminfo defaults to dwarf 3

2021-02-10 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi, Στις 10/2/2021 2:25 μ.μ., ο/η Christo Crause έγραψε: On Wed, Feb 10, 2021 at 12:47 PM Dimitrios Chr. Ioannidis via fpc-devel <mailto:fpc-devel@lists.freepascal.org>> wrote: Hi,    I read at compiler/systems/i_embed.pas the AVR systeminfo, is the only one that, has a

Re: [fpc-devel] AVR systeminfo defaults to dwarf 3

2021-02-10 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi,   sorry for the noise ... ( again )   My mail client messed up the "To:" labels and I thought that I mailed directly to C Western...   Apologies. regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.free

Re: [fpc-devel] AVR systeminfo defaults to dwarf 3

2021-02-10 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi,   I'm sorry for noise. This was intended for the fpc-devel list. Apologies. Στις 10/2/2021 12:47 μ.μ., ο/η Dimitrios Chr. Ioannidis έγραψε: Hi,   I read at compiler/systems/i_embed.pas the AVR systeminfo, is the only one that, has as default "dbg : dbg_dwarf3". The other embe

[fpc-devel] AVR systeminfo defaults to dwarf 3

2021-02-10 Thread Dimitrios Chr. Ioannidis via fpc-devel
The AVR has problems with dbg_dwarf2 ? If not, could you please change the AVR systeminfo to dwarf2 also for consistency ? regards, -- Dimitrios chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Re: [fpc-devel] [Dwarf AVR] DIE refers to abbreviation number which does not exist

2021-02-07 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi, Στις 4/2/2021 11:10 μ.μ., ο/η Florian Klämpfl via fpc-devel έγραψε: Am 04.02.21 um 00:28 schrieb Dimitrios Chr. Ioannidis via fpc-devel: < snip > This is most likely wrong. Can you please compile the unit with -al send the .s file? If it is too big, send it to me in private.

Re: [fpc-devel] [Dwarf AVR] DIE refers to abbreviation number which does not exist

2021-02-07 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi, Στις 7/2/2021 2:29 μ.μ., ο/η Florian Klämpfl via fpc-devel έγραψε: Am 07.02.21 um 11:49 schrieb Dimitrios Chr. Ioannidis via fpc-devel: Hi,    I made some more tests, and it seems that there is a problem with the array types, used in other units where they are defined.    I don't know

Re: [fpc-devel] [Dwarf AVR] DIE refers to abbreviation number which does not exist

2021-02-07 Thread Dimitrios Chr. Ioannidis via fpc-devel
: Windows 10 64bit regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Re: [fpc-devel] [Dwarf AVR] DIE refers to abbreviation number which does not exist

2021-02-04 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi, Στις 4/2/2021 11:10 μ.μ., ο/η Florian Klämpfl via fpc-devel έγραψε: Am 04.02.21 um 00:28 schrieb Dimitrios Chr. Ioannidis via fpc-devel: < snip > This is most likely wrong. Can you please compile the unit with -al send the .s file? If it is too big, send it to me in p

[fpc-devel] [Dwarf AVR] DIE refers to abbreviation number which does not exist

2021-02-03 Thread Dimitrios Chr. Ioannidis via fpc-devel
savr.exe -MObjFPC -Tembedded -Pavr -CpAVR5 -WpATMEGA328p -Xm -gw2 -O1 dwarf_DIE_ABBREV_Bug.pas I'm using fpc trunk on Windows 10 : "Free Pascal Compiler version 3.3.1 Compiler date  : 2021/02/03 Compiler CPU target: avr" regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Re: [fpc-devel] dwarf 2 warning CIE

2021-02-03 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi, Στις 3/2/2021 10:06 μ.μ., ο/η Florian Klämpfl via fpc-devel έγραψε: Am 02.02.21 um 11:24 schrieb Dimitrios Chr. Ioannidis via fpc-devel: Hi,    while I investigate some problems I'm having regarding avr debugging, I noticed that the dwarf 2 / 3 generation gives a warning when I call

Re: [fpc-devel] dwarf 2 warning CIE

2021-02-02 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi, Στις 2/2/2021 7:33 μ.μ., ο/η Dimitrios Chr. Ioannidis via fpc-devel έγραψε: Hi, On 2021-02-02 18:47, Christo Crause wrote: On Tue, Feb 2, 2021 at 12:28 PM Dimitrios Chr. Ioannidis via fpc-devel wrote: Reading dwarf information with avr-embedded-objdump.exe --dwarf returns : &quo

Re: [fpc-devel] dwarf 2 warning CIE

2021-02-02 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi, On 2021-02-02 18:47, Christo Crause wrote: On Tue, Feb 2, 2021 at 12:28 PM Dimitrios Chr. Ioannidis via fpc-devel wrote: Reading dwarf information with avr-embedded-objdump.exe --dwarf returns : "avr-embedded-objdump.exe: Warning: Invalid CIE pointer 0x00c8 in FDE at 0x14

[fpc-devel] dwarf 2 warning CIE

2021-02-02 Thread Dimitrios Chr. Ioannidis via fpc-devel
021/02/02 Compiler CPU target: avr" regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Re: [fpc-devel] FPC trunk embedded avr build broken

2020-08-01 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi, Στις 1/8/2020 2:59 μ.μ., ο Schindler Karl-Michael έγραψε: Am 01.08.2020 um 12:00 schrieb fpc-devel-requ...@lists.freepascal.org: Message: 1 Date: Sat, 1 Aug 2020 02:20:49 +0300 From: "Dimitrios Chr. Ioannidis" To: FPC developers' list Subject: [fpc-devel] FPC trunk embedded

[fpc-devel] FPC trunk embedded avr build broken

2020-07-31 Thread Dimitrios Chr. Ioannidis via fpc-devel
crossinstall CPU_TARGET=avr OS_TARGET=embedded SUBARCH=avr5 INSTALL_PREFIX=G:\Programming\dimitris\tools\fpc-trunk CROSSBINDIR=G:\Programming\dimitris\tools\avr8-gnu-toolchain\bin CROSSOPT="-g -gw2 -O1 -dDEBUG" BINUTILSPREFIX=avr- regards, -- D

[fpc-devel] test plz ignore

2020-02-04 Thread Dimitrios Chr. Ioannidis via fpc-devel
test plz ignore ___ fpc-devel maillist - fpc-devel@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Re: [fpc-devel] AVR subarch avrtiny

2020-01-19 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi, On 2020-01-19 20:09, Christo Crause wrote: On Sun, Jan 19, 2020 at 7:09 PM Dimitrios Chr. Ioannidis via fpc-devel wrote: Hi,    is it possible to change the subarch name from avrtiny to avrtiny10 as per AVR libc ? < snip > I suspect that reference is in need of an update. Th

[fpc-devel] AVR subarch avrtiny

2020-01-19 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi,   is it possible to change the subarch name from avrtiny to avrtiny10 as per AVR libc ? ( https://www.microchip.com/webdoc/avrlibcreferencemanual/using_tools_1using_avr_gcc_mach_opt.html ) regards, -- Dimitrios Chr. Ioannidis ___ fpc

Re: [fpc-devel] AVR - Internal Error 20039041

2019-10-31 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi, I just created a bug report ( https://bugs.freepascal.org/view.php?id=36236 ) for this . regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc

Re: [fpc-devel] AVR - Internal Error 20039041

2019-10-27 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi,   if it helps I can build ppcrossavr until 43318 revision.   IMHO, the 43319 rev. commit broke AVR build somehow. regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org https://lists.freepascal.org/cgi

[fpc-devel] AVR - Internal Error 20039041

2019-10-27 Thread Dimitrios Chr. Ioannidis via fpc-devel
[1]: Leaving directory `G:/Programming/dimitris/tools/svn/fpc/trunk' G:\Programming\dimitris\tools\fpc-trunk\bin\x86_64-win64\make.exe: *** [crossall] Error 2" If it helps fpc -i : "Free Pascal Compiler version 3.3.1 Compiler date  : 2019/07/25 Compiler CPU target: x86_64"

[fpc-devel] AVR div, mod and shift operations for 64 bit math

2019-07-01 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi, did you find the time to review the patch in the issue ( https://bugs.freepascal.org/view.php?id=35691 ) ? IMHO, as I used it quite some time now, it does what it claims :) ... regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist

[fpc-devel] avr-gdb and dwarf 3

2019-06-07 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi, AFAIU, you build the AVR RTL with dwarf 3 ( doesn't support dwarf 2 ) if you want RTL debugging information. But, the avr-gdb ( at least the latest 3.5.4.1709 from Microchip ( Atmel ) ) supports only dwarf 2. How can I debug the RTL ? regards, -- Dimitrios Chr. Ioannidis

Re: [fpc-devel] [fpc-pascal] ENC28J60 Ethernet Controller AVR/ARM Driver

2019-06-05 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi Jeppe, Στις 2/6/2019 5:46 μ.μ., ο Jeppe Johansen έγραψε: On 6/1/19 3:37 PM, Dimitrios Chr. Ioannidis via fpc-pascal wrote: < snip >   As I'm not a compiler guy, isthe "volatile" intrinsic supported in AVR platform ( I didn't find it in intrinsics unit ) ? It's suppor

Re: [fpc-devel] [fpc-pascal] ENC28J60 Ethernet Controller AVR/ARM Driver

2019-06-03 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi Christo, Στις 3/6/2019 9:47 μ.μ., ο Christo Crause έγραψε: On Mon, Jun 3, 2019 at 11:16 AM Dimitrios Chr. Ioannidis via fpc-devel <mailto:fpc-devel@lists.freepascal.org>> wrote: >>     and add support for the avrxmega3 subarch, atmega 3208, >> 3209, 4808

Re: [fpc-devel] ENC28J60 Ethernet Controller AVR/ARM Driver

2019-06-03 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi Michael, On 2019-06-02 17:38, Michael Ring wrote: My 10 Cents on 'Embedded friendlyness': < snip > I appreciate very much that you shared your experience and opinion. Certainly food for thought ! Thank you very much for your time writing this ! regards, -- Dimitrios Chr. Ioa

Re: [fpc-devel] [fpc-pascal] ENC28J60 Ethernet Controller AVR/ARM Driver

2019-06-03 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi Jeppe, Wow, what can I say. In a weekend you fix / resolve issues that they were stalled for a long time. Really appreciated. On 2019-06-02 17:46, Jeppe Johansen wrote: On 6/1/19 3:37 PM, Dimitrios Chr. Ioannidis via fpc-pascal wrote: < snip >   First and more imp

[fpc-devel] Internal error 2017091103 AVR

2019-06-02 Thread Dimitrios Chr. Ioannidis via fpc-devel
1) Error: Internal error 2017091103". FPC version : "Free Pascal Compiler version 3.3.1 [2019/05/04] for x86_64" rev. 42136 . regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org ht

[fpc-devel] ENC28J60 Ethernet Controller AVR/ARM Driver

2019-06-01 Thread Dimitrios Chr. Ioannidis via fpc-devel
re SendStringLn(s: ShortString = ''); And of course anyone who wants to help is welcome . regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Re: [fpc-devel] Cortex-M0 (SAMD21G18A) and gcc-arm-none-eabi-8-2018-q4-major-win32

2019-05-27 Thread Dimitrios Chr. Ioannidis via fpc-devel
. thx for the hint. By the way, any chance for inclusion your MCU definitions if official FPC ? regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Re: [fpc-devel] Cortex-M0 (SAMD21G18A) and gcc-arm-none-eabi-8-2018-q4-major-win32

2019-05-26 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi, Στις 26/5/2019 11:25 π.μ., ο Dimitrios Chr. Ioannidis via fpc-devel έγραψε: < snip> In this bug report there is a link for a patched toolchain . I'll try it later today to see how it goes. Just FYI, the patched toolchainhttps://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc/re

Re: [fpc-devel] Cortex-M0 (SAMD21G18A) and gcc-arm-none-eabi-8-2018-q4-major-win32

2019-05-26 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi Christo, Στις 26/5/2019 11:10 π.μ., ο Christo Crause έγραψε: On Sun, May 26, 2019 at 9:16 AM Dimitrios Chr. Ioannidis via fpc-devel <mailto:fpc-devel@lists.freepascal.org>> wrote: "G:\Programming\dimitris\tools\gcc-arm-none-eabi\bin\arm-none-eabi-objcopy.exe:

[fpc-devel] Cortex-M0 (SAMD21G18A) and gcc-arm-none-eabi-8-2018-q4-major-win32

2019-05-26 Thread Dimitrios Chr. Ioannidis via fpc-devel
Michael Ring cause the official FPC doesn't have my MCU ( ATSAMD21G18A ). regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

[fpc-devel] FPC AVR embedded

2019-04-18 Thread Dimitrios Chr. Ioannidis via fpc-devel
to understand. regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

[fpc-devel] AVR HeapSize and StackSize

2019-03-23 Thread Dimitrios Chr. Ioannidis via fpc-devel
management for the AVR platform ? Any hints, tools ? regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Re: [fpc-devel] "Blank slate" next version of FPC

2019-02-20 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi, Στις 20/2/2019 4:46 μ.μ., ο Paul van Helden έγραψε: On Wed, Feb 20, 2019 at 4:35 PM Dimitrios Chr. Ioannidis via fpc-devel <mailto:fpc-devel@lists.freepascal.org>> wrote:   Even if declaring variables as close as possible to where the variable will be used ( debug

Re: [fpc-devel] "Blank slate" next version of FPC

2019-02-20 Thread Dimitrios Chr. Ioannidis via fpc-devel
iables as close as possible to where the variable will be used ( debugging wise not readability wise ) leads to more correct code, the problem is to avoid the temptation to use them in other places too.   AFAIK, one of Pascal's primary design goals is to won't let you shoot yourself in the foot, and

Re: [fpc-devel] "Blank slate" next version of FPC

2019-02-20 Thread Dimitrios Chr. Ioannidis via fpc-devel
its type, is it a member variable, and so on. That means the need to see the line declaring it is lessened. ( not mine but I agree 100% ). -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http

[fpc-devel] AVR ATMEGA4808 ATMEGA4809

2018-11-03 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi,   is there a plan to support the new atmega series 4808,4809 in the AVR compiler ? regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

[fpc-devel] @Gareth messages thread

2018-07-31 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi Gareth, could you please try again to fix the threading for your messages ? It's hard to follow your very interesting conversation's without proper list thread support. regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc

[fpc-devel] Soft Float for AVR

2018-07-18 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi, AFAIU, the AVR architecture doesn't support floating point variables. I want to ask if soft float support ( like ARM ) is planned. Does anyone work or plan to work on this ? regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist

[fpc-devel] FPC trunk build failed

2018-05-17 Thread Dimitrios Chr. Ioannidis via fpc-devel
g should I filled a report in Mantis ? regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Re: [fpc-devel] Request for applying patch #33124

2018-04-25 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi, On 2018-04-25 09:47, Ondrej Pokorny wrote: < snip > Anyway, my email to Ryan Joseph  http://www.pascal-central.com/gladiator.html [2] came back as undelivered. I see one Ryan Joseph in fpc-pascal list . Maybe he is the same ? regards, -- Dimitrios Chr. Ioa

[fpc-devel] win32 3.0.2 and SEH

2017-06-15 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi, is the SEH for win32 enabled by default on 3.0.2 or not ( someone needs the -dTEST_WIN32_SEH ) ? AFAIU, SEH is enabled in Win64 for 3.0.2 correct ? I'm a little confused, so is it possible someone to clarify this ? regards -- Dimitrios Chr. Ioannidis

[fpc-devel] Let's Encrypt cert and mantis.freepascal.org

2017-05-02 Thread Dimitrios Chr. Ioannidis via fpc-devel
is a little bit annoying . regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

[fpc-devel] IsMultiThread always true issue 30535

2017-03-19 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi, is the commit from 35567 rev. compatible with 3.0.x fixes branch ? If so is it possible someone to commit it also there ? regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http

[fpc-devel] Generics collections

2016-07-29 Thread Dimitrios Chr. Ioannidis
Hi, is there a chance to merge the generics collections 34229 commit from trunk to 3.0 fixes ( a.k.a. 3.0.2 soon to be ) also ? regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http

Re: [fpc-devel] TJSONDeStreamer can't handle such date format 'yyyy-MM-dd"T"hh:nn:ss"Z"'

2016-07-19 Thread Dimitrios Chr. Ioannidis
on message: "Correct extended value" expected: <5,67> but was: <6> at $0043241F TTESTJSONDESTREAMER__TESTFLOAT4, line 374 of testjsonrtti.pp regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Re: [fpc-devel] Sven commit (r34087) breaks casting an object to an interface

2016-07-15 Thread Dimitrios Chr. Ioannidis
is for Delphi compatibility maybe ? Anyway, this is out of my league regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Re: [fpc-devel] Sven commit (r34087) breaks casting an object to an interface

2016-07-15 Thread Dimitrios Chr. Ioannidis
AForm ( a TCustomForm descendant which explicitly list IDesignedForm ) doesn't has the IDesignedForm in it's list of supported interfaces, then it's a bug in the compiler, because, AFAIU, the compiler is relying on this in order to implement the as cast, no ? regards, -- Dimitrios Chr. Ioa

Re: [fpc-devel] FPC V3.0.0 LocalTimeToUniversal() error

2016-06-29 Thread Dimitrios Chr. Ioannidis
WeekInMonth Year 29 3 16 25 6 245 5 2016 regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Re: [fpc-devel] FPC 3.0.2 release target

2016-06-08 Thread Dimitrios Chr. Ioannidis
orm but this will probably change ( if this time, they keep their Road Map that is) . Plz, think again regarding the proposition at http://bugs.freepascal.org/view.php?id=26774#c91291 . Make it a switch or a directive during fpc build or what ever, just don't let time pa

Re: [fpc-devel] Initialize/Finalize management operators and Default intrinsic

2016-04-12 Thread Dimitrios Chr. Ioannidis
query for their existence and take appropriate actions when this is required ... ). IMO attributes that aren't ignorable aren't really attributes in the narrow sense, they're just keywords in disguise. regards, -- Dimitrios Chr. Ioannidis ___ fpc

[fpc-devel] Lazarus FPC Debian BackPorts

2014-11-06 Thread Dimitrios Chr. Ioannidis
? OTH, maybe it's more easy to just package the latest stable for both FPC and Lazarus ( 2.6.4 and 1.2.6 ) for all Debian versions. What do you think ? Regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

Re: [fpc-devel] https support; call for testers

2014-05-12 Thread Dimitrios Chr. Ioannidis
didn't happen before. Well, a simple typecast will solve this. you're correct if changed it to addr.sin_addr.s_addr := HostToNet(LongInt(a.s_addr)); i get a 504 Error also. regards, -- Dimitrios Chr. Ioannidis smime.p7s Description: Κρυπτογραφημένη υπογραφή S/MIME

Re: [fpc-devel] https support; call for testers

2014-05-11 Thread Dimitrios Chr. Ioannidis
Hi, Στις 10/5/2014 5:30 μμ, ο/η Michael Van Canneyt έγραψε: On Sat, 10 May 2014, Dimitrios Chr. Ioannidis wrote: Ηι, Στις 11/4/2014 4:26 μμ, ο/η Michael Van Canneyt έγραψε: snip But I compiled everything with 2.6.4, and it worked. You should be able to copy the following units from

Re: [fpc-devel] https support; call for testers

2014-05-11 Thread Dimitrios Chr. Ioannidis
Hi, Στις 11/5/2014 9:10 μμ, ο/η Michael Van Canneyt έγραψε: On Sun, 11 May 2014, Dimitrios Chr. Ioannidis wrote: Hi, Στις 10/5/2014 5:30 μμ, ο/η Michael Van Canneyt έγραψε: On Sat, 10 May 2014, Dimitrios Chr. Ioannidis wrote: Ηι, Στις 11/4/2014 4:26 μμ, ο/η Michael Van Canneyt

Re: [fpc-devel] https support; call for testers

2014-05-10 Thread Dimitrios Chr. Ioannidis
. wrong certificate ( or somethink like that ) instead of throw a range check error and of course new mem leaks ? You can check the following address https://www.zougla.gr ( which is in an akamai ). regards, -- Dimitrios Chr. Ioannidis smime.p7s Description: Κρυπτογραφημένη υπογραφή S/MIME

Re: [fpc-devel] https support; call for testers

2014-05-07 Thread Dimitrios Chr. Ioannidis
the latest file from trunk copied to project dir. Using fpc latest fpc 2.6 fixes branch on windows 7 64 . Any hint ? regards, -- Dimitrios Chr. Ioannidis smime.p7s Description: Κρυπτογραφημένη υπογραφή S/MIME ___ fpc-devel maillist - fpc-devel

Re: [fpc-devel] https support; call for testers

2014-04-30 Thread Dimitrios Chr. Ioannidis
; - + + SSL_CTRL_SET_TLSEXT_HOSTNAME = 55; + TLSEXT_NAMETYPE_host_name = 0; + var SSLLibHandle: TLibHandle = 0; SSLUtilHandle: TLibHandle = 0; Regards, -- Dimitrios Chr. Ioannidis smime.p7s Description: Κρυπτογραφημένη υπογραφή S/MIME ___ fpc-devel

Re: [fpc-devel] https support; call for testers

2014-04-11 Thread Dimitrios Chr. Ioannidis
Monday but i have to use 2.6.4 ( prefer fixes_2.6 branch ) so i'll definitely test it to avoid using synapse ... That this support is released around the same time as the heartbleed leak issue, is entirely coincidental and definitely not intended. ;) Regards, -- Dimitrios Chr. Ioannidis

Re: [fpc-devel] https support; call for testers

2014-04-11 Thread Dimitrios Chr. Ioannidis
Monday but i have to use 2.6.4 ( prefer fixes_2.6 branch ) so i'll definitely test it to avoid using synapse ... That this support is released around the same time as the heartbleed leak issue, is entirely coincidental and definitely not intended. ;) Regards, -- Dimitrios Chr. Ioannidis

Re: [fpc-devel] https support; call for testers

2014-04-11 Thread Dimitrios Chr. Ioannidis
Hi, Στις 11/4/2014 4:26 μμ, ο/η Michael Van Canneyt έγραψε: On Fri, 11 Apr 2014, Dimitrios Chr. Ioannidis wrote: Hi, Στις 11/4/2014 4:00 μμ, ο/η Michael Van Canneyt έγραψε: Hello, I've just committed support for SSL in the ssockets unit of FPC. I also made the OpenSSL unit more thread

Re: [fpc-devel] FPC 2.6 fixes error building arm wince

2013-11-25 Thread Dimitrios Chr. Ioannidis
Hi Jonas, thx for the fix to the fixes_2_6 branch. regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] FPC 2.6 fixes error building arm wince

2013-11-05 Thread Dimitrios Chr. Ioannidis
\2.6.x\sourcemake all install INSTALL_PR EFIX=C:\Users\dimitris\Programming\Tools\fpc\2.6.x OS_TARGET=wince CPU_TARGET=ar m CROSSOPT=-g -gl I didn't had this kind of error before. Can someone give me a hint on how to procede ? regards, -- Dimitrios Chr. Ioannidis

Re: [fpc-devel] FPC 2.6 fixes error building arm wince

2013-11-05 Thread Dimitrios Chr. Ioannidis
Hi Jonas, Στις 5/11/2013 4:37 μμ, ο/η Jonas Maebe έγραψε: On 05 Nov 2013, at 12:37, Dimitrios Chr. Ioannidis wrote: i needed to build a wince arm cross compiler in windows 7 and when i tried i've got this error : C:/Users/dimitris/Programming/Tools/fpc/2.6.x/bin/i386-win32/gmkdir.exe -p

Re: [fpc-devel] fpc 2.6.1 seg fault loading dblib

2012-10-14 Thread Dimitrios Chr. Ioannidis
Hi, Στις 12/10/2012 5:23 μμ, ο/η Dimitrios Chr. Ioannidis έγραψε: i can;t find a solution. well now my app is working again. I didn't find the reason why. The solution was to delete the lazarus lpi and lpr and recreate them. Wasn't fpc fault. regards, -- Dimitrios Chr. Ioannidis

[fpc-devel] fpc 2.6.1 seg fault loading dblib

2012-10-12 Thread Dimitrios Chr. Ioannidis
fault.\n ~Type \info stack\ or \info registers\ for more information.\n ... FPC version: 2.6.1 FPC svn revision: 22614 Lazarus version: 1.0.3 Lazarus svn revision: 39044 GDB version: 7.2 Windows XP Professional, SP3, 32 Bit Any hint ? -- Dimitrios Chr. Ioannidis

Re: [fpc-devel] fpc 2.6.1 seg fault loading dblib

2012-10-12 Thread Dimitrios Chr. Ioannidis
Hi, Στις 12/10/2012 11:47 πμ, ο/η Mark Morgan Lloyd έγραψε: Dimitrios Chr. Ioannidis wrote: Hi all, when my app try to load the dblib dll i get a segmentation fault. Previously the app worked like a charm. The only change is the recompilation of fpc. I downloaded the dblib.dll from ftp

Re: [fpc-devel] fpc 2.6.1 seg fault loading dblib

2012-10-12 Thread Dimitrios Chr. Ioannidis
to be sure ). Nothing ... The same seg fault. It crashes at a dbinit call in mssqlconn unit. Plz, can someone look at it ? -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman

Re: [fpc-devel] fixes_2_6 branch wince arm broken ?

2012-09-29 Thread Dimitrios Chr. Ioannidis
On 29/9/2012 3:19 μμ, Jonas Maebe wrote: On 28 Sep 2012, at 22:45, Dimitrios Chr. Ioannidis wrote: does anyone have a hint ? I tried today to cross build fpc 2.6.1 ( .../branches/fixes_2_6 ) for wince / snip Are you perhaps using make 3.82? The fixes branch can only be built using make

[fpc-devel] fixes_2_6 branch wince arm broken ?

2012-09-28 Thread Dimitrios Chr. Ioannidis
OPT=-gl -Xs -Xg BINUTILSPREFIX=arm-wince- INSTALL_PREFIX=%FPCDIR%\%FPCVERSION% FPC 2.6.1 rev. 22444 WinXP Pro 32Bit. regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman

Re: [fpc-devel] cross copiling x86_64 to i386 ?

2012-08-30 Thread Dimitrios Chr. Ioannidis
versions do not. The conclusion is that it is safe to use floating point registers and MMX registers in 64-bit Windows, except in kernel mode drivers. regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http

Re: [fpc-devel] cross copiling x86_64 to i386 ?

2012-08-30 Thread Dimitrios Chr. Ioannidis
Jonas Hi, Στις 31/8/2012 12:49 πμ, ο/η Jonas Maebe έγραψε: On 30 Aug 2012, at 23:29, Dimitrios Chr. Ioannidis wrote: Quoting from http://www.agner.org/optimize/calling_conventions.pdf : http://msdn.microsoft.com/en-us/library/ee418798(VS.85).aspx#Porting_to_64bit : The x87, MMX, and 3DNow

[fpc-devel] TXMLDataPacketReader width field attribute

2012-02-29 Thread Dimitrios Chr. Ioannidis
(GetNodeAttribute(AFieldNode,'WIDTH'),0); Doeas anybody know if this is the default midas's datapacket format so the check in the xmldatapacketreader needs to be changed ? regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel

[fpc-devel] Creation of event handlers problem

2012-02-24 Thread Dimitrios Chr. Ioannidis
a hint ? regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] Creation of event handlers problem

2012-02-24 Thread Dimitrios Chr. Ioannidis
a hint ? regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] Cross compile from linux to wince-arm

2011-12-14 Thread Dimitrios Chr. Ioannidis
solution as Graeme IIRC ? thx, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] Error at TCustomJSONRPCDispatcher.FormatResults ?

2011-12-05 Thread Dimitrios Chr. Ioannidis
Hi Michael, On 30/11/2011 6:38 μμ, michael.vancann...@wisa.be wrote: On Wed, 30 Nov 2011, Dimitrios Chr. Ioannidis wrote: Hi all, in the function TCustomJSONRPCDispatcher.FormatResult the Result:=TJSONObject.Create(['result',Return,'error',TJSonNull.Create,transactionproperty,ID.Clone

[fpc-devel] Error at TCustomJSONRPCDispatcher.FormatResults ?

2011-11-30 Thread Dimitrios Chr. Ioannidis
that Either the result member or error member MUST be included, but both members MUST NOT be included.. regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] Issue #0018894 and cross compile fpc 2.4.3

2011-05-09 Thread Dimitrios Chr. Ioannidis
will be abandonned after that, in favour of a new fixes_2_6 branch based on trunk. Fair enough. Which tag should i use, release_2_4_4 or release_2_4_4_rc1 ? regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

[fpc-devel] Cross build fpc to x86_64 error

2011-01-19 Thread Dimitrios Chr. Ioannidis
never had problems with gdb before ... regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] Use case ... ( Respect )

2010-12-03 Thread Dimitrios Chr. Ioannidis
helped me to solve a problem which with my current skills ( Delphi / Object Pascal ) it would remain unsolved costing my company money effectively jeopardising my work. Thank you, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel

Re: [fpc-devel] revision.inc

2010-11-13 Thread Dimitrios Chr. Ioannidis
Στις 13/11/2010 11:30 πμ, ο/η Marco van de Voort έγραψε: In our previous episode, Dimitrios Chr. Ioannidis said: But i'm in windows at i have to export the tree before the build effectively loosing all the svn's info. http://www.stack.nl/~marcov/buildfaq/#toc-Section-2.4 and then specially

Re: [fpc-devel] revision.inc

2010-11-13 Thread Dimitrios Chr. Ioannidis
know that i could do it that way.Much appreciated ... regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] revision.inc

2010-11-12 Thread Dimitrios Chr. Ioannidis
the svn's info. Does anyone know how to reproduce that file manually ? regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] Interface scope incompatibility with Delphi

2010-11-10 Thread Dimitrios Chr. Ioannidis
source. regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] FPC 2.5.1. rev. 16318 Segmentation fault

2010-11-09 Thread Dimitrios Chr. Ioannidis
is running. Exit anyway? (y or n) Win XP Pro. fpc builded with OPT=-gl lazarus builded with OPT=-gl fpc and lazarus from trunk ... regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org

Re: [fpc-devel] AnsiString in DWARF2 vs DWARF3

2010-10-26 Thread Dimitrios Chr. Ioannidis
something about it. Because more or less these are also my thoughts, in case you need help count me in. regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] DWARF WinCE

2010-10-25 Thread Dimitrios Chr. Ioannidis
the same error when i tried with OPT=-glw or OPT=-glw2 but with stabs OPT=-gl the build is succesfull. So, for WinCE DWARF isn't supported ? I didn't find something related in the site or in mantis. -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc

[fpc-devel] Compiling fpc subversion on a AMD64 box with Win 7 64 bit OS

2009-10-30 Thread Dimitrios Chr. Ioannidis
x86_64 compiler a i386 cross compiler and a arm-wince cross compiler ? regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

  1   2   >