-
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
Make error #37
Comments
File or directory not found. Looking at my own Ubuntu 18.04 development system, with edit: likely the wrong package |
Hello, thanks for your answer... Sadly Its not the Problem. I have just installed the libc6-dev-armel-cross package and it still doesnt work, still the same error message... |
I used your Build Steps to Build it but It wont work. |
I guess you'll have to uncover why it doesn't work; I did that tutorial with Ubuntu 16.04 two years ago, and things will have changed since. What architecture are you running your Ubuntu operating system on? If it is x86_64, please install the |
I found a solution for my problem... I installed the 32bit libs with:
Then I installed Python Pip because it wasnt installed somehow... then I installed all esp-idf requirements with Python Pip together with the requirements.txt from esp-idf But now I become another error and I dont know what to do... |
The error you have looks like a problem with the When I try it, I get a different error. (Could you please copy and paste the error rather than use a screen image? It takes me much longer to handle a screen image, and I can't easily search for errors without first doing an OCR. Look at the |
I Try but for some reasons the Copy and Paste from my VM to my Host Maschine dont work ... |
Toolchain path: /home/ubuntu/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc |
I'm sorry that you are having so much trouble. I just made some improvements and fixes in the Makefiles so that it might "just work". Try pulling the latest version of cforth and then
|
Ok I will try thanks ! Apreciated |
Hello,
I have an Issue with Making the ESP32 Cforth Build. Sorry for asking if its dumb but Im a newbie with make stuff and so on...
The text was updated successfully, but these errors were encountered: