CarbonChauvinist / dotfiles

0 stars 0 forks source link

query related to ACPI DST compilation ERROR #1

Open waltervargas opened 5 years ago

waltervargas commented 5 years ago

Hi,

First of all, thank you for this gist.

I am getting the following when trying to compile:

DSDT.dsl  18558:                     _E42 ()
Error    6152 -                        ^ Illegal recursive call to method that creates named objects (_E42)

    Original name creation/declaration below: 
    DSDT.dsl  18509:         Method (_E42, 0, NotSerialized)  // _Exx: Edge-Triggered GPE, xx=0x00-0xFF

could you please provide an insight of what is going on here?

waltervargas commented 5 years ago

you will be able to see the source code of the file at: dell_precision_5510_linux_arch/tree/master/acpi/tables

Thanks !