Bug 5346 - DSDT override build fails
Summary: DSDT override build fails
Status: REJECTED INVALID
Alias: None
Product: ACPI
Classification: Unclassified
Component: Config-Tables (show other bugs)
Hardware: i386 Linux
: P2 normal
Assignee: acpi_config-tables
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-02 02:32 UTC by Flemming Richter
Modified: 2005-10-06 21:36 UTC (History)
1 user (show)

See Also:
Kernel Version: 2.6.13.2
Subsystem:
Regression: ---
Bisected commit-id:


Attachments

Description Flemming Richter 2005-10-02 02:32:31 UTC
Most recent kernel where this bug did not occur:
Distribution: Gentoo 2005.1
Hardware Environment: x86, Intel Pentium 4
Software Environment:kernel 2.6.13.2, gcc 3.3.6, glibc 2.3.5-r1
Problem Description:
  CC      drivers/acpi/osl.o
drivers/acpi/osl.c:61:10: empty file name in #include
drivers/acpi/osl.c: In function `acpi_os_table_override':
drivers/acpi/osl.c:265: error: `AmlCode' undeclared (first use in this function)
drivers/acpi/osl.c:265: error: (Each undeclared identifier is reported only once
drivers/acpi/osl.c:265: error: for each function it appears in.)
make[2]: *** [drivers/acpi/osl.o] Error 1
make[1]: *** [drivers/acpi] Error 2
make: *** [drivers] Error 2

Steps to reproduce: compile the kernel with DSDT
Comment 1 Len Brown 2005-10-06 21:36:45 UTC
Apparently like your .config has

CONFIG_STANDALONE=n
CONFIG_ACPI_CUSTOM_DSDT=y
CONFIG_ACPI_CUSTOM_DSDT_FILE=""

I this true?
If yes, and you didn't intend to supply a custom DSDT firmware file,
then simply build with CONFIG_ACPI_CUSTOM_DSDT=n.
Or else if you did intend to supply a custom DSDT firmware file,
then please put the name of that file in CONFIG_ACPI_CUSTOM_DSDT_FILE
so the build knows where to find it.

If I'm confused, then please attach your .config and re-open this bug.
Comment 2 Flemming Richter 2005-10-07 00:07:59 UTC
I am sorry.. I forgot to check that. anyway, thanks for the help



On Thu, 2005-10-06 at 21:38 -0700, bugme-daemon@kernel-bugs.osdl.org
wrote:
> http://bugzilla.kernel.org/show_bug.cgi?id=5346
> 
> len.brown@intel.com changed:
> 
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>                  CC|                            |acpi-
>                    |                            |bugzilla@lists.sourceforge.n
>                    |                            |et
>              Status|NEW                         |REJECTED
>          Resolution|                            |INVALID
>             Summary|dsdt fails.                 |DSDT override build fails
> 
> 
> 
> ------- Additional Comments From len.brown@intel.com  2005-10-06 21:36 -------
> Apparently like your .config has
> 
> CONFIG_STANDALONE=n
> CONFIG_ACPI_CUSTOM_DSDT=y
> CONFIG_ACPI_CUSTOM_DSDT_FILE=""
> 
> I this true?
> If yes, and you didn't intend to supply a custom DSDT firmware file,
> then simply build with CONFIG_ACPI_CUSTOM_DSDT=n.
> Or else if you did intend to supply a custom DSDT firmware file,
> then please put the name of that file in CONFIG_ACPI_CUSTOM_DSDT_FILE
> so the build knows where to find it.
> 
> If I'm confused, then please attach your .config and re-open this bug.
> 
> 
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.


Note You need to log in before you can comment on or make changes to this bug.