These days I have met an problem like this:
If I complie my bare metal using -g parameter,I will get an error like this:
system.pas(324,10) Fatal: Cannot find system type "FILEREC". Check if you use the correct run time library.
Fatal: Compilation aborted
So,How to write my own filerec record for my program?