-
1. Re: Creator 4.1 Update 1 Project conversion Issues
AnkitaS_51 Sep 25, 2017 2:28 AM (in response to gr_isrc_1487646)This may be useful-
-
Linking Lib file.docx 220.7 K
-
-
2. Re: Creator 4.1 Update 1 Project conversion Issues
AnkitaS_51 Sep 25, 2017 3:04 AM (in response to gr_isrc_1487646)Can you provide us the project and steps to reproduce the issue
-
3. Re: Creator 4.1 Update 1 Project conversion Issues
gr_isrc_1487646 Sep 25, 2017 5:06 AM (in response to AnkitaS_51)No, I am unable to provide my workspace.
I have components (uart, isr, spi) that have code in their respective _int files between #START and #END.
Upon the upgrade to 4.1 Updt1, all the code between these was removed.
I have dealt with this by cut and pasting back the code from a saved version.
Further, this has happened at random builds - I have not been able to see a pattern.
It does not happen always with a clean build or partial build.
As I will be working and suddenly stuff that was working would stop.
Debuging will show this code is missing again.
-
4. Re: Creator 4.1 Update 1 Project conversion Issues
AnkitaS_51 Sep 25, 2017 9:44 PM (in response to gr_isrc_1487646)Please check the Compiler optimization setting and "Synthesis Optimization Effort" in build setting for the concerned project in Creator4.1 and Creator4.0
-
5. Re: Creator 4.1 Update 1 Project conversion Issues
gr_isrc_1487646 Sep 26, 2017 1:35 PM (in response to AnkitaS_51)Both are set to Exhaustive.
-
6. Re: Creator 4.1 Update 1 Project conversion Issues
AnkitaS_51 Sep 26, 2017 11:41 PM (in response to gr_isrc_1487646)Can you change the "Synthesis Optimization Effort" from Exhaustive to other values in Creator4.1 and then see whether the portion between # defines is getting lost in optimizations or not.
Compiler optimization can also be changed to see the effect