bake
bake copied to clipboard
C++ build tool
Reading this PR https://github.com/esrlabs/bake/issues/176 I understand that there is no way to change the hardcoded values for the CLang compiler. I wanted to build a 64 bit version using MinGW...
Requested by developers: Argument which behaves like abs-path for all outputs EXCEPT for calling the compiler (here the original command line shall be used as it would be without abs-path).
Seems the the clang analyzer feature does not work in real cases due to missing system includes. I have to check this and either fix the code or the documentation...
Instead of ExternalLibrary "x/y/z.a", search: false ExternalLibrary "a/b/c.a", search: true the user should write ExternalLibrary "x/y/z.a" # this should NOT be splitted into search path and lib in bake 3...
even it comes from different contextes. maybe useful for e.g. googletest, etc
As already mentioned in #176 it is not possible to overwrite the archiver flags. The patch for fixing #176 statically decides about the archiver flags based on the host. The...
Let's say there is a project with a specific toolchain. Can it be added to bake by adding a path to toolchain description via command line? E.g. the toolchain description...
First approach could be adding it as a forth compiler type (C ,CPP, ASM, Q). This way it can be combined easily with GCC or MSVC. Maybe a generic solution...