Replies: 3 comments 4 replies
-
|
The symbol is called |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the answer, but I found the code that was raising the error message, and it searches for The problem is when the binary gets stripped, the symbol vanishes. I wonder how all this is supposed to work in a release build ..... |
Beta Was this translation helpful? Give feedback.
-
|
We do many many release builds with defmt, and it works perfectly. The symbol name is exactly as I described, as you can see in the source code here: #[export_name = "_defmt_version_ = 4"]
static DEFMT_VERSION: u8 = 0;And in the documentation I wrote here: https://defmt.ferrous-systems.com/defmt-versions?highlight=version#defmt-versions
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I've probably read every doc about setting up defmt, but nothing seems to work.
E.g., in a link.x file I define PROVIDE(_defmt_version_ = 4);
but I still get the error when running prope-rs:
Any idea what is going wrong?
Beta Was this translation helpful? Give feedback.
All reactions