Skip to content

ESP8266 build.opt missing fix #14

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TobyChaloner
Copy link

resolves #13

@TobyChaloner
Copy link
Author

TobyChaloner commented Jul 14, 2024

I would have preferred to add a conditional

if ("${ARDUINO_BOARD}" MATCHES "ESP8266") 

However on the first run, when BoardOptions.cmake does not exist, the variable was empty and thereafter the CMakeCache.txt had

//Arduino board for which the project is build for
ARDUINO_BOARD:STRING=

So the variable was blank. Not sure what I am doing wrong here.

@Jookia
Copy link

Jookia commented Aug 7, 2024

I hit this issue today. What's blocking this from a merge?

@TobyChaloner
Copy link
Author

Might be worth raising an issue on the parent repo, and reference this merge request.

kolbbond added a commit to kolbbond/Arduino-CMake-Toolchain that referenced this pull request Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ESP8266: xtensa-lx106-elf-g++: error: ..... /core/build.opt: No such file or directory
2 participants