Skip to content

Conversation

@Ole2mail
Copy link

Summary of changes

the change is fixing cmake CMakeLists.txt file generation used by CLion IDE

the change is adding missing TOOLCHAIN path ahead of each compiler tool,
in such case -DTOOLCHAIN_PATH is sufficient in CLion IDE cmake settings to be added.

allowing to build while having neither path nor default toolchain.
the change is fixing improper PRE_LINK command generation.
PRE_LINK command must be using defined CMakeLists.txt variable instead of hardcoded tool name

Impact of changes

only for CLion IDE users

Migration actions required

Documentation

to be added to the CLion doc/readme/howto (if present)

how to specify toolchain path:
"adding -DTOOLCHAIN_PATH is sufficient in CLion IDE cmake settings"


Pull request type

[X] Patch update (Bug fix / Target update / Docs update / Test update / Refactor)
[] Feature update (New feature / Functionality change / New API)
[] Major update (Breaking change E.g. Return code change / API behaviour change)

Test results

[X] No Tests required for this change (E.g docs only update)
[] Covered by existing mbed-os tests (Greentea or Unittest)
[] Tests / results supplied as part of this PR

Reviewers


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant