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

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to