Contribute
Register

Error when i dissamble

Status
Not open for further replies.
Joined
Oct 29, 2013
Messages
146
Motherboard
Windows 8.1, Mac OSX Yosemite 10.10.2
CPU
Intel Core I7 4700MQ
Graphics
NVIDIA GTX 780m, IntelHD 4600
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. Android
General Information
I try to fix my DSDT and SSDT's and i get a lot of errors. So i cant save the files wit aml ending. afterthat i searched and found out that i must dissamble.
When i try to dissamble with iasl -e SSDT*.aml -d dsdt.aml i get this error:


Intel ACPI Component Architecture
ASL Optimizing Compiler version 20131115-64 [Dec 1 2013]
Copyright (c) 2000 - 2013 Intel Corporation

Could not open input file: No such file or directory
 
When i try to dissamble with iasl -e SSDT*.aml -d dsdt.aml i get this error:


Intel ACPI Component Architecture
ASL Optimizing Compiler version 20131115-64 [Dec 1 2013]
Copyright (c) 2000 - 2013 Intel Corporation

Could not open input file: No such file or directory

It means you have no files matching SSDT*.aml or dsdt.aml does not exist. Note that bash pattern matching is case sensitive, even though the file system in OS X is not.
 
I cant create amk files because i have errors
 
I cant create amk files because i have errors

That is quite normal and expected. You need to resolve any remaining errors in the disassembled files.
 
Ok i have only one error in the DSDT file
8861, 6126, syntax error, unexpected PARSEOP_ARG0

how can i solve this?
 
Ok i have only one error in the DSDT file
8861, 6126, syntax error, unexpected PARSEOP_ARG0

how can i solve this?

No idea for sure unless you post the files, but it is likely you can simply remove the line.
 
I can not upload the file dsl file it is to big
and if i delete the line i get many other errors
But here is a pic Bildschirmfoto 2014-07-07 um 16.22.47.png
 
Status
Not open for further replies.
Back
Top