Advertisement
Guest User

Untitled

a guest
Sep 28th, 2016
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1.  
  2. Intel ACPI Component Architecture
  3. ASL+ Optimizing Compiler version 20160831-64
  4. Copyright (c) 2000 - 2016 Intel Corporation
  5.  
  6. Compiler aborting due to parser-detected syntax error(s)
  7. dsdt.dsl 6122: 0x02 = ALIB /* External reference */
  8. Error 6126 - ^ syntax error, unexpected PARSEOP_EXP_EQUALS
  9.  
  10. dsdt.dsl 6137: 0x03 = ALIB /* External reference */
  11. Error 6126 - ^ syntax error, unexpected PARSEOP_EXP_EQUALS
  12.  
  13. dsdt.dsl 6152: 0x04 = ALIB /* External reference */
  14. Error 6126 - ^ syntax error, unexpected PARSEOP_EXP_EQUALS
  15.  
  16. dsdt.dsl 6408: 0x06 = ALIB /* External reference */
  17. Error 6126 - ^ syntax error, unexpected PARSEOP_EXP_EQUALS
  18.  
  19. dsdt.dsl 6504: 0x06
  20. Error 6126 - ^ syntax error, unexpected PARSEOP_INTEGER
  21.  
  22. dsdt.dsl 6546: 0x06
  23. Error 6126 - ^ syntax error, unexpected PARSEOP_INTEGER
  24.  
  25. dsdt.dsl 11600: }
  26. Error 6126 - ^ syntax error, unexpected '}'
  27.  
  28. dsdt.dsl 11620: }
  29. Error 6126 - ^ syntax error, unexpected '}'
  30.  
  31. dsdt.dsl 11891:
  32. Error 6126 - syntax error, unexpected $end and premature End-Of-File
  33.  
  34. ASL Input: dsdt.dsl - 11891 lines, 365252 bytes, 5638 keywords
  35. Hex Dump: dsdt.hex - 203 bytes
  36.  
  37. Compilation complete. 9 Errors, 0 Warnings, 0 Remarks, 0 Optimizations
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement