mold
mold copied to clipboard
Does mold support "--print-memory-usage" flag?
When building embedded firmware printing the memory usage is often very beneficial. When I try to use mold with the arm-none-eabi-gcc compiler with the flag --print-memory-usage I get the error mold: fatal: unknown command line option: --print-memory-usage
We don't support that flag, but we also don't support linker script. Are you using mold to build embedded firmware?
Yes. I was just trying out if it will work for embedded targets
Are there plans to support embedded workflows?