esp-backtrace (0.12.1) - error[E0583]: file not found for module arc
#1783
-
I strongly believe it is user error but I can't find the answer. Some assistance would be appreciated.
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
I think you've missed setting the target, and are maybe building for your host machine. Did you use the template to generate your project? |
Beta Was this translation helpful? Give feedback.
-
Is your project open source, it might be easier to take a look directly? |
Beta Was this translation helpful? Give feedback.
-
Nope @MabezDev that did not fix the issue and it is really annoying. i even tried reducing it to example code to isolate the issue however I have no idea for the life of me why this is happening. Please help.
|
Beta Was this translation helpful? Give feedback.
Thanks for the reply, I honestly forgot to answer to this. Because I plan on having multiple board types, I opted using
xtask
to build the project similar to the esp-hal team SHOUT OUT TO THE SMARTIES.This allowed me to pass the parameters needed to terminal using the
cfg
tag and build the project based on the board type. In turn this got rid of that error since I'm building packages within packages.I may need to consider restructuring in the future, but for now it is working-ish hahah