Re: [fpc-pascal] Do I need to make fpc 3.0.0 twice?

2016-01-10 Thread Bo Berglund
On Sun, 10 Jan 2016 16:35:43 +0100, Jonas Maebe wrote: >On 10/01/16 16:22, Bo Berglund wrote: >> I always use the make all command via the Makefile. >> So do I read you right that the Makefile compiles the compiler twice, >> once using the seed compiler and then using the thus created compiler? >

Re: [fpc-pascal] Do I need to make fpc 3.0.0 twice?

2016-01-10 Thread Jonas Maebe
On 10/01/16 16:22, Bo Berglund wrote: I always use the make all command via the Makefile. So do I read you right that the Makefile compiles the compiler twice, once using the seed compiler and then using the thus created compiler? It compiles it thrice: once more in the end to ensure that the r

Re: [fpc-pascal] Do I need to make fpc 3.0.0 twice?

2016-01-10 Thread Bo Berglund
On Sat, 9 Jan 2016 00:47:54 -0700 (MST), leledumbo wrote: >> Should I make fpc 3.0.0 once more using the newly created fpc 3.0.0? > >Yes if you do compile by hand (without Makefile) Which I never do... ... > >Else if what you mean is: will using 2.6.4 as the starting compiler produce >different

Re: [fpc-pascal] building arm cross compiler on FreeBSD

2016-01-10 Thread Marc Santhoff
On So, 2016-01-10 at 09:52 +0100, Michael Ring wrote: > Perhaps you should build your own binutils, it seems that the version > you are using right now does not properly support armv7-m architecture. Did the trick, a current version of arm-elf-binutils worked. :) Many thanks to all who contribut

Re: [fpc-pascal] building arm cross compiler on FreeBSD

2016-01-10 Thread Marc Santhoff
On So, 2016-01-10 at 13:17 +0100, Tomas Hajny wrote: > On Sun, January 10, 2016 12:57, Jonas Maebe wrote: > > Tomas Hajny wrote: > >> On Sat, January 9, 2016 23:44, Jonas Maebe wrote: > >>> On 09/01/16 23:27, Marc Santhoff wrote: > > His previous messages were about embedded development for ARM. I

Re: [fpc-pascal] building arm cross compiler on FreeBSD

2016-01-10 Thread Tomas Hajny
On Sun, January 10, 2016 12:57, Jonas Maebe wrote: > Tomas Hajny wrote: >> On Sat, January 9, 2016 23:44, Jonas Maebe wrote: >>> On 09/01/16 23:27, Marc Santhoff wrote: >> How can I build a build a cross compiler running on FreeBSD compiling for ARM? >>> Try adding OS_TARGET=embedded to y

Re: [fpc-pascal] building arm cross compiler on FreeBSD

2016-01-10 Thread Jonas Maebe
Tomas Hajny wrote: On Sat, January 9, 2016 23:44, Jonas Maebe wrote: On 09/01/16 23:27, Marc Santhoff wrote: How can I build a build a cross compiler running on FreeBSD compiling for ARM? Try adding OS_TARGET=embedded to your "make all CPU_TARGET=arm" invocation in the top level directory (a

Re: [fpc-pascal] building arm cross compiler on FreeBSD

2016-01-10 Thread Michael Ring
Perhaps you should build your own binutils, it seems that the version you are using right now does not properly support armv7-m architecture. download ftp://ftp.gnu.org/gnu/binutils/binutils-2.25.1.tar.gz |extract, create an empty directory and do:| || |../binutils-2.25.1/configure --target=ar