public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* RE: Impossible to compile iasl
@ 2004-11-26 10:53 Starikovskiy, Alexey Y
       [not found] ` <6EDC9204B3704C4C8522539D5C1185E565100D-g/v8ENnfjb4gGBtAFL8yw7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
  0 siblings, 1 reply; 20+ messages in thread
From: Starikovskiy, Alexey Y @ 2004-11-26 10:53 UTC (permalink / raw)
  To: vincent.legarrec; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Hi,

Could you describe your problem in more detail? One of the problems on
debian is that you need to install flex-old instead of just flex.


Regards,
	Alex.

>-----Original Message-----
>From: acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org [mailto:acpi-devel-
>admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org] On Behalf Of vincent.legarrec
>Sent: Friday, November 26, 2004 12:55 AM
>To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>Subject: [ACPI] Impossible to compile iasl
>
>Hi, I downloaded iasl from
>http://www.intel.com/technology/iapc/acpi/downloads.htm and I can't
compile
>it.
>I need iasl because I have the recurrent message : ACPI:
>acpi_ec_space_handler: bit_width should be 8
>
>Is anyone have the same problem?
>
>Thanks
>
>
>
>-------------------------------------------------------
>SF email is sponsored by - The IT Product Guide
>Read honest & candid reviews on hundreds of IT Products from real
users.
>Discover which products truly live up to the hype. Start reading now.
>http://productguide.itmanagersjournal.com/
>_______________________________________________
>Acpi-devel mailing list
>Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>https://lists.sourceforge.net/lists/listinfo/acpi-devel


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/

^ permalink raw reply	[flat|nested] 20+ messages in thread
* RE: Impossible to compile iasl
@ 2004-11-30 17:04 Moore, Robert
  0 siblings, 0 replies; 20+ messages in thread
From: Moore, Robert @ 2004-11-30 17:04 UTC (permalink / raw)
  To: Arjen Verweij; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Oddly enough, the version of bison that I use to generate iASL on
Windows did not catch the missing semicolon and compiled it without any
additional errors/warnings.

Bob


> -----Original Message-----
> From: acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org [mailto:acpi-devel-
> admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org] On Behalf Of Arjen Verweij
> Sent: Friday, November 26, 2004 11:54 AM
> Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> Subject: Re: [ACPI] Impossible to compile iasl
> 
> That's nice, but that version isn't on:
> http://www.intel.com/technology/iapc/acpi/license2.htm
> 
> Nate Lawson wrote:
> 
> > Arjen Verweij wrote:
> >
> >> sphere@barton:~/media/acpica-unix-20041105/compiler$ make
> >> cc -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
> >> -I../include    -c -o aslcompilerparse.o aslcompilerparse.c
> >> aslcompiler.y: In function `AslCompilerparse':
> >> aslcompiler.y:953: error: parse error before '}' token
> >> make: *** [aslcompilerparse.o] Error 1
> >>
> >> This behaviour is the same regardless of flex/flex-old.
> >
> >
> > That's an error in the src, just add the missing semicolon.  It's
> > fixed in the 1119 dist.
> >
> > -Nate
> 
> 
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real
users.
> Discover which products truly live up to the hype. Start reading now.
> http://productguide.itmanagersjournal.com/
> _______________________________________________
> Acpi-devel mailing list
> Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/acpi-devel


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/

^ permalink raw reply	[flat|nested] 20+ messages in thread
[parent not found: <6EDC9204B3704C4C8522539D5C1185E568C8C8@mssmsx403.ccr.corp.intel.com>]
[parent not found: <6EDC9204B3704C4C8522539D5C1185E568C7D3@mssmsx403.ccr.corp.intel.com>]
* Re: Impossible to compile iasl
@ 2004-11-26 13:04 vincent.legarrec
       [not found] ` <20041126130337.A9C6D1C00120-byJVNRQBufkNGthLlkJmTBXaG6MH5uyT@public.gmane.org>
  0 siblings, 1 reply; 20+ messages in thread
From: vincent.legarrec @ 2004-11-26 13:04 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

[-- Attachment #1: Type: text/plain, Size: 366 bytes --]

Thanks a lot for all replies, one problem is solve but now I have the
message :

 

aslcompiler.l:846: error: `yytext_ptr' undeclared (first use in this
function)

