@All
I have managed to migrate the compiler to Delphi 10.2, but just like the AppWizzard I have had to replace Thales components. For those of you experienced in Delphi I have (amongst others) replaced the Thales IniFile component with a TMemIniFile (for speed). Unfortunately this is more sensitive to error in the dsc files than the Thales version. For example the pMega128 file contains the entry
The Thales component ignores the superfluous '+' but TMemIniFile does not - meaning that the entire controlbits section is lost.
Please look out for similar issues - the compiler will alert you to issues.
When I release the beta version of the new compiler I will also release the corrected pMega128.dsc file and any others I find.