Undefined references to some functions and variables in be_exec.c and be_module.c #468
Unanswered
HauNguyen2002
asked this question in
Q&A
Replies: 3 comments 2 replies
-
|
Why don't you use Tasmota for the ESP32? Tasmota has Berry on board… |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
If you want to go the hard way, please read: https://berry.readthedocs.io/en/latest/source/en/Appendix-C.html You need to implement all those functions with the appropriate implementation for your board in |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Some objects files are located in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone, I've had no experiences with Berry script yet and trying to integrate it to a project with a ESP32.
After building the cmake, I've already obtains some files in generate and build folder. Then when I build the whole project, some errors appear at the linking stage. I realized some functions and variables are undefined and i don't see their definitions anywhere in the repo.
Please let me know if i lack any step or need extra coding before building the project.
These are the errors:

Here is the berry_config.h that I get somewhere on the internet. (I have to make a text file to upload to this discussion, it's a header file in my project)
berry_config.txt
Beta Was this translation helpful? Give feedback.
All reactions