aslcompiler.l:846: error: (Each undeclared identifier is reported only once

aslcompiler.l:846: error: for each function it appears in.)

make: *** [aslcompilerlex.o] Erreur 1

 

Regards,

 

Vincent


[-- Attachment #2: Type: text/html, Size: 3090 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread
* RE: Impossible to compile iasl
@ 2004-11-26 11:28 Starikovskiy, Alexey Y
  0 siblings, 0 replies; 20+ messages in thread
From: Starikovskiy, Alexey Y @ 2004-11-26 11:28 UTC (permalink / raw)
  To: Arjen Verweij
  Cc: vincent.legarrec, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f


This is the line 953.

>-----Original Message-----
>From: acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org [mailto:acpi-devel-
>admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org] On Behalf Of Starikovskiy, Alexey Y
>Sent: Friday, November 26, 2004 2:16 PM
>To: Arjen Verweij
>Cc: vincent.legarrec; acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>Subject: RE: [ACPI] Impossible to compile iasl
>
>Thanks, that is enough :)
>
>Edit aslcompiler.y and put semicolon ';' before the closing curly
braket
>'}'
>
>Sorry for inconvenience,
>	Alex.
>
>>-----Original Message-----
>>From: Arjen Verweij [mailto:a.verweij-oe7qfRrRQfeEZXFvZSAUrfP6llvjuJOh@public.gmane.org]
>>Sent: Friday, November 26, 2004 2:03 PM
>>To: Starikovskiy, Alexey Y
>>Cc: vincent.legarrec; acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>>Subject: Re: [ACPI] Impossible to compile iasl
>>
>>sphere@barton:~/media/acpica-unix-20041105/compiler$ make
>>cc -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>>-I../include    -c -o aslcompilerparse.o aslcompilerparse.c
>>aslcompiler.y: In function `AslCompilerparse':
>>aslcompiler.y:953: error: parse error before '}' token
>>make: *** [aslcompilerparse.o] Error 1
>>
>>This behaviour is the same regardless of flex/flex-old.
>>
>>I don't know what other details to tell you.
>>
>>Regards,
>>
>>Arjen
>>
>>Starikovskiy, Alexey Y wrote:
>>
>>>Hi,
>>>
>>>Could you describe your problem in more detail? One of the problems
on
>>>debian is that you need to install flex-old instead of just flex.
>>>
>>>
>>>Regards,
>>>	Alex.
>>>
>>>
>>>
>>>>-----Original Message-----
>>>>From: acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org [mailto:acpi-devel-
>>>>admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org] On Behalf Of vincent.legarrec
>>>>Sent: Friday, November 26, 2004 12:55 AM
>>>>To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>>>>Subject: [ACPI] Impossible to compile iasl
>>>>
>>>>Hi, I downloaded iasl from
>>>>http://www.intel.com/technology/iapc/acpi/downloads.htm and I can't
>>>>
>>>>
>>>compile
>>>
>>>
>>>>it.
>>>>I need iasl because I have the recurrent message : ACPI:
>>>>acpi_ec_space_handler: bit_width should be 8
>>>>
>>>>Is anyone have the same problem?
>>>>
>>>>Thanks
>>>>
>>>>
>>>>
>>>>-------------------------------------------------------
>>>>SF email is sponsored by - The IT Product Guide
>>>>Read honest & candid reviews on hundreds of IT Products from real
>>>>
>>>>
>>>users.
>>>
>>>
>>>>Discover which products truly live up to the hype. Start reading
now.
>>>>http://productguide.itmanagersjournal.com/
>>>>_______________________________________________
>>>>Acpi-devel mailing list
>>>>Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>>>>https://lists.sourceforge.net/lists/listinfo/acpi-devel
>>>>
>>>>
>>>
>>>
>>>-------------------------------------------------------
>>>SF email is sponsored by - The IT Product Guide
>>>Read honest & candid reviews on hundreds of IT Products from real
>users.
>>>Discover which products truly live up to the hype. Start reading now.
>>>http://productguide.itmanagersjournal.com/
>>>_______________________________________________
>>>Acpi-devel mailing list
>>>Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>>>https://lists.sourceforge.net/lists/listinfo/acpi-devel
>>>
>>>
>
>
>-------------------------------------------------------
>SF email is sponsored by - The IT Product Guide
>Read honest & candid reviews on hundreds of IT Products from real
users.
>Discover which products truly live up to the hype. Start reading now.
>http://productguide.itmanagersjournal.com/
>_______________________________________________
>Acpi-devel mailing list
>Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>https://lists.sourceforge.net/lists/listinfo/acpi-devel


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/

^ permalink raw reply	[flat|nested] 20+ messages in thread
* RE: Impossible to compile iasl
@ 2004-11-26 11:16 Starikovskiy, Alexey Y
       [not found] ` <6EDC9204B3704C4C8522539D5C1185E565103D-g/v8ENnfjb4gGBtAFL8yw7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
  0 siblings, 1 reply; 20+ messages in thread
