Hello,
Kindly, find the attachment for the compilation issue.
The file out_ltkcpp.h is created by xsltproc, which is having an entry in class as "llrp_u32_tm_VendorIdentifier", whereas this should have been created as 2 different entities like "llrp_u32_t m_VendorIdentifier".
It is not inserting a space charater in between data type and data member variable.
Got solution, sharing for others to use it.
Add ' ' character befor "m_" to make it like " m_" in the following two files, wherever applicable.
To know where to add ' ' character, go through the compilation error logs and look out for "out_ltkcpp.h:1841:5: error: ‘llrp_u32_tm_VendorIdentifier’ does not name a type" error.