-
Notifications
You must be signed in to change notification settings - Fork 18
Conversation
I believe you need to create |
The "crt1-sim.so and _vectors.so not found" error resolved. But, the CIF not supported on debug build still appeared.
Thanks @jessebraham, the missing files helped, but only for release build.
When building for debug mode, it stopped on " CFI is not supported for this target" error. Maybe related to espressif/llvm-project#6. Debug Build Error Log
|
3979283
to
f59297b
Compare
A blinky example has been added |
This example contains valid Rust syntax.
But, I currently struggle for the linking process, it failed using
cargo xbuild
.