Discussion Forum

Re-translations

Next Thread | Thread List | Previous Thread Start a Thread | Settings

DetailsMessage
Read-Only
Author
Ning Zhou
Posted
12-Mar-2001 09:51 GMT
Toolset
C51
New! Re-translations
When I compiled my program, I got:

linking...
*** APPLICATION REQUIRES RE-TRANSLATIONS! ***

Does anyone know what it means? How can I avoid this? Thanks.
Read-Only
Author
James Wilkinson
Posted
12-Mar-2001 13:42 GMT
Toolset
C51
New! RE: Re-translations
I think you'll find that's to do with register optimisation - you can uncheck the selection if you want?
Read-Only
Author
Mark Odell
Posted
12-Mar-2001 15:29 GMT
Toolset
C51
New! RE: Re-translations
It means enough has changed that the linker must recalculate the register coloring (my interpretation). It is benign (informational only), ignore it.

- Mark

Next Thread | Thread List | Previous Thread Start a Thread | Settings