Compile error

Eric W. Biederman ebiederman at lnxi.com
Wed Nov 24 02:36:01 CET 2004


"Adam Talbot" <talbotx at comcast.net> writes:

> Any ideas on this error? What is causing theis?
> 
>  /root/freebios2/src/mainboard/commell/lv-671/auto.c -o auto.inc
> raminit.c:1369.39:
> member channel1 not present

It looks like you are trying to compile code that references a structure
member you don't have.  

Typically I boards are setup with a struct memory controller that
has channel0 and channel1 members.  But that configuration is board specific.

Eric



More information about the coreboot mailing list