I have MCUXpresso 11.1.0 and used the "Refresh SDK Components" button in "Project Explorer" to update from SDK 2.6.2 to 2.7.0. My attempt to build produced unusual warnings about things like 'SystemInit' and 'main' being undefined. Tracking down the problem revealed that a LOT of my folders were being excluded from the build. Also, the format of the include directories was changed from '../folder' to '${workspace_loc:/${ProjName}/folder', with the originals still in place. Did I miss some step in doing this update? Is this normal?
Hello Jeff,
SDK Project Refresh will only pull in files from a newer SDK than the one they were created with. I tried to replicate this issue by adding a new folder to an SDK project and linking the folder to my project in the Includes and in Paths and Symbols.
However, after I refreshed SDK components my folder was still included into my project and the include directories remain the same. Please check my snippet below after refresh.
Maybe you can share steps to replicate your issue on my side? Also I did not face any compiling issues.
Best regards,
Felipe