Skip to main content
alex_embedded
Associate III
October 8, 2018
Question

Cant change build settings in eclipse

  • October 8, 2018
  • 4 replies
  • 1566 views

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?

This topic has been closed for replies.

4 replies

Tesla DeLorean
Guru
October 8, 2018

If the project file is a text or XML, just open it in an editor and rework the meta-data/options

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
AvaTar
Senior III
October 8, 2018

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).

alex_embedded
Associate III
October 9, 2018

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

alex_embedded
Associate III
October 9, 2018

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...