2018-10-07 06:45 PM
Hi,
Recently I came into a problem where I could not use "%f" in sprintf functions using AC6.
I found a thread on how to fix it (linked below)
http://www.openstm32.org/forumthread2108
However in a project I am working on now I cannot change any build settings at all. It is all grayed out.
I have tried creating a new project and I tried to change the build settings during setup but again it would not let me.
Any ideas on how to resolve this issue?
2018-10-07 08:09 PM
If the project file is a text or XML, just open it in an editor and rework the meta-data/options
2018-10-07 10:58 PM
Make sure the project files are not write protected (could be caused by a version control system).
I hope you didn' create the project in a system path, like "C:\Windows" (in Windows).
2018-10-08 05:43 PM
It is created under a workspace managed by tortoise svn - due to being a work project and needing to, at some point, share the project files with other people.
The workspace is in a folder on the C drive. "C:/Main Repo....../workspace".
The first project where I was able to change the settings I'm pretty certain was in this workspace too. I will use my other workspace, one that isn't controlled by an SVN and see if changes anything
2018-10-08 06:04 PM
I created a new workspace on the C drive "C:\TestWorkspace\" and tried creating a new project - Ac6 STM32 MCU Project. Going through the prompts of this I tried to adjust the settings and still I cannot change them at all. I am running the program as admin too. I must be missing something...