rust-embedded / cargo-binutils

Cargo subcommands to invoke the LLVM tools shipped with the Rust toolchain
Apache License 2.0
474 stars 41 forks source link

Cargo-size can't show fireware size on stm32g4 #142

Closed qff233 closed 3 months ago

qff233 commented 3 months ago

I use example of embassy. When I run cargo size, it all show zero. image And when I run cargo size -- -A, it show that it don't have .text and .data. image

Emilgardis commented 3 months ago

Did you solve your issue? What did you do?

burrbull commented 3 months ago

It looks like rust target was not set.