[coreboot] undefined reference to `IS_PC_SLICE_TYPE_BSD' SOLVED

BeBa benbarszcz at gmail.com
Fri Aug 27 22:36:02 CEST 2010


Hi,
I did what one of the authors said to do and it really compiles without
previous error.

One has to:
while in payloads/filo

cd main/grub/
nano -w completions.c
add line 25:
#define IS_PC_SLICE_TYPE_BSD_WITH_FS(type,fs) 0

go to line 205 and change it into:
&& ! IS_PC_SLICE_TYPE_BSD_WITH_FS(current_slice,0)) {


Save and recompile.

It should work.

If I may suggest why don't someone look into it whether this has been
the right way to fix it...

thanks in advance

BenBa




More information about the coreboot mailing list