Date
1 - 2 of 2
"in-tree" builds > its meaning
Bolivar, Marti
Hello,
"yasokada via Lists.Zephyrproject.Org" <yasokada=gmail.com@lists.zephyrproject.org> writes: Application DevelopmentThat is not correct. Am I mistaken?An "in-tree" build is when build artifacts (object files, generated code, etc.) are created in the same directories as the source code. E.g. if CMake places the object file for zephyr/kernel/init.c in the same directory (zephyr/kernel), that would be an in-tree build, but that is not supported by the Zephyr build system. Zephyr's build system requires "out-of-tree" builds, which means that the build directory is separate from the source directories. Martí
|
|
@yasokada
Dear Marti
Thank you very much for your reply. I can understand the difference now. Best regards Yasuhiko Okada
|
|