-
Notifications
You must be signed in to change notification settings - Fork 41
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
ESP32, how to properly build with PIO and exted.c #124
Comments
The PlatformIO build uses a smaller extend.c in platform/arduino not the one with the ESP-IDK build. You can either change the build, or move what you need across. C Forth is not a software package with a single build method, but a collection of build methods according to requirements of various developers. The respective developers support their build methods. You will note a build tree separate to the source tree, and that's the main way we support this style. Thanks for the warnings. If you have a fix, let me know. @Jos-Ven's repository if used should be used with the WIP branch not the master branch. @Jos-Ven can explain further. |
Hi, There was a problem with extend.c in the past. As far as I could test my repository works when you use: git clone https://github.com/Jos-Ven/cforth --branch WIP Perhaps make clean might solve your #123 problem |
Hello @Jos-Ven thak you for shining in, maybe there is a step that I might be missing, here is my output,
This is the build process:
This is the test for python:
|
Hi, My Python version is: Python 3.11.2 See https://www.debugpoint.com/install-python-3-11-ubuntu/ at the end for installation |
Hello,
I can successfully create an ESP32 image using the provided
src/app/esp32
yet when I flash cforth to the board, it cant seem to address the provide words in theextend.c
file, in this case,src/app/esp32/extend.c
which is part of the repository. I have tried @Jos-Ven repository, and I can't seem to find the words in my build.Here is an example of the tested words for the sake of the conversation which I know are not in the dictionary,
This is the test to try to test for these words:
I just built the again an came across some warnings see the snippet :
Thank you!
The text was updated successfully, but these errors were encountered: