Linker map shows `write_char` (and others) duplicated for embedded project

126 · Users Rust Lang · July 14, 2026, 9:24 p.m.
Summary
The author explores an issue with function duplication in an embedded Rust project for the mipsel-sony-psx target, specifically related to the implementation of the `println!` macro in a custom crate. They found two functions with similar names in the memory map and seek feedback on potential inefficiencies in their `println!` implementation and how to avoid this duplication.