We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
If I set Project properties >> C/C++ Build >> Settings >> Tool Settings >> ARM Linker >> Image Layout >> Scatter File to an absolute path, I can build the project successfully.
If I set to a relative path, using the variable PROJECT_LOC (for example <PROJECT_LOC\..\..\..\..\..\..\>), the build fails with the message
Errors running builder 'CDT Builder' on project (java.lang.NullPointerException)
This seems the same issue described here.
Is there a way to fix this error?