Skip to content
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

Closed
tao-a-man opened this issue Jul 16, 2024 · 2 comments
Closed

Error Build: Error data-layout not match #326

tao-a-man opened this issue Jul 16, 2024 · 2 comments
Labels
question Further information is requested

Comments

@tao-a-man
Copy link

'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's xtensa-none-elf default layout, e-m:e-p:32:32-i8:8:32-i16:16:32-i64:64-n32
image

@Vollbrecht Vollbrecht added the question Further information is requested label Sep 15, 2024
@Vollbrecht
Copy link
Collaborator

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 xtensa-esp32s3-none-elf and xtensa-esp32s3-esp-espidf

@ivmarkov
Copy link
Collaborator

No activity, closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
Status: Done
Development

No branches or pull requests

3 participants