Re: [fpc-pascal] Fpc for ARM HF

2019-06-28 Thread Jonas Maebe
On 25/06/2019 03:03, Fabio Luis Girardi wrote: > Someone knows why, programs > compiled to ARM HF target have to be linked with libc to be displayed by > readelf -a as a ARM HF binary? > > If the program isn't linked with libc, it's displayed as ARM soft float > by readelf. Someone have a explanat

Re: [fpc-pascal] Fpc for ARM HF

2019-06-26 Thread Fabio Luis Girardi
Nobody? Em Seg, 24 de jun de 2019 22:03, Fabio Luis Girardi escreveu: > Hi all! > > Someone knows why, programs > compiled to ARM HF target have to be linked with libc to be displayed by > readelf -a as a ARM HF binary? > > If the program isn't linked with libc, it's displayed as ARM soft float

Re: [fpc-pascal] fpc for ARM on STM32F103

2017-01-22 Thread Marc Santhoff
On So, 2017-01-22 at 22:05 +0100, Florian Klämpfl wrote: > Am 22.01.2017 um 21:43 schrieb Marc Santhoff: > > On So, 2017-01-22 at 21:20 +0100, Florian Klämpfl wrote: > >> Am 22.01.2017 um 19:33 schrieb Marc Santhoff: > >>> Hi, > >>> > >>> I'd like to know if the floating point hardware on STM32F103

Re: [fpc-pascal] fpc for ARM on STM32F103

2017-01-22 Thread Florian Klämpfl
Am 22.01.2017 um 21:43 schrieb Marc Santhoff: > On So, 2017-01-22 at 21:20 +0100, Florian Klämpfl wrote: >> Am 22.01.2017 um 19:33 schrieb Marc Santhoff: >>> Hi, >>> >>> I'd like to know if the floating point hardware on STM32F103 >> >> What floating point hardware does it have? According to a quic

Re: [fpc-pascal] fpc for ARM on STM32F103

2017-01-22 Thread Marc Santhoff
On So, 2017-01-22 at 21:20 +0100, Florian Klämpfl wrote: > Am 22.01.2017 um 19:33 schrieb Marc Santhoff: > > Hi, > > > > I'd like to know if the floating point hardware on STM32F103 > > What floating point hardware does it have? According to a quick search, it is > a Cortex-M3 which has > no har

Re: [fpc-pascal] fpc for ARM on STM32F103

2017-01-22 Thread Florian Klämpfl
Am 22.01.2017 um 19:33 schrieb Marc Santhoff: > Hi, > > I'd like to know if the floating point hardware on STM32F103 What floating point hardware does it have? According to a quick search, it is a Cortex-M3 which has no hardware floating point support? > is > supported by the fpc cross compiler

Re: [fpc-pascal] FPC for ARM

2011-12-23 Thread Dariusz Mazur
Is there an embedded web-server that would run on the ARM machine? I use this one from Synapse (work on openWRT and Android) -- Darek ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-p

Re: [fpc-pascal] FPC for ARM

2011-12-22 Thread Marco van de Voort
In our previous episode, Juha Manninen said: > I ran "apt-get install binutils" in the already installed Ubuntu and it > worked. > I have understood ARM also supports many instruction sets like Thumb and > Thumb-2. > I have no idea which one is running now, but it is not important because it > work

Re: [fpc-pascal] FPC for ARM

2011-12-22 Thread Juha Manninen
2011/12/19 Marco van de Voort > FreeBSD and Linux x86 and x86_64 have internal assembler, but not linker. > Though the FreeBSD/x86_64 internal assembler is only enable in trunk afaik. > > Be careful with binutils on ARM though, there are multiple ABIs, and the > installed ones must match the devi

Re: [fpc-pascal] FPC for ARM

2011-12-19 Thread Marco van de Voort
In our previous episode, Thomas Schatzl said: > > Does it mean an assembler is always needed with ARM? In my > > understanding x86 based PCs don't need a separate assembler with FPC. > > "apt-get install as" didn't install anything. > > Afaik only the Windows platforms have an internal assembler a

Re: [fpc-pascal] FPC for ARM

2011-12-19 Thread Thomas Schatzl
Hi, On Mon, 2011-12-19 at 13:16 +0200, Juha Manninen wrote: > 2011/11/28 Henry Vermaak > There is an arm release for 2.6.0rc1, but it was built using > old binutils (last time I checked, at least): > > ftp://freepascal.stack.nl/pub/fpc/beta/2.6.0-rc1/arm-linux/ >

Re: [fpc-pascal] FPC for ARM

