We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello all,
armlink produces a lot of output which is very useful indeed. But I would like it to be silent during Makefile builds so that any warnings reported by armcc above or even armlink are easily captured/viewed by the engineer.
Most linkers and compilers have a quiet or silent mode. Is there such a mode for armlink? I am using a CMake generated Makefile and wouldn't know how to redirect the output to /dev/null on my Linux cross-compiler box.
I just set the CMAKE_LINKER to armlink in the CMakeLists.txt file so don't have the luxury of a custom Makefile command to redirect stderr. But if there is a command line option like --silent then that would be great.
Thanks, Guraaf