Compiling under the hood

Is there some documentation on what’s happening under the hood when using the VSCode extension to build apps? Namely, how the cross compilation is happening.

In this post I tagged the Colibri family but I think it’s a general enough question.

Greetings @lisandropm,

I assume you’re asking in the context of C/C++ applications, correct?

In which case the VSCode extension does essentially an automated version of the process described in this article: How to do C/C++ Development on Torizon | Toradex Developer Center

Best Regards,
Jeremias

I assume you’re asking in the context of C/C++ applications, correct?

Correct, my bad for not specifying it.

In which case the VSCode extension does essentially an automated version of the process described in this article: How to do C/C++ Development on Torizon

Perfect, thanks a lot!

Glad I could help!