Hi !<br><br>I'm developing a program in FPC. The success of this project will define the use of FPC as a approved tool here in my job.<br><br>Suddenly I became to receive a strange error from FPC compiler. The log of konsole execution is showed below. It is running in Fedora Core 5 under VMWare. I try to compile under windows and receive the same error.
<br><br>If I don't solve it quick how will I explain to my boss why my project is stopped. There are a team of testers waiting for the mainframe cobol sources that will be generated by my program.<br><br>May you give me some urgent help, please?
<br><br>Greetings from Sao Paulo - Brazil<br><br>Ricardo<br><br>Log of the compilation execution below<br><br>[ricardo@localhost prog_apoio]$ fpc geratestadoresintegridadereferencial<br>Free Pascal Compiler version 2.0.4 [2006/08/20] for i386
<br>Copyright (c) 1993-2006 by Florian Klaempfl<br>Target OS: Linux for i386<br>Compiling geratestadoresintegridadereferencial.pas<br>geratestadoresintegridadereferencial.pas(3,8) Note: Ignored compiler switch "$G"
<br>geratestadoresintegridadereferencial.pas(1438,6) Fatal: Internal error 200506183<br>geratestadoresintegridadereferencial.pas(1438,6) Fatal: Compilation aborted<br>Error: /usr/bin/ppc386 returned an error exitcode (normal if you did not specify a source file to be compiled)
<br>[ricardo@localhost prog_apoio]$ ls geratestadores*.*<br>geratestadoresintegridadereferencial.o<br>geratestadoresintegridadereferencial.pas<br>geratestadoresintegridadereferencial.pas~<br>[ricardo@localhost prog_apoio]$
<br>===============================================================================================<br>The version:<br>Free Pascal Compiler version 2.0.4 [2006/08/20] for i386<br>Copyright (c) 1993-2006 by Florian Klaempfl
<br><br>