Closed kevin-f-ortega closed 2 years ago
Receive several of these errors when compiling for VxWorks 7.0
~/fprime/Fw/Types/PolyType.cpp: In member function 'void Fw::PolyType::toString(Fw::StringBase&, bool) const': ~/fprime/Fw/Types/PolyType.cpp:617:66: error: expected ')' before 'PRIu8' (void) snprintf(valString, sizeof(valString), "%" PRIu8 " ", this->m_val.u8Val); ~ ^~~~~~ )
Compile without these errors.
Addressed in https://github.com/nasa/fprime/pull/1434
Problem Description
Receive several of these errors when compiling for VxWorks 7.0
How to Reproduce
Expected Behavior
Compile without these errors.