Re: how to get the verbose output the check the compile details using west?
Bolivar, Marti
The "west -vvv build" line is correct, but will potentially enable a lot
toggle quoted messageShow quoted text
more verbose output than is desired. The -v option can be given multiple times, and west build includes compiler output when it's given just one. You can just do "west -v build ..." if the compiler lines are what you need. The "full" -vvv output is usually only helpful when debugging west itself. "Cufi, Carles via Lists.Zephyrproject.Org" <carles.cufi=nordicsemi.no@lists.zephyrproject.org> writes:
Even simpler:
|
|