I am working on migrating to bazel from gnu make based build system. It is an ARM embedded application, and uses Green Hills Compiler. The assembler, compiler and linker flags need to be specified during the build. The source code consists of about 400 .c files and few libraries.
However I am not able to find any relevant documentation or examples for the same.
Could somebody please direct me here to some useful resources please.
Thanks!!!