X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-redboot.git;a=blobdiff_plain;f=doc%2Fhtml%2Fuser-guide%2Fbuild-tree.html;fp=doc%2Fhtml%2Fuser-guide%2Fbuild-tree.html;h=d1eeadf0a7b875b0ea10fa73d225578a850577f7;hp=0000000000000000000000000000000000000000;hb=2b5bec7716c03d42cfb16d8c98c9cea573bf6722;hpb=47412fc4bd1aefc0d5498bcb3860a9d727196f16 diff --git a/doc/html/user-guide/build-tree.html b/doc/html/user-guide/build-tree.html new file mode 100644 index 00000000..d1eeadf0 --- /dev/null +++ b/doc/html/user-guide/build-tree.html @@ -0,0 +1,237 @@ + + + + + + + + +Build Tree +
eCos User Guide
PrevChapter 25. The Component Repository and Working DirectoriesNext

Build Tree

The build tree is the directory + hierarchy in which all generated files + are placed. Generated files consist of the + makefile, the compiled object files, + and a dependency file (with a .d + extension) for each source file.

Purpose

The build tree is where all intermediate object files are + placed.

How is it modified?

Recompiling can modify the object files.

User applications

User application source or binary code should + not go in the build tree.

Examples of files in this hierarchy

ecos-work/language/c/libc/<version>/src

The directory in which object files for + the C library are built.


PrevHomeNext
The Component Repository and Working DirectoriesUpInstall Tree
\ No newline at end of file