Re: [fpc-pascal] Using arm-embedded-fpc

2013-10-26 Thread Koenraad Lelong
op 24-10-13 13:41, Koenraad Lelong schreef: But I'm unable to locate where that '--build-id' is generated for the linker-commandline. If that is removed (only for arm-embedded ?), the build-id will not be generated, so no wasted memory. Hi, I found where the '--build-id' is defined :

Re: [fpc-pascal] Using arm-embedded-fpc

2013-10-26 Thread Sven Barth
Am 26.10.2013 11:39 schrieb Koenraad Lelong fpasc...@de-brouwerij.be: op 24-10-13 13:41, Koenraad Lelong schreef: But I'm unable to locate where that '--build-id' is generated for the linker-commandline. If that is removed (only for arm-embedded ?), the build-id will not be generated, so no

Re: [fpc-pascal] Using arm-embedded-fpc

2013-10-26 Thread Florian Klämpfl
Am 26.10.2013 11:37, schrieb Koenraad Lelong: op 24-10-13 13:41, Koenraad Lelong schreef: But I'm unable to locate where that '--build-id' is generated for the linker-commandline. If that is removed (only for arm-embedded ?), the build-id will not be generated, so no wasted memory. Hi, I

Re: [fpc-pascal] Using arm-embedded-fpc

2013-10-24 Thread Koenraad Lelong
op 23-10-13 21:51, Florian Klämpfl schreef: Am 23.10.2013 20:01, schrieb Michael Ring: This article describes what build-id does: https://fedoraproject.org/wiki/Releases/FeatureBuildId your fix should get applied to trunk, the gnu-build section should end up somewhere, best place is flash, it

Re: [fpc-pascal] Using arm-embedded-fpc

2013-10-23 Thread Tomas Hajny
On Wed, October 23, 2013 11:23, Koenraad Lelong wrote: Hi, Searching the mail from this list it seems there are a number of people that use fpc to compile for arm-embedded. . . fpc@linux-npjb:~/src-arm-fpc fpc -Parm -Tembedded -Wplpc2124 tled Free Pascal Compiler version 2.7.1 [2013/10/23]

Re: [fpc-pascal] Using arm-embedded-fpc

2013-10-23 Thread Koenraad Lelong
op 23-10-13 11:33, Tomas Hajny schreef: On Wed, October 23, 2013 11:23, Koenraad Lelong wrote: ... Are you aware of compiler option -s (or -sh, but that is the default for -s if I remember correctly)? Tomas Hi Tomas, fpc@linux:~/src-arm-fpc fpc -Parm -Tembedded -Wplpc2124 -sh tled1.pp

Re: [fpc-pascal] Using arm-embedded-fpc

2013-10-23 Thread Carsten Bager
Have a look at this file http://freepascal.dk/files/fpcarm7.tgz This is a 2.05 compiler, but I am still using it in produktion. This is an old package that uses LPC2138 as target. Now a days we use LPC2368 and LPC 2387 as target. The compiler produce good code. Regards Carsten On Wed, October

Re: [fpc-pascal] Using arm-embedded-fpc

2013-10-23 Thread Koenraad Lelong
op 23-10-13 12:09, Carsten Bager schreef: Have a look at this file http://freepascal.dk/files/fpcarm7.tgz This is a 2.05 compiler, but I am still using it in produktion. This is an old package that uses LPC2138 as target. Now a days we use LPC2368 and LPC 2387 as target. The compiler produce

Re: [fpc-pascal] Using arm-embedded-fpc

2013-10-23 Thread Carsten Bager
Hi Carsten, Unfortunately, my target will be STM32. I used the lpc to follow the wiki. Once I get that working I hope the STM32 will be working also. And I would like to use fpc 2.7.1 because I know that this version has enhanced interrupt-handling. I mean, it's easy to use interrupts, at

Re: [fpc-pascal] Using arm-embedded-fpc

2013-10-23 Thread Jonas Maebe
On 23 Oct 2013, at 12:05, Koenraad Lelong wrote: fpc@linux:~/src-arm-fpc fpc -Parm -Tembedded -Wplpc2124 -sh tled1.pp Free Pascal Compiler version 2.7.1 [2013/10/23] for arm Copyright (c) 1993-2013 by Florian Klaempfl and others Target OS: Embedded Compiling tled1.pp tled1.pp(54,4) Fatal:

Re: [fpc-pascal] Using arm-embedded-fpc

2013-10-23 Thread Koenraad Lelong
op 23-10-13 13:54, Jonas Maebe schreef: On 23 Oct 2013, at 12:05, Koenraad Lelong wrote: fpc@linux:~/src-arm-fpc fpc -Parm -Tembedded -Wplpc2124 -sh tled1.pp Free Pascal Compiler version 2.7.1 [2013/10/23] for arm Copyright (c) 1993-2013 by Florian Klaempfl and others Target OS: Embedded

Re: [fpc-pascal] Using arm-embedded-fpc

2013-10-23 Thread Jeppe Græsdal Johansen
Den 23-10-2013 13:15, Carsten Bager skrev: Hi Carsten, Unfortunately, my target will be STM32. I used the lpc to follow the wiki. Once I get that working I hope the STM32 will be working also. And I would like to use fpc 2.7.1 because I know that this version has enhanced interrupt-handling. I

Re: [fpc-pascal] Using arm-embedded-fpc

2013-10-23 Thread Michael Ring
I think I remember that we had a discussion on build-id before, it did not work on linux but I thought that Florian has created a fix and I think I have verified that it works after that on my linux system. Are you on Linux? And using trunk compiler? If you do not use trunk then please try to

Re: [fpc-pascal] Using arm-embedded-fpc

2013-10-23 Thread Michael Ring
This article describes what build-id does: https://fedoraproject.org/wiki/Releases/FeatureBuildId your fix should get applied to trunk, the gnu-build section should end up somewhere, best place is flash, it will not get used anyway. Michael Am 23.10.13 19:33, schrieb Michael Ring: I think

Re: [fpc-pascal] Using arm-embedded-fpc

2013-10-23 Thread Koenraad Lelong
op 23-10-13 19:33, Michael Ring schreef: I think I remember that we had a discussion on build-id before, it did not work on linux but I thought that Florian has created a fix and I think I have verified that it works after that on my linux system. Are you on Linux? And using trunk compiler? If

Re: [fpc-pascal] Using arm-embedded-fpc

2013-10-23 Thread Florian Klämpfl
Am 23.10.2013 20:01, schrieb Michael Ring: This article describes what build-id does: https://fedoraproject.org/wiki/Releases/FeatureBuildId your fix should get applied to trunk, the gnu-build section should end up somewhere, best place is flash, it will not get used anyway. Well, the