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 make[1]: *** [auto.inc] Error 1 make[1]: Leaving directory `/root/linuxbios/lv-671.512kflash/normal' make: *** [normal/linuxbios.rom] Error 1
-Adam Talbot
I need to know a *lot* more about your setup.
We can commit your initial tree if you wish so others can see.
ron
"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