<br><br><div class="gmail_quote">2011/3/2 Keith Hui <span dir="ltr"><<a href="mailto:buurin@gmail.com">buurin@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
---<br>
First, Mysterious breakage on experimental i82371eb ACPI stuff<br>
<br>
Rudolf, Idwer, and anyone that tried doing ACPI for the ASUS P2B<br>
series of boards:<br>
<br>
I'm seeing mysterious compiler breakge after updating my local copy to<br>
r6424. I copied that from P2B to P2B-LS and both break.</blockquote><div><br>This breakage happens after "make distclean" too ? Backup your .config first.<br>Do you have any local changes ?<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Make log says:<br>
<br>
    CC         southbridge/intel/i82371eb/fadt.driver.o<br>
src/southbridge/intel/i82371eb/fadt.c:35:35: error: expected ‘)’<br>
before ‘*’ token<br>
make: *** [build/southbridge/intel/i82371eb/fadt.driver.o] Error 1<br>
<br>
Which points to this in the file:<br>
<br>
/**<br>
 * Create the Fixed ACPI Description Tables (FADT) for any board with this SB.<br>
 * Reference: ACPIspec40a, 5.2.9, page 118<br>
 */<br>
void acpi_create_fadt(acpi_fadt_t * fadt, acpi_facs_t * facs, void * dsdt)<br></blockquote><div><br>That should be *fadt, *facs and *dsdt: <a href="http://tracker.coreboot.org/trac/coreboot/browser/trunk/src/southbridge/intel/i82371eb/fadt.c#L35">http://tracker.coreboot.org/trac/coreboot/browser/trunk/src/southbridge/intel/i82371eb/fadt.c#L35</a><br>
 </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
{<br>
        acpi_header_t *header = &(fadt->header);<br>
        device_t dev;<br>
[ Rest of function goes here]<br>
}<br>
<br>
Are any of you guys having the same problem?<br></blockquote><div><br>No, not with archlinux' 'native' gcc and not with crossgcc (and not with abuild, abuild uses crossgcc too).<br></div></div>