Skip to content

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