Bug #131
closed
- Subject changed from Renaming *__attribute__((packed))` to `__packed` broke coreinfo build to Renaming `__attribute__((packed))` to `__packed` broke coreinfo build
Do you have an error message I can look at? I just tried to reproduce the issue, and compiling coreinfo worked fine here.
The error I pasted in #coreboot@irc.freenode.net is below.
/src/coreboot/payloads/coreinfo/cbfs_module.c:56:3: error: conflicting types for '__packed'
But I am unable to reproduce in a new environment building coreinfo as secondary payload either. Maybe libpayload needs to be rebuild or so?
- Status changed from New to Resolved
Ah, yes. That is definitely the case. You will have to rebuild (or rather re-install) libpayload, or you will get the old include files from libpayload before the change.
- Status changed from Resolved to Closed
Rebuilding libpayload fixed this indeed. Thank you.
Also available in: Atom
PDF