-
Notifications
You must be signed in to change notification settings - Fork 131
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
Error Build: Error data-layout not match #326
Comments
you probably mixed up some esp-hal and esp-idf-hal project? To make any sense of this error you may provide what you exactly did, and how did you setup your project. I strongly suspect that you mixed and matched esp-hal and esp--idf-hal stuff. They both have distinct target definitions ala |
No activity, closing. |
This also seems to happen on recent |
espup is not in the business of generating projects. Did you mean esp-idf-template? |
same error by runing https://github.com/esp-rs/esp-idf-template generated project |
Install You are compiling with |
environment i was using devContainer, it's a cool stuff i'm follow this https://github.com/esp-rs/std-training/blob/main/intro/hardware-check/rust-toolchain.toml ,and i generate a new project,found that should be esp,now im trying to build a hello world thanks for advice |
'esp32s3' is not a recognized processor for this target (ignoring processor)
'+atomics' is not a recognized feature for this target (ignoring feature)
'+mul16' is not a recognized feature for this target (ignoring feature)
'-fp' is not a recognized feature for this target (ignoring feature)
'esp32s3' is not a recognized processor for this target (ignoring processor)
error: data-layout for target
xtensa-esp32s3-none-elf
,e-m:e-p:32:32-v1:8:8-i64:64-i128:128-n32
, differs from LLVM target'sxtensa-none-elf
default layout,e-m:e-p:32:32-i8:8:32-i16:16:32-i64:64-n32
The text was updated successfully, but these errors were encountered: