Jump to content

HELP FRESH DUMP DSDT CANT COMPILE ERRORS


techno877
 Share

13 posts in this topic

Recommended Posts

 @MaLd0n   @Hervé 

still not solved i am able to solve all other but not this one ...  syntax error, unexpected PARSEOP_NAME, expecting $end and premature End-Of-File"

FRESH DUMPED DSDT NOT COMPILING FACING ERRORS TRIED IT DUMPED WITH DIFFERENT METHOD f4 + patchmatic ALREADY PLEASE HELP also tried dessembly with refs text method also with 

Compiler Summary 2019-01-11 01-56-26.png

Link to comment
Share on other sites

You can use iasl 6.2 and try to correct

                If (LEqual (PM6H, One))
                {
                    CreateBitField (BUF0, \_SB.PCI0._Y0C._RW, ECRW)  // _RW_: Read-Write Status
                    Store (Zero, ECRW) 
                 }   
                If  (PM0H)
                {
                   CreateDWordField (BUF0, \_SB.PCI0._Y0D._LEN, F0LN)  // _LEN: Length
                   Store (Zero, F0LN) /* \_SB_.PCI0._CRS.F0LN */
                 }


 

Link to comment
Share on other sites

  • 1 year later...

Hi there, someone help me I have a similar issue with my DSDT.
6126, syntax error, unexpected PARSEOP_NAME.
.........................................
Name (SS1, 0x00)
Name (SS2, 0x00)
Name (SS3, One)
One
Name (SS4, One)
One
OperationRegion (GNVS, SystemMemory, 0x5FF57000, 0x072C)
Field (GNVS, AnyAcc, Lock, Preserve)
..................................
I've deleted the "One" not working, and marqued the Ones as comment with "//" but it always return the error : 6126, syntax error, unexpected PARSEOP_NAME.
I use Catalina on a Thinkpad P51 i7 7700HQ, Quadro 1200, intelHD630 graphic, 24 Gig of RAM,.
Need some help.
Here my files

DSDT.aml.zip

DSDT.dsl.zip

Screen Shot 2020-02-26 at 3.36.00 PM.png

Link to comment
Share on other sites

4 hours ago, Boubak729 said:

Hi there, someone help me I have a similar issue with my DSDT.
6126, syntax error, unexpected PARSEOP_NAME.
.........................................
Name (SS1, 0x00)
Name (SS2, 0x00)
Name (SS3, One)
One
Name (SS4, One)
One
OperationRegion (GNVS, SystemMemory, 0x5FF57000, 0x072C)
Field (GNVS, AnyAcc, Lock, Preserve)
..................................
I've deleted the "One" not working, and marqued the Ones as comment with "//" but it always return the error : 6126, syntax error, unexpected PARSEOP_NAME.
I use Catalina on a Thinkpad P51 i7 7700HQ, Quadro 1200, intelHD630 graphic, 24 Gig of RAM,.
Need some help.
Here my files

DSDT.aml.zip

DSDT.dsl.zip

Screen Shot 2020-02-26 at 3.36.00 PM.png

Error Fixed

Archive.zip

Link to comment
Share on other sites

 Share

×
×
  • Create New...