[fpc-pascal] FP.exe error in x86_64-Win64

James Richters james at productionautomation.net
Wed Aug 7 13:17:23 CEST 2019


I’m trying to use FPC3.0.4 for x86_64-win64.  

I built it with: https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/tag/1.6.2x   -  fpcupdeluxe-x86_64-win64.exe 

 

I am trying to use the Text IDE using the same FP.CFG FP.INI and FP.DSK that worked with the i368-win32 version… 

When I try to compile a program I Instantly get:

 

       Program generated a RTE 217     

      at address $0000000000000000.    

 Save your sources and restart the IDE.

 

I am able to compile my project on the command line with:

"..\..\FPC\3.0.4-x86_64-Win64\Bin\x86_64-win64\FPC" -Fi..\..\FPC\3.0.4-x86_64-Win64\units\$fpctarget\* -Fu..\..\FPC\3.0.4-x86_64-Win64\units\$fpctarget\* -Fu. -FU. -FE. Promill.pas

 

I tried deleting FP.DSK and still get the same thing.  I’ve tried several programs, even 

 

writeln('Hello World!');

 

causes this error

 

Any ideas why this is bombing immediately or what this error even means?

 

James

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20190807/7754150d/attachment.html>


More information about the fpc-pascal mailing list