Skip to content

Commit 515f3d7

Browse files
magp-nordicrlubos
authored andcommitted
cmake: update error message in HPF asm_check
Update error message with hint to use developer mode so that it included building for FLPR core only. Signed-off-by: Magdalena Pastula <[email protected]>
1 parent 68ccc8e commit 515f3d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmake/hpf_asm_check.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ function(asm_check)
4040
If you want to include the new ASM in build, \
4141
please run `ninja asm_install` in FLPR build directory and build again. \
4242
If you want to disable this error and include new ASM in build every time,\
43-
enable SB_CONFIG_HPF_DEVELOPER_MODE option.")
43+
enable SB_CONFIG_HPF_DEVELOPER_MODE option (when building for cpuapp) \
44+
or CONFIG_HPF_DEVELOPER_MODE option (when building for cpuflpr).")
4445
endif()
4546
else()
4647
message("Something went wrong when comparing ${asm_filename}-${soc}.s and ${asm_filename}-${soc}-temp.s")

0 commit comments

Comments
 (0)