"Adam Talbot" talbotx@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