forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Description
I've recently been motivated to get back on the horse and continue trying to make Rust viable with this fork. I've managed to replace with esp bootloader with a pure Rust one, that simply calls a main function and loops forever.
I've hit a stumbling block, unfortunately Rust requires frame pointers to generate debug info. So far to verify my programs is working I have been stepping through and matching the current pc with a objdump of the binary, this works to prove the chip is running my code but It's not viable to do any further development.
Is something blocking frame-pointers from being supported?
andywwright, NotAFile, zoechi, yasushisakai, reitermarkus and 2 more
Metadata
Metadata
Assignees
Labels
No labels