* Acpica problem?
@ 2003-06-30 10:37 Hrvoje Habjanic
[not found] ` <200306301237.07932.hrvoje.habjanic-+VD6v/bdhRf0NTdHYsHBKg@public.gmane.org>
0 siblings, 1 reply; 8+ messages in thread
From: Hrvoje Habjanic @ 2003-06-30 10:37 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
[root@xxx acpi]# ./acpica-unix-20030619/compiler/iasl -g
Intel ACPI Component Architecture
ASL Optimizing Compiler / AML Disassembler version 20030619 [Jun 30 2003]
Copyright (C) 2000 - 2003 Intel Corporation
Supports ACPI Specification Revision 2.0b
Core dump
I'm dooing something wrong?
Hrvoje
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Acpica problem?
[not found] ` <200306301237.07932.hrvoje.habjanic-+VD6v/bdhRf0NTdHYsHBKg@public.gmane.org>
@ 2003-06-30 11:11 ` liste-9nAOAgdJVo4b1SvskN2V4Q
[not found] ` <Pine.LNX.4.33.0306301311190.1064-100000-KnfdeQs3A3X/9pzu0YdTqQ@public.gmane.org>
2003-06-30 14:49 ` Ducrot Bruno
1 sibling, 1 reply; 8+ messages in thread
From: liste-9nAOAgdJVo4b1SvskN2V4Q @ 2003-06-30 11:11 UTC (permalink / raw)
To: Hrvoje Habjanic; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Salut Hrvoje,
On Mon, 30 Jun 2003, Hrvoje Habjanic wrote:
> [root@xxx acpi]# ./acpica-unix-20030619/compiler/iasl -g
>
> Intel ACPI Component Architecture
> ASL Optimizing Compiler / AML Disassembler version 20030619 [Jun 30 2003]
> Copyright (C) 2000 - 2003 Intel Corporation
> Supports ACPI Specification Revision 2.0b
>
> Core dump
>
> I'm dooing something wrong?
Did you build it from source?
cheers
hartwig felger
Hartwig Felger informatics
- --
1024D/339FD693 Hartwig Felger <hgfelger-9nAOAgdJVo4b1SvskN2V4Q@public.gmane.org>
Key fingerprint = FB2F 3EE9 345A D55B 6FF2 0EC1 F5B0 684F 339F D693
For the pulic keys, please visit my page.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
iD8DBQE/ABsD9bBoTzOf1pMRAsgWAJ40y8pmLoTgrpn+H+wrN0Szr4M2qQCgzTVL
t3yWu5IzYV+sixQuDzWMM6g=
=xK2h
-----END PGP SIGNATURE-----
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Acpica problem?
[not found] ` <Pine.LNX.4.33.0306301311190.1064-100000-KnfdeQs3A3X/9pzu0YdTqQ@public.gmane.org>
@ 2003-06-30 12:00 ` Hrvoje Habjanic
[not found] ` <200306301400.12493.hrvoje.habjanic-+VD6v/bdhRf0NTdHYsHBKg@public.gmane.org>
2003-06-30 12:16 ` Hrvoje Habjanic
1 sibling, 1 reply; 8+ messages in thread
From: Hrvoje Habjanic @ 2003-06-30 12:00 UTC (permalink / raw)
To: hgfelger-9nAOAgdJVo4b1SvskN2V4Q, liste-9nAOAgdJVo4b1SvskN2V4Q
Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
On Monday 30 June 2003 13:11, liste-9nAOAgdJVo4b1SvskN2V4Q@public.gmane.org wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Salut Hrvoje,
>
> On Mon, 30 Jun 2003, Hrvoje Habjanic wrote:
> > [root@xxx acpi]# ./acpica-unix-20030619/compiler/iasl -g
> >
> > Intel ACPI Component Architecture
> > ASL Optimizing Compiler / AML Disassembler version 20030619 [Jun 30 2003]
> > Copyright (C) 2000 - 2003 Intel Corporation
> > Supports ACPI Specification Revision 2.0b
> >
> > Core dump
> >
> > I'm dooing something wrong?
>
> Did you build it from source?
Yep!
[root@habi xxx]# cd acpica-unix-20030619/compiler/
[root@xxx compiler]# make
bison -v -d -y -pAslCompiler aslcompiler.y
conflicts: 33 shift/reduce, 47 reduce/reduce
cp y.tab.c aslcompilerparse.c
cp y.tab.h aslcompiler.y.h
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o aslcompilerparse.o aslcompilerparse.c
flex -i -PAslCompiler -oaslcompilerlex.c aslcompiler.l
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o aslcompilerlex.o aslcompilerlex.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o aslanalyze.o aslanalyze.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o aslcodegen.o aslcodegen.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o aslcompile.o aslcompile.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o aslerror.o aslerror.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o aslfiles.o aslfiles.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o asllength.o asllength.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o asllisting.o asllisting.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o aslload.o aslload.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o asllookup.o asllookup.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o aslmain.o aslmain.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o aslmap.o aslmap.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o aslopcodes.o aslopcodes.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o asloperands.o asloperands.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o aslresource.o aslresource.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o aslrestype1.o aslrestype1.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o aslrestype2.o aslrestype2.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o asltree.o asltree.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o aslutils.o aslutils.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o asltransform.o asltransform.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o aslfold.o aslfold.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o aslstubs.o aslstubs.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o aslopt.o aslopt.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../common/getopt.o ../common/getopt.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../utilities/utalloc.o ../utilities/utalloc.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../utilities/utcopy.o ../utilities/utcopy.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../utilities/utdebug.o ../utilities/utdebug.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../utilities/utdelete.o ../utilities/utdelete.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../utilities/utglobal.o ../utilities/utglobal.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../utilities/utobject.o ../utilities/utobject.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../utilities/utmisc.o ../utilities/utmisc.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../utilities/utmath.o ../utilities/utmath.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../namespace/nsaccess.o ../namespace/nsaccess.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../namespace/nsalloc.o ../namespace/nsalloc.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../namespace/nsdump.o ../namespace/nsdump.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../namespace/nsnames.o ../namespace/nsnames.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../namespace/nsobject.o ../namespace/nsobject.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../namespace/nsparse.o ../namespace/nsparse.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../namespace/nssearch.o ../namespace/nssearch.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../namespace/nsutils.o ../namespace/nsutils.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../namespace/nswalk.o ../namespace/nswalk.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../namespace/nsxfobj.o ../namespace/nsxfobj.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/parser/psargs.o ../interpreter/parser/psargs.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/parser/psopcode.o ../interpreter/parser/psopcode.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/parser/psparse.o ../interpreter/parser/psparse.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/parser/psscope.o ../interpreter/parser/psscope.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/parser/pstree.o ../interpreter/parser/pstree.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/parser/psutils.o ../interpreter/parser/psutils.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/parser/pswalk.o ../interpreter/parser/pswalk.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/dispatcher/dswscope.o ../interpreter/dispatcher/dswscope.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/dispatcher/dswstate.o ../interpreter/dispatcher/dswstate.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/dispatcher/dsfield.o ../interpreter/dispatcher/dsfield.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/dispatcher/dsobject.o ../interpreter/dispatcher/dsobject.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/dispatcher/dsopcode.o ../interpreter/dispatcher/dsopcode.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/dispatcher/dsutils.o ../interpreter/dispatcher/dsutils.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/dispatcher/dswexec.o ../interpreter/dispatcher/dswexec.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/dispatcher/dswload.o ../interpreter/dispatcher/dswload.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/executer/exconvrt.o ../interpreter/executer/exconvrt.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/executer/excreate.o ../interpreter/executer/excreate.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/executer/exdump.o ../interpreter/executer/exdump.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/executer/exmisc.o ../interpreter/executer/exmisc.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/executer/exmutex.o ../interpreter/executer/exmutex.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/executer/exnames.o ../interpreter/executer/exnames.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/executer/exoparg1.o ../interpreter/executer/exoparg1.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/executer/exoparg2.o ../interpreter/executer/exoparg2.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/executer/exoparg3.o ../interpreter/executer/exoparg3.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/executer/exoparg6.o ../interpreter/executer/exoparg6.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/executer/exprep.o ../interpreter/executer/exprep.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/executer/exregion.o ../interpreter/executer/exregion.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/executer/exresnte.o ../interpreter/executer/exresnte.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/executer/exresolv.o ../interpreter/executer/exresolv.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/executer/exresop.o ../interpreter/executer/exresop.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/executer/exstore.o ../interpreter/executer/exstore.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/executer/exstoren.o ../interpreter/executer/exstoren.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/executer/exstorob.o ../interpreter/executer/exstorob.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/executer/exsystem.o ../interpreter/executer/exsystem.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/executer/exutils.o ../interpreter/executer/exutils.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../common/adisasm.o ../common/adisasm.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../debugger/dbfileio.o ../debugger/dbfileio.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../disassembler/dmbuffer.o ../disassembler/dmbuffer.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../disassembler/dmnames.o ../disassembler/dmnames.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../disassembler/dmopcode.o ../disassembler/dmopcode.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../disassembler/dmobject.o ../disassembler/dmobject.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../disassembler/dmresrc.o ../disassembler/dmresrc.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../disassembler/dmresrcl.o ../disassembler/dmresrcl.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../disassembler/dmresrcs.o ../disassembler/dmresrcs.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../disassembler/dmutils.o ../disassembler/dmutils.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../disassembler/dmwalk.o ../disassembler/dmwalk.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../tables/tbinstal.o ../tables/tbinstal.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../tables/tbutils.o ../tables/tbutils.c
cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../osunixxf.o ../osunixxf.c
cc aslcompilerparse.o aslcompilerlex.o aslanalyze.o aslcodegen.o aslcompile.o aslerror.o aslfiles.o asllength.o asllisting.o aslload.o asllookup.o aslmain.o aslmap.o aslopcodes.o asloperands.o aslresource.o aslrestype1.o aslrestype2.o asltree.o aslutils.o asltransform.o aslfold.o aslstubs.o aslopt.o ../common/getopt.o ../utilities/utalloc.o ../utilities/utcopy.o ../utilities/utdebug.o ../utilities/utdelete.o ../utilities/utglobal.o ../utilities/utobject.o ../utilities/utmisc.o ../utilities/utmath.o ../namespace/nsaccess.o ../namespace/nsalloc.o ../namespace/nsdump.o ../namespace/nsnames.o ../namespace/nsobject.o ../namespace/nsparse.o ../namespace/nssearch.o ../namespace/nsutils.o ../namespace/nswalk.o ../namespace/nsxfobj.o ../interpreter/parser/psargs.o ../interpreter/parser/psopcode.o ../interpreter/parser/psparse.o ../interpreter/parser/psscope.o ../interpreter/parser/pstree.o ../interpreter/parser/psutils.o ../interpreter/parser/pswalk.o ../interpreter/dispatcher/dswscope.o ../interpreter/dispatcher/dswstate.o ../interpreter/dispatcher/dsfield.o ../interpreter/dispatcher/dsobject.o ../interpreter/dispatcher/dsopcode.o ../interpreter/dispatcher/dsutils.o ../interpreter/dispatcher/dswexec.o ../interpreter/dispatcher/dswload.o ../interpreter/executer/exconvrt.o ../interpreter/executer/excreate.o ../interpreter/executer/exdump.o ../interpreter/executer/exmisc.o ../interpreter/executer/exmutex.o ../interpreter/executer/exnames.o ../interpreter/executer/exoparg1.o ../interpreter/executer/exoparg2.o ../interpreter/executer/exoparg3.o ../interpreter/executer/exoparg6.o ../interpreter/executer/exprep.o ../interpreter/executer/exregion.o ../interpreter/executer/exresnte.o ../interpreter/executer/exresolv.o ../interpreter/executer/exresop.o ../interpreter/executer/exstore.o ../interpreter/executer/exstoren.o ../interpreter/executer/exstorob.o ../interpreter/executer/exsystem.o ../interpreter/executer/exutils.o ../common/adisasm.o ../debugger/dbfileio.o ../disassembler/dmbuffer.o ../disassembler/dmnames.o ../disassembler/dmopcode.o ../disassembler/dmobject.o ../disassembler/dmresrc.o ../disassembler/dmresrcl.o ../disassembler/dmresrcs.o ../disassembler/dmutils.o ../disassembler/dmwalk.o ../tables/tbinstal.o ../tables/tbutils.o ../osunixxf.o \
-o iasl
[root@xxx compiler]# ./iasl -g
Intel ACPI Component Architecture
ASL Optimizing Compiler / AML Disassembler version 20030619 [Jun 30 2003]
Copyright (C) 2000 - 2003 Intel Corporation
Supports ACPI Specification Revision 2.0b
Segmentation fault
>
> cheers
> hartwig felger
>
> Hartwig Felger informatics
>
> - --
> 1024D/339FD693 Hartwig Felger <hgfelger-9nAOAgdJVo4b1SvskN2V4Q@public.gmane.org>
> Key fingerprint = FB2F 3EE9 345A D55B 6FF2 0EC1 F5B0 684F 339F D693
> For the pulic keys, please visit my page.
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.2 (GNU/Linux)
>
> iD8DBQE/ABsD9bBoTzOf1pMRAsgWAJ40y8pmLoTgrpn+H+wrN0Szr4M2qQCgzTVL
> t3yWu5IzYV+sixQuDzWMM6g=
> =xK2h
> -----END PGP SIGNATURE-----
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Acpica problem?
[not found] ` <Pine.LNX.4.33.0306301311190.1064-100000-KnfdeQs3A3X/9pzu0YdTqQ@public.gmane.org>
2003-06-30 12:00 ` Hrvoje Habjanic
@ 2003-06-30 12:16 ` Hrvoje Habjanic
1 sibling, 0 replies; 8+ messages in thread
From: Hrvoje Habjanic @ 2003-06-30 12:16 UTC (permalink / raw)
To: hgfelger-9nAOAgdJVo4b1SvskN2V4Q, liste-9nAOAgdJVo4b1SvskN2V4Q
Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
It seems that osunixxf.c is missing something?
<quote>
ACPI_STATUS
AcpiOsGetRootPointer (
UINT32 Flags,
ACPI_POINTER *Address)
{
return (AE_OK);
}
</quote>
[root@xxx compiler]# gdb ./iasl
GNU gdb Red Hat Linux (5.3post-0.20021129.18rh)
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux-gnu"...
(gdb) set args -g
(gdb) run
Starting program: /tmp/acpi/acpica-unix-20030619/compiler/iasl -g
Intel ACPI Component Architecture
ASL Optimizing Compiler / AML Disassembler version 20030619 [Jun 30 2003]
Copyright (C) 2000 - 2003 Intel Corporation
Supports ACPI Specification Revision 2.0b
Program received signal SIGSEGV, Segmentation fault.
0x0806dee5 in AdGetLocalTables (Filename=0x0, GetAllTables=1 '\001') at ../common/adisasm.c:877
877 if (!ACPI_STRNCMP (NewTable->Signature, "RSDT", 4))
(gdb) backtrace
#0 0x0806dee5 in AdGetLocalTables (Filename=0x0, GetAllTables=1 '\001') at ../common/adisasm.c:877
#1 0x0806d9fa in AdAmlDisassemble (OutToFile=1 '\001', Filename=0x0, Prefix=0x0, OutFilename=0x80a0f14,
GetAllTables=0 '\0') at ../common/adisasm.c:492
#2 0x0805295a in main (argc=2, argv=0xbfffe174) at aslmain.c:735
#3 0x4003e5cd in __libc_start_main () from /lib/libc.so.6
On Monday 30 June 2003 13:11, liste-9nAOAgdJVo4b1SvskN2V4Q@public.gmane.org wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Salut Hrvoje,
>
> On Mon, 30 Jun 2003, Hrvoje Habjanic wrote:
> > [root@xxx acpi]# ./acpica-unix-20030619/compiler/iasl -g
> >
> > Intel ACPI Component Architecture
> > ASL Optimizing Compiler / AML Disassembler version 20030619 [Jun 30 2003]
> > Copyright (C) 2000 - 2003 Intel Corporation
> > Supports ACPI Specification Revision 2.0b
> >
> > Core dump
> >
> > I'm dooing something wrong?
>
> Did you build it from source?
>
> cheers
> hartwig felger
>
> Hartwig Felger informatics
>
> - --
> 1024D/339FD693 Hartwig Felger <hgfelger-9nAOAgdJVo4b1SvskN2V4Q@public.gmane.org>
> Key fingerprint = FB2F 3EE9 345A D55B 6FF2 0EC1 F5B0 684F 339F D693
> For the pulic keys, please visit my page.
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.2 (GNU/Linux)
>
> iD8DBQE/ABsD9bBoTzOf1pMRAsgWAJ40y8pmLoTgrpn+H+wrN0Szr4M2qQCgzTVL
> t3yWu5IzYV+sixQuDzWMM6g=
> =xK2h
> -----END PGP SIGNATURE-----
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Acpica problem?
[not found] ` <200306301237.07932.hrvoje.habjanic-+VD6v/bdhRf0NTdHYsHBKg@public.gmane.org>
2003-06-30 11:11 ` liste-9nAOAgdJVo4b1SvskN2V4Q
@ 2003-06-30 14:49 ` Ducrot Bruno
1 sibling, 0 replies; 8+ messages in thread
From: Ducrot Bruno @ 2003-06-30 14:49 UTC (permalink / raw)
To: Hrvoje Habjanic; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
On Mon, Jun 30, 2003 at 12:37:07PM +0200, Hrvoje Habjanic wrote:
>
> [root@xxx acpi]# ./acpica-unix-20030619/compiler/iasl -g
>
> Intel ACPI Component Architecture
> ASL Optimizing Compiler / AML Disassembler version 20030619 [Jun 30 2003]
> Copyright (C) 2000 - 2003 Intel Corporation
> Supports ACPI Specification Revision 2.0b
>
> Core dump
>
> I'm dooing something wrong?
>
No. Just that '-g' is broken for age. Apparently, nobody care to
fix it..
--
Ducrot Bruno
-- Which is worse: ignorance or apathy?
-- Don't know. Don't care.
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Acpica problem?
[not found] ` <200306301400.12493.hrvoje.habjanic-+VD6v/bdhRf0NTdHYsHBKg@public.gmane.org>
@ 2003-06-30 15:16 ` elbg
[not found] ` <3F005439.4030705-QFKgK+z4sOrR7s880joybQ@public.gmane.org>
0 siblings, 1 reply; 8+ messages in thread
From: elbg @ 2003-06-30 15:16 UTC (permalink / raw)
To: Hrvoje Habjanic
Cc: hgfelger-9nAOAgdJVo4b1SvskN2V4Q, liste-9nAOAgdJVo4b1SvskN2V4Q,
acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Salut,
Me I do not have the files following : "aslcompilerparse.c &
aslcompilerlex.c " in the sources of intel :
"acpica-unix-20030619.tar.gz" !
I looked in the directory "../acpica-unix-20030619/compiler/" and it do
not have the file there ! I have to check
"../acpica-unix-20030619/compiler/Makefile" and they must be there !
It is possible that.??
I does not understand!!
Hrvoje Habjanic a écrit :
>On Monday 30 June 2003 13:11, liste-9nAOAgdJVo4b1SvskN2V4Q@public.gmane.org wrote:
>
>
>>-----BEGIN PGP SIGNED MESSAGE-----
>>Hash: SHA1
>>
>>Salut Hrvoje,
>>
>>On Mon, 30 Jun 2003, Hrvoje Habjanic wrote:
>>
>>
>>>[root@xxx acpi]# ./acpica-unix-20030619/compiler/iasl -g
>>>
>>>Intel ACPI Component Architecture
>>>ASL Optimizing Compiler / AML Disassembler version 20030619 [Jun 30 2003]
>>>Copyright (C) 2000 - 2003 Intel Corporation
>>>Supports ACPI Specification Revision 2.0b
>>>
>>>Core dump
>>>
>>>I'm dooing something wrong?
>>>
>>>
>>Did you build it from source?
>>
>>
>
>Yep!
>
>
>[root@habi xxx]# cd acpica-unix-20030619/compiler/
>[root@xxx compiler]# make
>bison -v -d -y -pAslCompiler aslcompiler.y
>conflicts: 33 shift/reduce, 47 reduce/reduce
>cp y.tab.c aslcompilerparse.c
>cp y.tab.h aslcompiler.y.h
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o aslcompilerparse.o aslcompilerparse.c
>flex -i -PAslCompiler -oaslcompilerlex.c aslcompiler.l
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o aslcompilerlex.o aslcompilerlex.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o aslanalyze.o aslanalyze.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o aslcodegen.o aslcodegen.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o aslcompile.o aslcompile.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o aslerror.o aslerror.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o aslfiles.o aslfiles.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o asllength.o asllength.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o asllisting.o asllisting.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o aslload.o aslload.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o asllookup.o asllookup.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o aslmain.o aslmain.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o aslmap.o aslmap.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o aslopcodes.o aslopcodes.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o asloperands.o asloperands.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o aslresource.o aslresource.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o aslrestype1.o aslrestype1.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o aslrestype2.o aslrestype2.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o asltree.o asltree.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o aslutils.o aslutils.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o asltransform.o asltransform.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o aslfold.o aslfold.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o aslstubs.o aslstubs.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o aslopt.o aslopt.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../common/getopt.o ../common/getopt.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../utilities/utalloc.o ../utilities/utalloc.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../utilities/utcopy.o ../utilities/utcopy.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../utilities/utdebug.o ../utilities/utdebug.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../utilities/utdelete.o ../utilities/utdelete.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../utilities/utglobal.o ../utilities/utglobal.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../utilities/utobject.o ../utilities/utobject.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../utilities/utmisc.o ../utilities/utmisc.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../utilities/utmath.o ../utilities/utmath.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../namespace/nsaccess.o ../namespace/nsaccess.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../namespace/nsalloc.o ../namespace/nsalloc.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../namespace/nsdump.o ../namespace/nsdump.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../namespace/nsnames.o ../namespace/nsnames.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../namespace/nsobject.o ../namespace/nsobject.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../namespace/nsparse.o ../namespace/nsparse.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../namespace/nssearch.o ../namespace/nssearch.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../namespace/nsutils.o ../namespace/nsutils.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../namespace/nswalk.o ../namespace/nswalk.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../namespace/nsxfobj.o ../namespace/nsxfobj.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/parser/psargs.o ../interpreter/parser/psargs.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/parser/psopcode.o ../interpreter/parser/psopcode.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/parser/psparse.o ../interpreter/parser/psparse.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/parser/psscope.o ../interpreter/parser/psscope.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/parser/pstree.o ../interpreter/parser/pstree.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/parser/psutils.o ../interpreter/parser/psutils.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/parser/pswalk.o ../interpreter/parser/pswalk.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/dispatcher/dswscope.o ../interpreter/dispatcher/dswscope.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/dispatcher/dswstate.o ../interpreter/dispatcher/dswstate.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/dispatcher/dsfield.o ../interpreter/dispatcher/dsfield.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/dispatcher/dsobject.o ../interpreter/dispatcher/dsobject.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/dispatcher/dsopcode.o ../interpreter/dispatcher/dsopcode.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/dispatcher/dsutils.o ../interpreter/dispatcher/dsutils.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/dispatcher/dswexec.o ../interpreter/dispatcher/dswexec.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/dispatcher/dswload.o ../interpreter/dispatcher/dswload.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/executer/exconvrt.o ../interpreter/executer/exconvrt.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/executer/excreate.o ../interpreter/executer/excreate.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/executer/exdump.o ../interpreter/executer/exdump.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/executer/exmisc.o ../interpreter/executer/exmisc.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/executer/exmutex.o ../interpreter/executer/exmutex.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/executer/exnames.o ../interpreter/executer/exnames.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/executer/exoparg1.o ../interpreter/executer/exoparg1.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/executer/exoparg2.o ../interpreter/executer/exoparg2.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/executer/exoparg3.o ../interpreter/executer/exoparg3.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/executer/exoparg6.o ../interpreter/executer/exoparg6.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/executer/exprep.o ../interpreter/executer/exprep.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/executer/exregion.o ../interpreter/executer/exregion.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/executer/exresnte.o ../interpreter/executer/exresnte.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/executer/exresolv.o ../interpreter/executer/exresolv.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/executer/exresop.o ../interpreter/executer/exresop.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/executer/exstore.o ../interpreter/executer/exstore.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/executer/exstoren.o ../interpreter/executer/exstoren.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/executer/exstorob.o ../interpreter/executer/exstorob.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/executer/exsystem.o ../interpreter/executer/exsystem.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../interpreter/executer/exutils.o ../interpreter/executer/exutils.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../common/adisasm.o ../common/adisasm.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../debugger/dbfileio.o ../debugger/dbfileio.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../disassembler/dmbuffer.o ../disassembler/dmbuffer.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../disassembler/dmnames.o ../disassembler/dmnames.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../disassembler/dmopcode.o ../disassembler/dmopcode.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../disassembler/dmobject.o ../disassembler/dmobject.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../disassembler/dmresrc.o ../disassembler/dmresrc.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../disassembler/dmresrcl.o ../disassembler/dmresrcl.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../disassembler/dmresrcs.o ../disassembler/dmresrcs.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../disassembler/dmutils.o ../disassembler/dmutils.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../disassembler/dmwalk.o ../disassembler/dmwalk.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../tables/tbinstal.o ../tables/tbinstal.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../tables/tbutils.o ../tables/tbutils.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include -c -o ../osunixxf.o ../osunixxf.c
>cc aslcompilerparse.o aslcompilerlex.o aslanalyze.o aslcodegen.o aslcompile.o aslerror.o aslfiles.o asllength.o asllisting.o aslload.o asllookup.o aslmain.o aslmap.o aslopcodes.o asloperands.o aslresource.o aslrestype1.o aslrestype2.o asltree.o aslutils.o asltransform.o aslfold.o aslstubs.o aslopt.o ../common/getopt.o ../utilities/utalloc.o ../utilities/utcopy.o ../utilities/utdebug.o ../utilities/utdelete.o ../utilities/utglobal.o ../utilities/utobject.o ../utilities/utmisc.o ../utilities/utmath.o ../namespace/nsaccess.o ../namespace/nsalloc.o ../namespace/nsdump.o ../namespace/nsnames.o ../namespace/nsobject.o ../namespace/nsparse.o ../namespace/nssearch.o ../namespace/nsutils.o ../namespace/nswalk.o ../namespace/nsxfobj.o ../interpreter/parser/psargs.o ../interpreter/parser/psopcode.o ../interpreter/parser/psparse.o ../interpreter/parser/psscope.o ../interpreter/parser/pstree.o ../interpreter/parser/psutils.o ../interpreter/parser/pswalk.o ../interpreter/dispatcher/dswscope.o ../interpreter/dispatcher/dswstate.o ../interpreter/dispatcher/dsfield.o ../interpreter/dispatcher/dsobject.o ../interpreter/dispatcher/dsopcode.o ../interpreter/dispatcher/dsutils.o ../interpreter/dispatcher/dswexec.o ../interpreter/dispatcher/dswload.o ../interpreter/executer/exconvrt.o ../interpreter/executer/excreate.o ../interpreter/executer/exdump.o ../interpreter/executer/exmisc.o ../interpreter/executer/exmutex.o ../interpreter/executer/exnames.o ../interpreter/executer/exoparg1.o ../interpreter/executer/exoparg2.o ../interpreter/executer/exoparg3.o ../interpreter/executer/exoparg6.o ../interpreter/executer/exprep.o ../interpreter/executer/exregion.o ../interpreter/executer/exresnte.o ../interpreter/executer/exresolv.o ../interpreter/executer/exresop.o ../interpreter/executer/exstore.o ../interpreter/executer/exstoren.o ../interpreter/executer/exstorob.o ../interpreter/executer/exsystem.o ../interpreter/executer/exutils.o ../common/adisasm.o ../debugger/dbfileio.o ../disassembler/dmbuffer.o ../disassembler/dmnames.o ../disassembler/dmopcode.o ../disassembler/dmobject.o ../disassembler/dmresrc.o ../disassembler/dmresrcl.o ../disassembler/dmresrcs.o ../disassembler/dmutils.o ../disassembler/dmwalk.o ../tables/tbinstal.o ../tables/tbutils.o ../osunixxf.o \
> -o iasl
>[root@xxx compiler]# ./iasl -g
>
>Intel ACPI Component Architecture
>ASL Optimizing Compiler / AML Disassembler version 20030619 [Jun 30 2003]
>Copyright (C) 2000 - 2003 Intel Corporation
>Supports ACPI Specification Revision 2.0b
>
>Segmentation fault
>
>
>
>
>>cheers
>> hartwig felger
>>
>>Hartwig Felger informatics
>>
>>- --
>>1024D/339FD693 Hartwig Felger <hgfelger-9nAOAgdJVo4b1SvskN2V4Q@public.gmane.org>
>>Key fingerprint = FB2F 3EE9 345A D55B 6FF2 0EC1 F5B0 684F 339F D693
>>For the pulic keys, please visit my page.
>>-----BEGIN PGP SIGNATURE-----
>>Version: GnuPG v1.2.2 (GNU/Linux)
>>
>>iD8DBQE/ABsD9bBoTzOf1pMRAsgWAJ40y8pmLoTgrpn+H+wrN0Szr4M2qQCgzTVL
>>t3yWu5IzYV+sixQuDzWMM6g=
>>=xK2h
>>-----END PGP SIGNATURE-----
>>
>>
>
>
>
>-------------------------------------------------------
>This SF.Net email sponsored by: Free pre-built ASP.NET sites including
>Data Reports, E-commerce, Portals, and Forums are available now.
>Download today and enter to win an XBOX or Visual Studio .NET.
>http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
>_______________________________________________
>Acpi-devel mailing list
>Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>https://lists.sourceforge.net/lists/listinfo/acpi-devel
>
>
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Acpica problem?
[not found] ` <3F005439.4030705-QFKgK+z4sOrR7s880joybQ@public.gmane.org>
@ 2003-06-30 16:05 ` elbg
0 siblings, 0 replies; 8+ messages in thread
From: elbg @ 2003-06-30 16:05 UTC (permalink / raw)
To: elbg-QFKgK+z4sOrR7s880joybQ
Cc: Hrvoje Habjanic, hgfelger-9nAOAgdJVo4b1SvskN2V4Q,
liste-9nAOAgdJVo4b1SvskN2V4Q,
acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Hi,
In fact it is normal.!! Once made construction with make, I find the
files well "aslcompilerparse.c & aslcompilerlex.c "
Afflicted !!!
Good, but there remain the errors of compilation ! :)
elbg a écrit :
> Salut,
> Me I do not have the files following : "aslcompilerparse.c &
> aslcompilerlex.c " in the sources of intel :
> "acpica-unix-20030619.tar.gz" !
>
> I looked in the directory "../acpica-unix-20030619/compiler/" and it
> do not have the file there ! I have to check
> "../acpica-unix-20030619/compiler/Makefile" and they must be there !
> It is possible that.??
> I does not understand!!
>
> Hrvoje Habjanic a écrit :
>
>> On Monday 30 June 2003 13:11, liste-9nAOAgdJVo4b1SvskN2V4Q@public.gmane.org wrote:
>>
>>
>>> -----BEGIN PGP SIGNED MESSAGE-----
>>> Hash: SHA1
>>>
>>> Salut Hrvoje,
>>>
>>> On Mon, 30 Jun 2003, Hrvoje Habjanic wrote:
>>>
>>>
>>>> [root@xxx acpi]# ./acpica-unix-20030619/compiler/iasl -g
>>>>
>>>> Intel ACPI Component Architecture
>>>> ASL Optimizing Compiler / AML Disassembler version 20030619 [Jun 30
>>>> 2003]
>>>> Copyright (C) 2000 - 2003 Intel Corporation
>>>> Supports ACPI Specification Revision 2.0b
>>>>
>>>> Core dump
>>>>
>>>> I'm dooing something wrong?
>>>>
>>>
>>> Did you build it from source?
>>>
>>
>>
>> Yep!
>>
>>
>> [root@habi xxx]# cd acpica-unix-20030619/compiler/
>> [root@xxx compiler]# make bison -v -d -y -pAslCompiler aslcompiler.y
>> conflicts: 33 shift/reduce, 47 reduce/reduce
>> cp y.tab.c aslcompilerparse.c
>> cp y.tab.h aslcompiler.y.h
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o aslcompilerparse.o aslcompilerparse.c
>> flex -i -PAslCompiler -oaslcompilerlex.c aslcompiler.l
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o aslcompilerlex.o aslcompilerlex.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o aslanalyze.o aslanalyze.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o aslcodegen.o aslcodegen.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o aslcompile.o aslcompile.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o aslerror.o aslerror.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o aslfiles.o aslfiles.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o asllength.o asllength.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o asllisting.o asllisting.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o aslload.o aslload.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o asllookup.o asllookup.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o aslmain.o aslmain.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o aslmap.o aslmap.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o aslopcodes.o aslopcodes.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o asloperands.o asloperands.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o aslresource.o aslresource.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o aslrestype1.o aslrestype1.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o aslrestype2.o aslrestype2.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o asltree.o asltree.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o aslutils.o aslutils.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o asltransform.o asltransform.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o aslfold.o aslfold.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o aslstubs.o aslstubs.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o aslopt.o aslopt.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../common/getopt.o ../common/getopt.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../utilities/utalloc.o ../utilities/utalloc.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../utilities/utcopy.o ../utilities/utcopy.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../utilities/utdebug.o ../utilities/utdebug.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../utilities/utdelete.o ../utilities/utdelete.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../utilities/utglobal.o ../utilities/utglobal.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../utilities/utobject.o ../utilities/utobject.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../utilities/utmisc.o ../utilities/utmisc.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../utilities/utmath.o ../utilities/utmath.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../namespace/nsaccess.o ../namespace/nsaccess.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../namespace/nsalloc.o ../namespace/nsalloc.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../namespace/nsdump.o ../namespace/nsdump.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../namespace/nsnames.o ../namespace/nsnames.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../namespace/nsobject.o ../namespace/nsobject.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../namespace/nsparse.o ../namespace/nsparse.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../namespace/nssearch.o ../namespace/nssearch.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../namespace/nsutils.o ../namespace/nsutils.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../namespace/nswalk.o ../namespace/nswalk.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../namespace/nsxfobj.o ../namespace/nsxfobj.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../interpreter/parser/psargs.o
>> ../interpreter/parser/psargs.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../interpreter/parser/psopcode.o
>> ../interpreter/parser/psopcode.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../interpreter/parser/psparse.o
>> ../interpreter/parser/psparse.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../interpreter/parser/psscope.o
>> ../interpreter/parser/psscope.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../interpreter/parser/pstree.o
>> ../interpreter/parser/pstree.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../interpreter/parser/psutils.o
>> ../interpreter/parser/psutils.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../interpreter/parser/pswalk.o
>> ../interpreter/parser/pswalk.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../interpreter/dispatcher/dswscope.o
>> ../interpreter/dispatcher/dswscope.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../interpreter/dispatcher/dswstate.o
>> ../interpreter/dispatcher/dswstate.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../interpreter/dispatcher/dsfield.o
>> ../interpreter/dispatcher/dsfield.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../interpreter/dispatcher/dsobject.o
>> ../interpreter/dispatcher/dsobject.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../interpreter/dispatcher/dsopcode.o
>> ../interpreter/dispatcher/dsopcode.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../interpreter/dispatcher/dsutils.o
>> ../interpreter/dispatcher/dsutils.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../interpreter/dispatcher/dswexec.o
>> ../interpreter/dispatcher/dswexec.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../interpreter/dispatcher/dswload.o
>> ../interpreter/dispatcher/dswload.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../interpreter/executer/exconvrt.o
>> ../interpreter/executer/exconvrt.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../interpreter/executer/excreate.o
>> ../interpreter/executer/excreate.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../interpreter/executer/exdump.o
>> ../interpreter/executer/exdump.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../interpreter/executer/exmisc.o
>> ../interpreter/executer/exmisc.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../interpreter/executer/exmutex.o
>> ../interpreter/executer/exmutex.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../interpreter/executer/exnames.o
>> ../interpreter/executer/exnames.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../interpreter/executer/exoparg1.o
>> ../interpreter/executer/exoparg1.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../interpreter/executer/exoparg2.o
>> ../interpreter/executer/exoparg2.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../interpreter/executer/exoparg3.o
>> ../interpreter/executer/exoparg3.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../interpreter/executer/exoparg6.o
>> ../interpreter/executer/exoparg6.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../interpreter/executer/exprep.o
>> ../interpreter/executer/exprep.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../interpreter/executer/exregion.o
>> ../interpreter/executer/exregion.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../interpreter/executer/exresnte.o
>> ../interpreter/executer/exresnte.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../interpreter/executer/exresolv.o
>> ../interpreter/executer/exresolv.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../interpreter/executer/exresop.o
>> ../interpreter/executer/exresop.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../interpreter/executer/exstore.o
>> ../interpreter/executer/exstore.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../interpreter/executer/exstoren.o
>> ../interpreter/executer/exstoren.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../interpreter/executer/exstorob.o
>> ../interpreter/executer/exstorob.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../interpreter/executer/exsystem.o
>> ../interpreter/executer/exsystem.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../interpreter/executer/exutils.o
>> ../interpreter/executer/exutils.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../common/adisasm.o ../common/adisasm.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../debugger/dbfileio.o ../debugger/dbfileio.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../disassembler/dmbuffer.o
>> ../disassembler/dmbuffer.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../disassembler/dmnames.o
>> ../disassembler/dmnames.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../disassembler/dmopcode.o
>> ../disassembler/dmopcode.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../disassembler/dmobject.o
>> ../disassembler/dmobject.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../disassembler/dmresrc.o
>> ../disassembler/dmresrc.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../disassembler/dmresrcl.o
>> ../disassembler/dmresrcl.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../disassembler/dmresrcs.o
>> ../disassembler/dmresrcs.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../disassembler/dmutils.o
>> ../disassembler/dmutils.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../disassembler/dmwalk.o ../disassembler/dmwalk.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../tables/tbinstal.o ../tables/tbinstal.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../tables/tbutils.o ../tables/tbutils.c
>> cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER
>> -I../include -c -o ../osunixxf.o ../osunixxf.c
>> cc aslcompilerparse.o aslcompilerlex.o aslanalyze.o aslcodegen.o
>> aslcompile.o aslerror.o aslfiles.o asllength.o asllisting.o aslload.o
>> asllookup.o aslmain.o aslmap.o aslopcodes.o asloperands.o
>> aslresource.o aslrestype1.o aslrestype2.o asltree.o aslutils.o
>> asltransform.o aslfold.o aslstubs.o aslopt.o ../common/getopt.o
>> ../utilities/utalloc.o ../utilities/utcopy.o ../utilities/utdebug.o
>> ../utilities/utdelete.o ../utilities/utglobal.o
>> ../utilities/utobject.o ../utilities/utmisc.o ../utilities/utmath.o
>> ../namespace/nsaccess.o ../namespace/nsalloc.o ../namespace/nsdump.o
>> ../namespace/nsnames.o ../namespace/nsobject.o ../namespace/nsparse.o
>> ../namespace/nssearch.o ../namespace/nsutils.o ../namespace/nswalk.o
>> ../namespace/nsxfobj.o ../interpreter/parser/psargs.o
>> ../interpreter/parser/psopcode.o ../interpreter/parser/psparse.o
>> ../interpreter/parser/psscope.o ../interpreter/parser/pstree.o
>> ../interpreter/parser/psutils.o ../interpreter/parser/pswalk.o
>> ../interpreter/dispatcher/dswscope.o
>> ../interpreter/dispatcher/dswstate.o
>> ../interpreter/dispatcher/dsfield.o
>> ../interpreter/dispatcher/dsobject.o
>> ../interpreter/dispatcher/dsopcode.o
>> ../interpreter/dispatcher/dsutils.o
>> ../interpreter/dispatcher/dswexec.o
>> ../interpreter/dispatcher/dswload.o
>> ../interpreter/executer/exconvrt.o ../interpreter/executer/excreate.o
>> ../interpreter/executer/exdump.o ../interpreter/executer/exmisc.o
>> ../interpreter/executer/exmutex.o ../interpreter/executer/exnames.o
>> ../interpreter/executer/exoparg1.o ../interpreter/executer/exoparg2.o
>> ../interpreter/executer/exoparg3.o ../interpreter/executer/exoparg6.o
>> ../interpreter/executer/exprep.o ../interpreter/executer/exregion.o
>> ../interpreter/executer/exresnte.o ../interpreter/executer/exresolv.o
>> ../interpreter/executer/exresop.o ../interpreter/executer/exstore.o
>> ../interpreter/executer/exstoren.o ../interpreter/executer/exstorob.o
>> ../interpreter/executer/exsystem.o ../interpreter/executer/exutils.o
>> ../common/adisasm.o ../debugger/dbfileio.o ../disassembler/dmbuffer.o
>> ../disassembler/dmnames.o ../disassembler/dmopcode.o
>> ../disassembler/dmobject.o ../disassembler/dmresrc.o
>> ../disassembler/dmresrcl.o ../disassembler/dmresrcs.o
>> ../disassembler/dmutils.o ../disassembler/dmwalk.o
>> ../tables/tbinstal.o ../tables/tbutils.o ../osunixxf.o \
>> -o iasl
>> [root@xxx compiler]# ./iasl -g
>>
>> Intel ACPI Component Architecture
>> ASL Optimizing Compiler / AML Disassembler version 20030619 [Jun 30
>> 2003]
>> Copyright (C) 2000 - 2003 Intel Corporation
>> Supports ACPI Specification Revision 2.0b
>>
>> Segmentation fault
>>
>>
>>
>>
>>> cheers
>>> hartwig felger
>>>
>>> Hartwig Felger informatics
>>>
>>> - --
>>> 1024D/339FD693 Hartwig Felger <hgfelger-9nAOAgdJVo4b1SvskN2V4Q@public.gmane.org>
>>> Key fingerprint = FB2F 3EE9 345A D55B 6FF2 0EC1 F5B0 684F 339F D693
>>> For the pulic keys, please visit my page.
>>> -----BEGIN PGP SIGNATURE-----
>>> Version: GnuPG v1.2.2 (GNU/Linux)
>>>
>>> iD8DBQE/ABsD9bBoTzOf1pMRAsgWAJ40y8pmLoTgrpn+H+wrN0Szr4M2qQCgzTVL
>>> t3yWu5IzYV+sixQuDzWMM6g=
>>> =xK2h
>>> -----END PGP SIGNATURE-----
>>>
>>
>>
>>
>>
>> -------------------------------------------------------
>> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
>> Data Reports, E-commerce, Portals, and Forums are available now.
>> Download today and enter to win an XBOX or Visual Studio .NET.
>> http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
>> _______________________________________________
>> Acpi-devel mailing list
>> Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>> https://lists.sourceforge.net/lists/listinfo/acpi-devel
>>
>>
>
>
>
>
> -------------------------------------------------------
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
> _______________________________________________
> Acpi-devel mailing list
> Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/acpi-devel
>
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: Acpica problem?
@ 2003-07-13 23:49 Grover, Andrew
0 siblings, 0 replies; 8+ messages in thread
From: Grover, Andrew @ 2003-07-13 23:49 UTC (permalink / raw)
To: Ducrot Bruno, Hrvoje Habjanic; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
> From: Ducrot Bruno [mailto:ducrot-kk6yZipjEM5g9hUCZPvPmw@public.gmane.org]
> > [root@xxx acpi]# ./acpica-unix-20030619/compiler/iasl -g
> >
> > Intel ACPI Component Architecture
> > ASL Optimizing Compiler / AML Disassembler version 20030619
> [Jun 30 2003]
> > Copyright (C) 2000 - 2003 Intel Corporation
> > Supports ACPI Specification Revision 2.0b
> >
> > Core dump
> >
> > I'm dooing something wrong?
> >
>
> No. Just that '-g' is broken for age. Apparently, nobody care to
> fix it..
A patch for this will be in the next acpica-unix release. It no longer
segfaults but -g still doesn't work. If someone wanted to do this, it
would simply be a matter of using the table-getting code from acpidmp in
osunixxf.c AcpiOsTableOverride.
Regards -- Andy
-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2003-07-13 23:49 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-30 10:37 Acpica problem? Hrvoje Habjanic
[not found] ` <200306301237.07932.hrvoje.habjanic-+VD6v/bdhRf0NTdHYsHBKg@public.gmane.org>
2003-06-30 11:11 ` liste-9nAOAgdJVo4b1SvskN2V4Q
[not found] ` <Pine.LNX.4.33.0306301311190.1064-100000-KnfdeQs3A3X/9pzu0YdTqQ@public.gmane.org>
2003-06-30 12:00 ` Hrvoje Habjanic
[not found] ` <200306301400.12493.hrvoje.habjanic-+VD6v/bdhRf0NTdHYsHBKg@public.gmane.org>
2003-06-30 15:16 ` elbg
[not found] ` <3F005439.4030705-QFKgK+z4sOrR7s880joybQ@public.gmane.org>
2003-06-30 16:05 ` elbg
2003-06-30 12:16 ` Hrvoje Habjanic
2003-06-30 14:49 ` Ducrot Bruno
-- strict thread matches above, loose matches on Subject: below --
2003-07-13 23:49 Grover, Andrew
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox