Well, its a step in the right direction, I updated the configs and started the compile... ERROR!! Any ideas on this one. Am I missing something in my configs?
/root/freebios2/src/southbridge/via/vt8235/vt8235.c:523: warning: `enum chip_pass' declared inside parameter list /root/freebios2/src/southbridge/via/vt8235/vt8235.c:523: warning: its scope is only this definition or declaration, which is probably not what you want /root/freebios2/src/southbridge/via/vt8235/vt8235.c:523: warning: `struct chip' declared inside parameter list /root/freebios2/src/southbridge/via/vt8235/vt8235.c:524: error: parameter `pass' has incomplete type /root/freebios2/src/southbridge/via/vt8235/vt8235.c: In function `southbridge_init': /root/freebios2/src/southbridge/via/vt8235/vt8235.c:527: error: dereferencing pointer to incomplete type /root/freebios2/src/southbridge/via/vt8235/vt8235.c:530: error: `CONF_PASS_PRE_PCI' undeclared (first use in this function) /root/freebios2/src/southbridge/via/vt8235/vt8235.c:530: error: (Each undeclared identifier is reported only once /root/freebios2/src/southbridge/via/vt8235/vt8235.c:530: error: for each function it appears in.) /root/freebios2/src/southbridge/via/vt8235/vt8235.c:534: error: `CONF_PASS_POST_PCI' undeclared (first use in this function) /root/freebios2/src/southbridge/via/vt8235/vt8235.c:538: warning: implicit declaration of function `setup_i8259' /root/freebios2/src/southbridge/via/vt8235/vt8235.c:543: warning: implicit declaration of function `vga_fixup' /root/freebios2/src/southbridge/via/vt8235/vt8235.c:549: error: `CONF_PASS_PRE_BOOT' undeclared (first use in this function) /root/freebios2/src/southbridge/via/vt8235/vt8235.c: At top level: /root/freebios2/src/southbridge/via/vt8235/vt8235.c:562: error: unknown field `enable' specified in initializer /root/freebios2/src/southbridge/via/vt8235/vt8235.c:562: warning: initialization from incompatible pointer type /root/freebios2/src/southbridge/via/vt8235/vt8235.c:102: warning: `nvram_on' defined but not used make[1]: *** [vt8235.o] Error 1 make[1]: Leaving directory `/root/freebios2/targets/via/epia-m/epia-m/normal' make: *** [normal/linuxbios.rom] Error 1
-Adam Talbot
----- Original Message ----- From: "Ronald G. Minnich" rminnich@lanl.gov To: "Adam Talbot" talbotx@comcast.net Cc: Linuxbios@clustermatic.org Sent: Thursday, February 24, 2005 9:37 AM Subject: Re: Build error on the EPIA-M
On Thu, 24 Feb 2005, Adam Talbot wrote:
I am more then willing to do the updating. Just need to no why its
failing.
the syntax of config files has changed. Look at a working one in the tyan directories to see how they should look.
ron