[fpc-pascal] Cross compiling: "from linux to Darwin or Mac OS X"

2010-03-25 Thread Torsten Bonde Christiansen
Hi. After successfully having cross compiled from linux (64-bit) to Win32 and Win64 I wanted to see if i do the same for Mac OS X. But looking at the wiki page regarding cross compile (http://wiki.freepascal.org/Cross_compiling) it seem that this particular information is very old. Eg. the li

[fpc-pascal] DWARF2 or DWARF3 debug info

2010-03-25 Thread Graeme Geldenhuys
Hi, I'm using FPC 2.4.1 with GDB 6.8 under Ubuntu 8.04.2 LTS on a all 64-bit system. As far as I understand the preferred debug information format is DWARF instead of STABS. This brings me to a few questions. * Does DWARF info have all the features STABS had? If not, what does STABS have that

[fpc-pascal] var parameters under 64-bit GDB?

2010-03-25 Thread Graeme Geldenhuys
Hi, I'm using FPC 2.4.1 with GDB 6.8 under Ubuntu 8.04.2 LTS on a all 64-bit system. All var parameters [even of simple types like Integer, Boolean etc.] show up as memory addresses instead of their values when debugged. I believe this is only an issue if 64-bit systems are used. What is the ac

Re: [fpc-pascal] DWARF2 or DWARF3 debug info

2010-03-25 Thread Jonas Maebe
On 25 Mar 2010, at 13:38, Graeme Geldenhuys wrote: As far as I understand the preferred debug information format is DWARF instead of STABS. This brings me to a few questions. * Does DWARF info have all the features STABS had? If not, what does STABS have that DWARF doesn't? In general, i

Re: [fpc-pascal] var parameters under 64-bit GDB?

2010-03-25 Thread Flávio Etrusco
On Thu, Mar 25, 2010 at 9:41 AM, Graeme Geldenhuys wrote: > Hi, > > I'm using FPC 2.4.1 with GDB 6.8 under Ubuntu 8.04.2 LTS on a all 64-bit > system. > > > All var parameters [even of simple types like Integer, Boolean etc.] show > up as memory addresses instead of their values when debugged. I b

[fpc-pascal] Makefile:135: *** Compiler /home/ik/projects/fpc/fpc/compiler/ppcx64 not found. Stop

2010-03-25 Thread ik
Hello, I'm trying to compile svn FPC after few months of not touching it and I have the following error: $ make zipinstall make fpc_zipinstall ZIPTARGET=install FULLZIPNAME=fpc-2.5.1.x86_64-linux FPC=/home/ik/projects/fpc/fpc/compiler/ppcx64 ZIPDESTDIR=/home/ik/projects/fpc/fpc FPCMAKE=/home/ik/pr

Re: [fpc-pascal] Makefile:135: *** Compiler /home/ik/projects/fpc/fpc/compiler/ppcx64 not found. Stop

2010-03-25 Thread Jonas Maebe
On 25 Mar 2010, at 19:22, ik wrote: > For the following : > $ make all > make: Nothing to be done for `all'. Do a "make clean" first. Jonas ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-p

Re: [fpc-pascal] Makefile:135: *** Compiler /home/ik/projects/fpc/fpc/compiler/ppcx64 not found. Stop

2010-03-25 Thread ik
http://ik.homelinux.org/ On Thu, Mar 25, 2010 at 20:38, Jonas Maebe wrote: > > On 25 Mar 2010, at 19:22, ik wrote: > > > For the following : > > $ make all > > make: Nothing to be done for `all'. > > Do a "make clean" first. > Thanks, that did it. Prior to that I made "make cleanall" that clean