You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commit 3220e63 compiles most of files right now, however compilation stops at one file that includes vector header from c++ library.
Compiler output is following:
Same error happens if I try to compile cpp_synchroization after adding #include <vector> header into its main.
Zephyr had a issue like this in past: zephyrproject-rtos/zephyr#15603, however they seemed to resolve it.
I should try compiling this on regular zephyr commit, to see if this happens there as well.
The text was updated successfully, but these errors were encountered:
Commit 3220e63 compiles most of files right now, however compilation stops at one file that includes
vector
header from c++ library.Compiler output is following:
Same error happens if I try to compile
cpp_synchroization
after adding#include <vector>
header into its main.Zephyr had a issue like this in past: zephyrproject-rtos/zephyr#15603, however they seemed to resolve it.
I should try compiling this on regular zephyr commit, to see if this happens there as well.
The text was updated successfully, but these errors were encountered: