-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't use inline assembly #64
Comments
Typed Inline asm has not been ported to the xtensa arch yet, see #32. You can however use the |
But when I try to compile xtensa-lx-rt I get this error because of the |
I see, it seems |
Hi @NathanMcMillan54, sorry about the trouble - I have added support for the new Please report back if you run into any issues - hope this helps :) |
Oh thanks! I'll see if it worked |
This isn't related to this issue, when I recompiled Xtensa Rust and try to compile anything I get this error: error: linking with `xtensa-esp32-elf-gcc` failed: exit status: 1
|
= note: "xtensa-esp32-elf-gcc" .... a ton of file paths....
....
= note: xtensa-esp32-elf-gcc: fatal error: -fuse-linker-plugin, but liblto_plugin.so not found
compilation terminated.
Is |
Seems like you have an old version on xtensa gcc? Try with the latest from here: https://github.com/espressif/crosstool-NG/releases. |
Thanks! I'll try that |
When I try to compile anything that uses an assembly macro on any xtensa target, I get this error:
This is my
.cargo/config.toml
:And I compiled with:
Did I compile the compiler wrong? Or did I compile the project wrong?
The text was updated successfully, but these errors were encountered: