XE5 compiler error

Hi,



When I compile my mobile project (migrated from XE4) in XE5. I get the following error:

[DCC Error] E2597 ld: in D:\ENKMobileXE5\iOSClient\iOSDevice\Debug\Aurelius.Mapping.Automapping.o, file too small for architecture armv7



Any suggestions as to what this means?

Found it. Turns out that XE5 has a changed debuginfo setting. the default setting for this makes building very unstable and generates all kinds of internal errors including the forementioned one. Setting the compilersettings - debug information to "Limited Debug information" makes building and compiling a lot faster (same as XE4) and all the errors dissappear....