Hi, I am in the process of creating a library with common code (initialization of peripheral units etc). In most cases, some modules are unused, but they are still included in the .out file. Is it possible to instruct the linker to only include code that is used somewhere?