-
-
Notifications
You must be signed in to change notification settings - Fork 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
GIGA: C++ Zephyr Hello World Sample produces multilple errors. #28
Comments
This is one of the known issues (see https://github.com/arduino/ArduinoCore-zephyr?tab=readme-ov-file#-upcoming-features -> Fix corner cases with std:: includes (like |
Just incorporated https://github.com/arduino/ArduinoCore-zephyr/pull/17/files/e653548709ed2d97f68b9cff64cf4778285e4b4f..ed1193730c31d50925f23e304bdaa413f18c6c91 change and gave it a try and fixed this issue:
probably should test with the following commented out as well:
|
@mjs513 I think you are referring to the other issue 🙂 This one is a bit more convoluted |
Oops I am - sorry - got myself confused :) Too much going on |
Retesting with 0.3.0 shows a different error now:
So guess with have to leave open |
Describe the bug
Running the C++ Hello World Zephyr example: Hello C++ worldPrint "Hello World" to the console in C++. But modified to use setup and loop yields multiple errors when compiling.
Target board + cli verbose compilation output
Target Board: Arduino GIGA R1
Verbose output - too large to paste.
Hello_world_cpp_verbose.txt
Mandatory: attach the sketch
Additional context
Tried using CONFIG_CPP=y in giga config file but get errors whether using it or not.
The text was updated successfully, but these errors were encountered: