You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am struggling with the build following tutorials for vboot and serial console for versions since 4.12.X.X for vboot, since 4.13.X.X for serial console.
Build error for serial_console:
build/bootblock/drivers/uart/uart8250io.o: In function `uart_init':
/home/coreboot/coreboot/src/drivers/uart/uart8250io.c:98: undefined reference to `check_com2'
make: *** [src/arch/x86/Makefile.inc:111: build/cbfs/fallback/bootblock.debug] Error 1
Build error for vboot:
/home/coreboot/coreboot/payloads/external/sortbootorder/sortbootorder/sortbootorder.c: In function 'main':
/home/coreboot/coreboot/payloads/external/sortbootorder/sortbootorder/sortbootorder.c:150:34: error: 'struct sysinfo_t' has no member named 'mainboard'; did you mean cb_mainboard'?
u8 *apu_id_string = lib_sysinfo.mainboard->strings +
^~~~~~~~~
cb_mainboard
/home/coreboot/coreboot/payloads/external/sortbootorder/sortbootorder/sortbootorder.c:151:20: error: 'struct sysinfo_t' has no member named 'mainboard'; did you mean cb_mainboard'?
lib_sysinfo.mainboard->part_number_idx;
^~~~~~~~~
cb_mainboard
/home/coreboot/coreboot/payloads/external/sortbootorder/sortbootorder/sortbootorder.c: At top level:
cc1: error: unrecognized command line option '-Wno-address-of-packed-member' [-Werror]
The text was updated successfully, but these errors were encountered:
@marian-decent-ch we do not maintain vboot build target monthly, thus some errors may occur. As for the sortbootorder it seems that libpayload structures changed and sortbootorder have problems with that. It is important to match the sortbootorder version with the given release version. Also when you switch between coreboot release versions you have to execute distclean option to clean up the build.
I am struggling with the build following tutorials for vboot and serial console for versions since 4.12.X.X for vboot, since 4.13.X.X for serial console.
Build error for serial_console:
Build error for vboot:
The text was updated successfully, but these errors were encountered: