[fpc-devel] Trying to add "sky" target based on "arm" target. Internal error 2004121202

Paul Ishenin webpirat at mail.ru
Sat Apr 23 09:38:44 CEST 2011


22.04.2011 21:15, Skybuck Flying wrote:
> Fatal: Internal error 2004121202
> Fatal: Compilation aborted
> "
>
> Now I am wondering what the number behind the internal error means ?
>
> Searching for this number turns up nothing.
symtable.pas:

     procedure def_system_macro(const name : string);
       var
         mac : tmacro;
         s: string;
       begin
          if name = '' then
            internalerror(2004121202);
...

Best regards,
Paul Ishenin.



More information about the fpc-devel mailing list