Lines Matching full:message

3   message(FATAL_ERROR "ZEPHYR_BASE not set")
13 message("Cleaning targets:")
14 message(" clean - Remove most generated files but keep configuration and backup files")
15 message(" pristine - Remove all files in the build directory")
16 message("")
17 message("Kconfig targets:")
18 message(" menuconfig - Update .config using a console-based interface")
19 message(" guiconfig - Update .config using a graphical interface")
20 message("")
21 message("Other generic targets:")
22 message(" all - Build a zephyr application")
23 message(" run - Build a zephyr application and run it if the board supports emulation")
24 message(" flash - Run \"west flash\"")
25 message(" debug - Run \"west debug\"")
26 message(" debugserver - Run \"west debugserver\" (or start GDB server on port 1234 for QEMU targe…
27 message(" attach - Run \"west attach\"")
28 message(" ram_report - Build and create RAM usage report")
29 message(" rom_report - Build and create ROM usage report")
30 message(" boards - Display supported boards")
31 message(" shields - Display supported shields")
32 message(" usage - Display this text")
33 message(" help - Display all build system targets")
34 message("")
35 message("Build flags:")
36 message("")
37 message(" ${generator} ${verbose} [targets] verbose build")
38 message(" cmake -DW=n Enable extra gcc checks, n=1,2,3 where")
39 message(" 1: warnings which may be relevant and do not occur too often")
40 message(" 2: warnings which occur quite often but may still be relevant")
41 message(" 3: more obscure warnings, can most likely be ignored")
42 message(" Multiple levels can be combined with W=12 or W=123")