Contribute
Register

[solved] Haswell DSDT compile error

Status
Not open for further replies.
Haswell DSDT compile error




Thanks for your prompt reply ...

I have posted my details and all required files in this thread (( #37 )) that you have gratefully already replied to in this thread (( #38 ))

Furthermore, I have used the latest versions of the following tools to extract and disassemble my ACPI DSDT/SSDT files:

- aisle
- patchmatic
- MaciASL (ACPI 6.1)

Yet, I still have that error (name already exists in scope, SB-.PCIO-PEG0, PEG1, PEG2) even after I removed line 13551 in DSDT " Store (Zero, RBUF) "

Thanks again ...

Using current tools, the only error is at line 13551:
Code:
SPEEDY-OSX:Downloads RehabMan$ iasl -ve -vi dsdt.dsl
dsdt.dsl(13551) : error    6058 - Invalid type (Target is [Package], Source must be a package also)
ASL Input:     dsdt.dsl - 32947 lines, 1076808 bytes, 17632 keywords

Compilation complete. 1 Errors, 48 Warnings, 294 Remarks, 133 Optimizations, 4 Constants Folded

Check that your tools are up-to-date:
- check MaciASL->About... should say: RM-1.31 (252.2)
- check MaciASL->Preferences->iASL...Current Compiler should show: version 20160313-64(RM)
 
Haswell DSDT compile error

Using current tools, the only error is at line 13551:
Code:
SPEEDY-OSX:Downloads RehabMan$ iasl -ve -vi dsdt.dsl
dsdt.dsl(13551) : error    6058 - Invalid type (Target is [Package], Source must be a package also)
ASL Input:     dsdt.dsl - 32947 lines, 1076808 bytes, 17632 keywords

Compilation complete. 1 Errors, 48 Warnings, 294 Remarks, 133 Optimizations, 4 Constants Folded

Check that your tools are up-to-date:
- check MaciASL->About... should say: RM-1.31 (252.2)
- check MaciASL->Preferences->iASL...Current Compiler should show: version 20160313-64(RM)


MAN ... YOU ARE SOOO RIGHT ... :thumbup: :thumbup: :thumbup:
I got the right MaciASL version RM-1.31 (252.2) but not the latest compiler version
sorry for troubling you ...
thanks to you I have now All my ACPI files error free ... :headbang: :headbang: :headbang:
 
Haswell DSDT compile error

MAN ... YOU ARE SOOO RIGHT ... :thumbup: :thumbup: :thumbup:
I got the right MaciASL version RM-1.31 (252.2) but not the latest compiler version
sorry for troubling you ...
thanks to you I have now All my ACPI files error free ... :headbang: :headbang: :headbang:

Marked solved.
 
please need help have this errors in MaciAsL
y run several fix pathes form RehabMan but stil have 4 errors
10/18/16, 2:19:52 AM, iASLh4nHtn.dsl(10642) : error 6126 - syntax error, unexpected PARSEOP_IF, expecting ',' or ')'
10/18/16, 2:19:52 AM, iASLh4nHtn.dsl(10643) : error 6126 - syntax error, unexpected '{'
10/18/16, 2:19:52 AM, iASLh4nHtn.dsl(10645) : error 6126 - syntax error, unexpected ')'
10/18/16, 2:19:52 AM, iASLh4nHtn.dsl(13062) : error 6126 - syntax error, unexpected PARSEOP_DEVICE, expecting $end and premature End-Of-File

please help .. DSDT extracted form a clover f4 method
 
please need help have this errors in MaciAsL
y run several fix pathes form RehabMan but stil have 4 errors
10/18/16, 2:19:52 AM, iASLh4nHtn.dsl(10642) : error 6126 - syntax error, unexpected PARSEOP_IF, expecting ',' or ')'
10/18/16, 2:19:52 AM, iASLh4nHtn.dsl(10643) : error 6126 - syntax error, unexpected '{'
10/18/16, 2:19:52 AM, iASLh4nHtn.dsl(10645) : error 6126 - syntax error, unexpected ')'
10/18/16, 2:19:52 AM, iASLh4nHtn.dsl(13062) : error 6126 - syntax error, unexpected PARSEOP_DEVICE, expecting $end and premature End-Of-File

please help .. DSDT extracted form a clover f4 method

https://www.tonymacx86.com/threads/guide-patching-laptop-dsdt-ssdts.152573/
 
Hi!I just encounter the same error with you ! I know that deleting the errors can solve the first three errors. but I cannot solve the unexpected } and the last error.
 

Attachments

  • DSDT.dsl
    799.3 KB · Views: 214
Thank you so much! I just follow the guide. Extract all the aml and use iasl to gernerate the dsl. And I open the dsl and found the errors. Thank you!

Read post #48. Carefully.
 

Attachments

  • Screen Shot 2017-08-10 at 11.21.29 AM.png
    Screen Shot 2017-08-10 at 11.21.29 AM.png
    163.5 KB · Views: 242
Status
Not open for further replies.
Back
Top