View Single Post
 
Old 08-24-2009, 03:24 AM
infinitek's Avatar
infinitek infinitek is offline
Puma
 
Join Date: Jul 2008
Posts: 20
made a new dsdt with dsdtpatcher...... this time with force compile
Edited the dsdt.dsl file changing the RTC line from 04 to 02 using textedit
opened terminal dragged iasl in the window
dragged my edited dsdt.dsl into terminal and hit enter

No File and this is my result....
What does the error Method local variable is not initialized mean??????

Intel ACPI Component Architecture
ASL Optimizing Compiler version 20080926 [Oct 4 2008]
Copyright (C) 2000 - 2008 Intel Corporation
Supports ACPI Specification Revision 3.0a

/Volumes/Ksata/Snow leo/DSDTPatcherGUI_1.0/Sessions/2009-08-23-220904/Debug/dsdt.dsl 222: Method (_WAK, 1, NotSerialized)
Warning 1080 - Reserved method must return a value ^ (_WAK)

/Volumes/Ksata/Snow leo/DSDTPatcherGUI_1.0/Sessions/2009-08-23-220904/Debug/dsdt.dsl 285: Store (Local0, Local0)
Error 4050 - Method local variable is not initialized ^ (Local0)

/Volumes/Ksata/Snow leo/DSDTPatcherGUI_1.0/Sessions/2009-08-23-220904/Debug/dsdt.dsl 290: Store (Local0, Local0)
Error 4050 - Method local variable is not initialized ^ (Local0)

ASL Input: /Volumes/Ksata/Snow leo/DSDTPatcherGUI_1.0/Sessions/2009-08-23-220904/Debug/dsdt.dsl - 5556 lines, 184953 bytes, 2321 keywords
Compilation complete. 2 Errors, 1 Warnings, 0 Remarks, 31 Optimizations
Reply With Quote