So if you look at : https://github.com/apache/incubator-tvm/blob/main/src/runtime/micro/micro_session.cc
You can see that there is a : static constexpr const size_t kReceiveBufferSizeBytes = 128; which is declared but not defined and used directly below as an argument which leads to linking failure in our dev. environment in < c++17 ( in C++17, I believe it does an inline directly). However, the tvm upstream CI does not see this issue and Im quite puzzled how it only gives the error in my local dev. environment when built with USE_MICRO. While the fix is trivial, I was looking how this escapes CI. --- [Visit Topic](https://discuss.tvm.apache.org/t/ci-c-standard-for-the-tvm-project/8508/3) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.apache.org/email/unsubscribe/24f84cacfdad7b1d142f02f9dc51f207e5e7c1416c73140673b13a97b7ec43df).