Skip to content
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

Compile for ESP32 microprocessor #358

Open
danimasa opened this issue Mar 6, 2023 · 1 comment
Open

Compile for ESP32 microprocessor #358

danimasa opened this issue Mar 6, 2023 · 1 comment

Comments

@danimasa
Copy link

danimasa commented Mar 6, 2023

Compiling the code for ESP32 microprocessor generates the following errors:

/work/src/framework/yaml/rapidyaml-0.5.0.hpp:356:5: error: #error "unknown platform"
 #   error "unknown platform"
     ^~~~~
/work/src/framework/yaml/rapidyaml-0.5.0.hpp:509:5: error: #error "unknown CPU architecture"
    #error "unknown CPU architecture"
     ^~~~~

Is there any way to compile for this platform?

@biojppm
Copy link
Owner

biojppm commented Mar 6, 2023

It is very likely. A pull request to address this would be appreciated.

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

No branches or pull requests

2 participants