You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc: known_issues: Document build issue with TF-M and output disabled
Document build issue with TF-M in non-minimal configuration not
compiling when disabling output because of printf pulling in references
to heap.
NCSDK-22818
Signed-off-by: Joakim Andersson <[email protected]>
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/known_issues.rst
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3592,6 +3592,11 @@ Trusted Firmware-M (TF-M)
3592
3592
3593
3593
The issues in this section are related to the TF-M implementation in the |NCS|.
3594
3594
3595
+
.. rst-class:: v2-4-0
3596
+
3597
+
NCSDK-22818: TF-M does not build with :kconfig:option:`CONFIG_TFM_PROFILE_TYPE_MINIMAL` disabled and :kconfig:option:`CONFIG_TFM_LOG_LEVEL_SILENCE` enabled
3598
+
This fails with the error: message "undefined reference to 'end'" caused by printf being included in the build.
0 commit comments