[fpc-pascal] announce: fpc-pascal-it italian freepascal ml created on freelists
With this message I proudly announce that I've created the Italian FreePascal Users mailing list on freelists All the FreePascal, Lazarus and others fpc project italian speaking users are welcome! Come and join us to share ideas and suggestion about this (thanks to freesoftware) alive language! Come to [EMAIL PROTECTED] PS: do you know that the International Olympiad in Informatics are done (for the Pascal section) with FreePascal? -- Marco Ciampa ++ | Linux User #78271 | | FSFE fellow #364 | ++ ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal
[fpc-pascal] FPC for Macintosh problems
Hello, I am trying to compile a hello world for Mac OS X. The code is like this: program test; begin WriteLn('Hello world'); end. But when I execute the compile with this command: ./fpc /Volumes/Dados/Documentos/test.pas I get this errors: Target OS: Darwin for PowerPC Compiling /Volumes/Dados/Documentos/test.pas Assembling test Linking /Volumes/Dados/Documentos/test cat: link.res: No such file or directory test.pas(5,1) Error: Error while linking Error: ./ppcppc returned on error exitcode I see a test.o file, but no compiled file. I am using Free Pascal 2.0.2 on a Mac OS X 10.2 Jaguar. I installed the development tools and ld does exist. I am using it on a PearPC emulator, by the way, not a real Mac. thanks, -- Felipe Monteiro de Carvalho ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Re: [fpc-pascal] FPC for Macintosh problems
On 13 mrt 2006, at 12:40, Felipe Monteiro de Carvalho wrote: But when I execute the compile with this command: ./fpc /Volumes/Dados/Documentos/test.pas I get this errors: Target OS: Darwin for PowerPC Compiling /Volumes/Dados/Documentos/test.pas Assembling test Linking /Volumes/Dados/Documentos/test cat: link.res: No such file or directory test.pas(5,1) Error: Error while linking Error: ./ppcppc returned on error exitcode I see a test.o file, but no compiled file. I am using Free Pascal 2.0.2 on a Mac OS X 10.2 Jaguar. I installed the development tools and ld does exist. I've never seen this error before, and it hasn't even before been reported either. Try compiling with -s and see if there is a link.res. If not, it's probably a bug in your emulator. Jonas ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal
[fpc-pascal] problem compiling svn-fpc for arm-linux
Hi, Since a while I'm experiencing problems compiling fpc from svn for arm-linux. When "make CPU_TARGET=arm OS_TARGET=linux all" arrives at assembling system.pp for arm it gives following errors : /home/koenraad/fpc-devel/fpc/compiler/ppcrossarm -Ur -XParm-linux- -Xc -Xr -Ur -Xs -n -Fi../inc -Fi../arm -Fi../unix -Fiarm -FE. -FU/home/koenraad/fpc-devel/fpc/rtl/units/arm-linux -darm -dRELEASE -Us -Sg system.pp /home/koenraad/fpc-devel/fpc/rtl/units/arm-linux/system.s: Assembler messages: /home/koenraad/fpc-devel/fpc/rtl/units/arm-linux/system.s:51628: Error: unrecognized symbol type "" /home/koenraad/fpc-devel/fpc/rtl/units/arm-linux/system.s:51636: Error: unrecognized symbol type "" /home/koenraad/fpc-devel/fpc/rtl/units/arm-linux/system.s:51643: Error: unrecognized symbol type "" ...(about 40 similar lines) When I look in system.s at those lines they are all similar to : .section .bss .balign 2 .globl operatingsystem_result .type operatingsystem_result,@object .size operatingsystem_result,2 operatingsystem_result: .zero 2 More specific, the error-lines point to the @object construct. Is there any way I can avoid these errors ? I used revision 2898 of fpc. My arm-linux-as is version 2.14. Thanks for any help, Koenraad Lelong. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Re: [fpc-pascal] problem compiling svn-fpc for arm-linux
> More specific, the error-lines point to the @object construct. > Is there any way I can avoid these errors ? > I used revision 2898 of fpc. My arm-linux-as is version 2.14. Use the latest binutils 2.16.1 ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal