Hello Newt devs! I'm experimenting with Newt using the blinky project as described here<https://mynewt.apache.org/latest/get_started/project_create.html>. Building on linux, using gcc.
I have noticed that Newt directly invokes the compiler backend `cc1` rather than the more customary `gcc` frontend. Unfortunately, this breaks some static analysis tools. Can you help me understand why Newt works this way? Could it be made to (optionally) use the `gcc` frontend instead? Thanks! Jeffrey Thalhammer