From: Starikovskiy, Alexey Y @ 2004-11-26 11:16 UTC (permalink / raw)
  To: Arjen Verweij
  Cc: vincent.legarrec, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Thanks, that is enough :)

Edit aslcompiler.y and put semicolon ';' before the closing curly braket
'}'

Sorry for inconvenience,
	Alex.

>-----Original Message-----
>From: Arjen Verweij [mailto:a.verweij-oe7qfRrRQfeEZXFvZSAUrfP6llvjuJOh@public.gmane.org]
>Sent: Friday, November 26, 2004 2:03 PM
>To: Starikovskiy, Alexey Y
>Cc: vincent.legarrec; acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>Subject: Re: [ACPI] Impossible to compile iasl
>
>sphere@barton:~/media/acpica-unix-20041105/compiler$ make
>cc -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>-I../include    -c -o aslcompilerparse.o aslcompilerparse.c
>aslcompiler.y: In function `AslCompilerparse':
>aslcompiler.y:953: error: parse error before '}' token
>make: *** [aslcompilerparse.o] Error 1
>
>This behaviour is the same regardless of flex/flex-old.
>
>I don't know what other details to tell you.
>
>Regards,
>
>Arjen
>
>Starikovskiy, Alexey Y wrote:
>
>>Hi,
>>
>>Could you describe your problem in more detail? One of the problems on
>>debian is that you need to install flex-old instead of just flex.
>>
>>
>>Regards,
>>	Alex.
>>
>>
>>
>>>-----Original Message-----
>>>From: acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org [mailto:acpi-devel-
>>>admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org] On Behalf Of vincent.legarrec
>>>Sent: Friday, November 26, 2004 12:55 AM
>>>To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>>>Subject: [ACPI] Impossible to compile iasl
>>>
>>>Hi, I downloaded iasl from
>>>http://www.intel.com/technology/iapc/acpi/downloads.htm and I can't
>>>
>>>
>>compile
>>
>>
>>>it.
>>>I need iasl because I have the recurrent message : ACPI:
>>>acpi_ec_space_handler: bit_width should be 8
>>>
>>>Is anyone have the same problem?
>>>
>>>Thanks
>>>
>>>
>>>
>>>-------------------------------------------------------
>>>SF email is sponsored by - The IT Product Guide
>>>Read honest & candid reviews on hundreds of IT Products from real
>>>
>>>
>>users.
>>
>>
>>>Discover which products truly live up to the hype. Start reading now.
>>>http://productguide.itmanagersjournal.com/
>>>_______________________________________________
>>>Acpi-devel mailing list
>>>Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>>>https://lists.sourceforge.net/lists/listinfo/acpi-devel
>>>
>>>
>>
>>
>>-------------------------------------------------------
>>SF email is sponsored by - The IT Product Guide
>>Read honest & candid reviews on hundreds of IT Products from real
users.
>>Discover which products truly live up to the hype. Start reading now.
>>http://productguide.itmanagersjournal.com/
>>_______________________________________________
>>Acpi-devel mailing list
>>Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>>https://lists.sourceforge.net/lists/listinfo/acpi-devel
>>
>>


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/

^ permalink raw reply	[flat|nested] 20+ messages in thread
* Impossible to compile iasl
@ 2004-11-25 21:55 vincent.legarrec
       [not found] ` <20041125215456.53EA218000F6-afEMCSx7HWSXUJFIH1ktwRXaG6MH5uyT@public.gmane.org>
  0 siblings, 1 reply; 20+ messages in thread
