This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

When using Omax to compile and link, L6654 error occurs (compiler 6.17)

Under the latest 6.17 compiler Omax, the link error: L6654: Rejected Local symbol *** referred to from non group member lto-llvm-***.o(.text.***). This error message is consistent with Inline static variables are defined in the class, for example:
class A {
public:
inline static uint32_t s_Var{};
}