Closed Chan-I closed 1 year ago
Hello, I am getting a similar error message as you at the top of this post. I was wondering if you had any information on how you solved your issue?
The name
here is the macro parameter. The macro is being used to generate the actual accessor inline functions. This error appears to be the result of the macro not being expanded properly. I'm guessing that's something due to how the code is appearing in context in OpenBMC. Alternatively it could be that the OpenBMC build is using a different compiler to those I've tested.
I am just trying to build the OpenBMC and met some errors:
After reading the code of this project, I have some questions.
The definition of
struct fdt_header
indtc/fdt.h
is as follows, It does not have a member named [name].But in
dtc/libfdt.h : 264
Is that a BUG?