From: vincent.legarrec @ 2004-11-25 21:55 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Hi, I downloaded iasl from
http://www.intel.com/technology/iapc/acpi/downloads.htm and I can't compile
it.
I need iasl because I have the recurrent message : ACPI:
acpi_ec_space_handler: bit_width should be 8

Is anyone have the same problem? 

Thanks



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2004-11-30 17:04 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-26 10:53 Impossible to compile iasl Starikovskiy, Alexey Y
     [not found] ` <6EDC9204B3704C4C8522539D5C1185E565100D-g/v8ENnfjb4gGBtAFL8yw7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
2004-11-26 11:03   ` Arjen Verweij
     [not found]     ` <41A70D76.1080300-oe7qfRrRQfeEZXFvZSAUrfP6llvjuJOh@public.gmane.org>
2004-11-26 18:13       ` Nate Lawson
     [not found]         ` <41A77233.9000205-Y6VGUYTwhu0@public.gmane.org>
2004-11-26 19:54           ` Arjen Verweij
     [not found]             ` <41A789D9.4000804-oe7qfRrRQfeEZXFvZSAUrfP6llvjuJOh@public.gmane.org>
2004-11-27  7:57               ` vincent.legarrec
  -- strict thread matches above, loose matches on Subject: below --
2004-11-30 17:04 Moore, Robert
     [not found] <6EDC9204B3704C4C8522539D5C1185E568C8C8@mssmsx403.ccr.corp.intel.com>
     [not found] ` <6EDC9204B3704C4C8522539D5C1185E568C8C8-g/v8ENnfjb4gGBtAFL8yw7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
2004-11-26 17:50   ` vincent.legarrec
     [not found]     ` <20041126174956.838EE1C0019D-yfbLRZkFF/SeJ4+gcmcuWhXaG6MH5uyT@public.gmane.org>
2004-11-27  6:24       ` Arjen Verweij
     [not found] <6EDC9204B3704C4C8522539D5C1185E568C7D3@mssmsx403.ccr.corp.intel.com>
     [not found] ` <6EDC9204B3704C4C8522539D5C1185E568C7D3-g/v8ENnfjb4gGBtAFL8yw7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
2004-11-26 15:07   ` vincent.legarrec
     [not found]     ` <20041126150639.053DE1C00CFE-byJVNRQBufnlT94B3i6i6RXaG6MH5uyT@public.gmane.org>
2004-11-26 15:52       ` Bruno Ducrot
2004-11-26 20:25       ` Bruce Mackay
2004-11-26 13:04 vincent.legarrec
     [not found] ` <20041126130337.A9C6D1C00120-byJVNRQBufkNGthLlkJmTBXaG6MH5uyT@public.gmane.org>
2004-11-26 14:16   ` Bruno Ducrot
2004-11-26 11:28 Starikovskiy, Alexey Y
2004-11-26 11:16 Starikovskiy, Alexey Y
     [not found] ` <6EDC9204B3704C4C8522539D5C1185E565103D-g/v8ENnfjb4gGBtAFL8yw7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
2004-11-26 13:19   ` Arjen Verweij
2004-11-25 21:55 vincent.legarrec
     [not found] ` <20041125215456.53EA218000F6-afEMCSx7HWSXUJFIH1ktwRXaG6MH5uyT@public.gmane.org>
2004-11-26  0:57   ` Arjen Verweij
2004-11-26  1:08   ` Oscar Pernas
     [not found]     ` <200411260208.47941.pernas-fdvnYtO25ZEdrSGeuO01YvU/3Eu2kcEP@public.gmane.org>
2004-11-26  1:22       ` Arjen Verweij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox