[fpc-devel] adding x86_64-netbsd

2009-04-21 Thread Axel Scheepers
Hi List, I've been fiddling around adding netbsd x86_64 to fpc 2.2.4, I've got it to the point that I can compile both the rtl and the compiler but I'm having difficulties creating the prt0.as file(s). I can't link anything due to missing symbols; [...] Assembling pp Linking ./pp /home/axel/Source

Re: [fpc-devel] adding x86_64-netbsd

2009-04-21 Thread Leonardo M . Ramé
: [fpc-devel] adding x86_64-netbsd > To: fpc-devel@lists.freepascal.org > Date: Monday, April 20, 2009, 12:59 PM > Hi List, > > I've been fiddling around adding netbsd x86_64 to fpc > 2.2.4, I've got it > to the point that I can compile both the rtl and the > compile

Re: [fpc-devel] adding x86_64-netbsd

2009-04-21 Thread Axel Scheepers
On Tue, 2009-04-21 at 05:15 -0700, Leonardo M. Ramé wrote: > Axel, It was difficult to create the port to NetBSD? In my company we have > several OpenBSD installs and it would be nice if we could run FPC apps on > them. > > Leonardo M. Ramé > http://leonardorame.blogspot.com Hi Leonardo, It's

Re: [fpc-devel] adding x86_64-netbsd

2009-04-21 Thread Leonardo M . Ramé
That's great!, I'll try to compile it this week. Leonardo M. Ramé http://leonardorame.blogspot.com --- On Tue, 4/21/09, Axel Scheepers wrote: > From: Axel Scheepers > Subject: Re: [fpc-devel] adding x86_64-netbsd > To: "FPC developers' list" > Date:

Re: [fpc-devel] adding x86_64-netbsd

2009-04-21 Thread Axel Scheepers
Oh, I also had to build a fpcmake beforehand (see fpcsrc/utils/fpcm/fpcmmain.pp) and did a find /path/to/toplevel/source/dir -name Makefile.fpc -exec /path/to/new/fpcmake -Tall {} \; I also had to cross build a binutils and put that in my $PATH. I have some spare time coming, I should take a bet