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(" pahole - Report struct padding (requires the pahole program)")
29 message(" puncover - Local web server to view RAM, ROM and stack usage (requires puncover pip …
30 message(" ram_report - Build and create RAM usage report")
31 message(" rom_report - Build and create ROM usage report")
32 message(" footprint - Create JSON RAM/ROM usage report in the build directory")
33 message(" initlevels - Display the initialization sequence")
34 message(" boards - Display supported boards")
35 message(" shields - Display supported shields")
36 message(" usage - Display this text")
37 message(" llext-edk - Build the Linkable Loadable Extension (LLEXT) Extension Development Kit (…
38 message(" help - Display all build system targets")
39 message("")
40 message("Build flags:")
41 message("")
42 message(" ${generator} ${verbose} [targets] verbose build")
43 message(" cmake -DW=n Enable extra gcc checks, n=1,2,3 where")
44 message(" 1: warnings which may be relevant and do not occur too often")
45 message(" 2: warnings which occur quite often but may still be relevant")
46 message(" 3: more obscure warnings, can most likely be ignored")
47 message(" Multiple levels can be combined with W=12 or W=123")