1--- 2name: Bug report 3about: Create a report to help us improve Zephyr 4title: '' 5labels: bug 6assignees: '' 7 8--- 9 10**Describe the bug** 11A clear and concise description of what the bug is. 12What have you tried to diagnose or workaround this issue? 13 14**To Reproduce** 15Steps to reproduce the behavior: 161. mkdir build; cd build 172. cmake -DBOARD=board\_xyz 183. make 194. See error 20 21**Expected behavior** 22A clear and concise description of what you expected to happen. 23 24**Impact** 25What impact does this issue have on your progress (e.g., annoyance, showstopper) 26 27**Logs and console output** 28If applicable, add console logs or other types of debug information 29e.g Wireshark capture or Logic analyzer capture (upload in zip archive). 30copy-and-paste text and put a code fence (\`\`\`) before and after, to help 31explain the issue. (if unable to obtain text log, add a screenshot) 32 33**Environment (please complete the following information):** 34 - OS: (e.g. Linux, MacOS, Windows) 35 - Toolchain (e.g Zephyr SDK, ...) 36 - Commit SHA or Version used 37 38 39**Additional context** 40Add any other context about the problem here. 41