2011-12-19 Thread Henry Vermaak
On 19/12/11 11:16, Juha Manninen wrote: The compiler itself works but assembler is missing. See : --- root@ubuntu:/usr/share/doc/fpc-2.6.0/examples/text# fpc hello.pp Free Pascal Compiler version 2.6.0rc1 [2011/10/20] for arm Copyright (c) 1993-2011 by Florian Klaempfl and others Target OS: Linux

Re: [fpc-pascal] FPC for ARM

2011-12-19 Thread Juha Manninen
2011/11/28 Henry Vermaak > There is an arm release for 2.6.0rc1, but it was built using old binutils > (last time I checked, at least): > > ftp://freepascal.stack.nl/pub/**fpc/beta/2.6.0-rc1/arm-linux/ > I finally got into installing a

Re: [fpc-pascal] FPC for ARM

2011-11-29 Thread Marco van de Voort
In our previous episode, Felipe Monteiro de Carvalho said: > wrote: > > I don't even know what means?eabi4 and?eabi5. > > I'm not sure what it means exactly either, but for example Android no > longer supports eabi 4, so it looks obsolete. I use eabi 5 for my > Android development. It's obsolete

Re: [fpc-pascal] FPC for ARM

2011-11-29 Thread Felipe Monteiro de Carvalho
On Tue, Nov 29, 2011 at 9:55 AM, Juha Manninen wrote: > I don't even know what means eabi4 and eabi5. I'm not sure what it means exactly either, but for example Android no longer supports eabi 4, so it looks obsolete. I use eabi 5 for my Android development. -- Felipe Monteiro de Carvalho _

Re: [fpc-pascal] FPC for ARM

2011-11-29 Thread Henry Vermaak
On 28/11/11 22:11, Thomas Schatzl wrote: Hi, Am 28.11.2011 15:18, schrieb Henry Vermaak: On 28/11/11 13:41, Juha Manninen wrote: Hi Is FPC 2.2.2 really the latest native release for ARM processors? I guess it can build the more recent versions. (?) There is an arm release for 2.6.0rc1, but

Re: [fpc-pascal] FPC for ARM

2011-11-29 Thread Marco van de Voort
In our previous episode, Thomas Schatzl said: > > What OS/version are you using? Maybe some OS setup issue? On an HP > Touchpad and a Sheevaplug-like system, which are both eabi5, the > bootstrap compiler and fpc produced executables work just fine. (Sheeva's are shipped with a default eabi4, t

Re: [fpc-pascal] FPC for ARM

2011-11-29 Thread Juha Manninen
2011/11/29 Thomas Schatzl > There is an arm release for 2.6.0rc1, but it was built using old >> binutils (last time I checked, at least): >> >> ftp://freepascal.stack.nl/pub/**fpc/beta/2.6.0-rc1/arm-linux/ >> > > What OS/version are you

Re: [fpc-pascal] FPC for ARM

2011-11-28 Thread Thomas Schatzl
Hi, Am 28.11.2011 15:18, schrieb Henry Vermaak: On 28/11/11 13:41, Juha Manninen wrote: Hi Is FPC 2.2.2 really the latest native release for ARM processors? I guess it can build the more recent versions. (?) There is an arm release for 2.6.0rc1, but it was built using old binutils (last time

Re: [fpc-pascal] FPC for ARM

2011-11-28 Thread Henry Vermaak
On 28/11/11 13:41, Juha Manninen wrote: Hi Is FPC 2.2.2 really the latest native release for ARM processors? I guess it can build the more recent versions. (?) There is an arm release for 2.6.0rc1, but it was built using old binutils (last time I checked, at least): ftp://freepascal.stack.n

Re: [fpc-pascal] FPC for ARM-7

2011-07-23 Thread Jeppe Grsædal Johansen
On 23-07-2011 20:34, Andreas Berger wrote: I am hoping to use FPC for ARM-7, compiling and debugging on a Windows machine. At the moment I am using Keil C + ULink2. Is it possible to use FPC from Windows and debug via the ULink2? I'm sure it should be possible. FPC can generate code for ARM7, and

Re: [fpc-pascal] fpc for arm linux

2007-04-25 Thread Jonas Maebe
On 25 apr 2007, at 14:07, Jose Pascual wrote: I have found libc.ppu in i386 linux version but arm linux version? Correct. Where can I find it? Nowhere. or how can I generate it (for arm linux)? You can't. It is full of i386-specific code, and is only included for Kylix compatibility

Re: [fpc-pascal] fpc for arm linux

2007-04-25 Thread Daniël Mantione
Op Wed, 25 Apr 2007, schreef Jose Pascual: > Hi, > > I have found libc.ppu in i386 linux version but arm linux version? > Where can I find it? or how can I generate it (for arm linux)? Due to portability issues, libc is i386 only. Daniël___ fpc-pasc