Mailing List Archive

XENARM execution
Hi everybody,

I've been trying the last weeks to solve internal permissions problems to
get through the installation of XENARM on Cortex A9 here, following the
User Guide, and right when I thought I finally had the requiring, I get
this error while executing the "make menuconfig" command: undeclared
variables for the XENARM kernel, while the XENLINUX menuconfig works
correctly but is different from what is in the user guide. Could any one
please explain me what I'm doing wrong!

I've read the README file but even there, the ./install.sh shows Permission
denied errors; therefore I don't even know anymore the real source of the
problem!

I'm waiting forward for your answers. Thank you!

Here is the error shown:

"$ make menuconfig
make -C xen menuconfig
make[1]: Entering directory `/local/lme00470/9540/XEN/xen-arm/xen'
make -C scripts/kconfig
make[2]: Entering directory
`/local/lme00470/9540/XEN/xen-arm/xen/scripts/kconfig'
bison -l -b zconf -p zconf zconf.y
cp zconf.tab.c zconf.tab.c_shipped
cc -c -o zconf.tab.o zconf.tab.c
In file included from zconf.tab.c:94:
zconf.hash.c: In function 'kconf_id_lookup':
zconf.hash.c:180: error: 'T_ON' undeclared (first use in this function)
zconf.hash.c:180: error: (Each undeclared identifier is reported only once
zconf.hash.c:180: error: for each function it appears in.)
zconf.hash.c:182: error: 'T_TYPE' undeclared (first use in this function)
zconf.hash.c:183: error: 'T_DEFAULT' undeclared (first use in this function)
zconf.hash.c:186: error: 'T_RANGE' undeclared (first use in this function)
zconf.hash.c:192: error: 'T_OPTION' undeclared (first use in this function)
zconf.hash.c:193: error: 'T_IF' undeclared (first use in this function)
zconf.hash.c:194: error: 'T_OPTIONAL' undeclared (first use in this
function)
zconf.hash.c:196: error: 'T_ENDIF' undeclared (first use in this function)
zconf.hash.c:197: error: 'T_CHOICE' undeclared (first use in this function)
zconf.hash.c:198: error: 'T_ENDMENU' undeclared (first use in this function)
zconf.hash.c:199: error: 'T_REQUIRES' undeclared (first use in this
function)
zconf.hash.c:200: error: 'T_ENDCHOICE' undeclared (first use in this
function)
zconf.hash.c:202: error: 'T_CONFIG' undeclared (first use in this function)
zconf.hash.c:205: error: 'T_MENU' undeclared (first use in this function)
zconf.hash.c:207: error: 'T_PROMPT' undeclared (first use in this function)
zconf.hash.c:208: error: 'T_DEPENDS' undeclared (first use in this function)
zconf.hash.c:211: error: 'T_MENUCONFIG' undeclared (first use in this
function)
zconf.hash.c:212: error: 'T_SELECT' undeclared (first use in this function)
zconf.hash.c:215: error: 'T_HELP' undeclared (first use in this function)
zconf.hash.c:217: error: 'T_SOURCE' undeclared (first use in this function)
zconf.hash.c:218: error: 'T_COMMENT' undeclared (first use in this function)
zconf.hash.c:219: error: 'T_MAINMENU' undeclared (first use in this
function)
make[2]: *** [zconf.tab.o] Error 1
rm zconf.tab.c
make[2]: Leaving directory
`/local/lme00470/9540/XEN/xen-arm/xen/scripts/kconfig'
make[1]: *** [menuconfig] Error 2
make[1]: Leaving directory `/local/lme00470/9540/XEN/xen-arm/xen'
make: *** [menuconfig] Error 2
"

--
Darryl TADMI
Etudiant en 2ème année Informatique/Interactions Personne-Système à l'ENSIM
Président de l'association GALA DE L'ENSIM
Re: XENARM execution [ In reply to ]
Hi,

You were missing some files.

There is no specific user guide for Cortex-A9, the one you might be looking
is for i.MX21ADS only with ARM926EJ-S Processor.

On Wed, Aug 22, 2012 at 5:26 PM, Darryl Ulrich TADMI TCHANGAM <
tadmidarryl@gmail.com> wrote:

> Hi everybody,
>
> I've been trying the last weeks to solve internal permissions problems to
> get through the installation of XENARM on Cortex A9 here, following the
> User Guide, and right when I thought I finally had the requiring, I get
> this error while executing the "make menuconfig" command: undeclared
> variables for the XENARM kernel, while the XENLINUX menuconfig works
> correctly but is different from what is in the user guide. Could any one
> please explain me what I'm doing wrong!
>
> I've read the README file but even there, the ./install.sh shows
> Permission denied errors; therefore I don't even know anymore the real
> source of the problem!
>
> I'm waiting forward for your answers. Thank you!
>
> Here is the error shown:
>
> "$ make menuconfig
> make -C xen menuconfig
> make[1]: Entering directory `/local/lme00470/9540/XEN/xen-arm/xen'
> make -C scripts/kconfig
> make[2]: Entering directory
> `/local/lme00470/9540/XEN/xen-arm/xen/scripts/kconfig'
> bison -l -b zconf -p zconf zconf.y
> cp zconf.tab.c zconf.tab.c_shipped
> cc -c -o zconf.tab.o zconf.tab.c
> In file included from zconf.tab.c:94:
> zconf.hash.c: In function 'kconf_id_lookup':
> zconf.hash.c:180: error: 'T_ON' undeclared (first use in this function)
> zconf.hash.c:180: error: (Each undeclared identifier is reported only once
> zconf.hash.c:180: error: for each function it appears in.)
> zconf.hash.c:182: error: 'T_TYPE' undeclared (first use in this function)
> zconf.hash.c:183: error: 'T_DEFAULT' undeclared (first use in this
> function)
> zconf.hash.c:186: error: 'T_RANGE' undeclared (first use in this function)
> zconf.hash.c:192: error: 'T_OPTION' undeclared (first use in this function)
> zconf.hash.c:193: error: 'T_IF' undeclared (first use in this function)
> zconf.hash.c:194: error: 'T_OPTIONAL' undeclared (first use in this
> function)
> zconf.hash.c:196: error: 'T_ENDIF' undeclared (first use in this function)
> zconf.hash.c:197: error: 'T_CHOICE' undeclared (first use in this function)
> zconf.hash.c:198: error: 'T_ENDMENU' undeclared (first use in this
> function)
> zconf.hash.c:199: error: 'T_REQUIRES' undeclared (first use in this
> function)
> zconf.hash.c:200: error: 'T_ENDCHOICE' undeclared (first use in this
> function)
> zconf.hash.c:202: error: 'T_CONFIG' undeclared (first use in this function)
> zconf.hash.c:205: error: 'T_MENU' undeclared (first use in this function)
> zconf.hash.c:207: error: 'T_PROMPT' undeclared (first use in this function)
> zconf.hash.c:208: error: 'T_DEPENDS' undeclared (first use in this
> function)
> zconf.hash.c:211: error: 'T_MENUCONFIG' undeclared (first use in this
> function)
> zconf.hash.c:212: error: 'T_SELECT' undeclared (first use in this function)
> zconf.hash.c:215: error: 'T_HELP' undeclared (first use in this function)
> zconf.hash.c:217: error: 'T_SOURCE' undeclared (first use in this function)
> zconf.hash.c:218: error: 'T_COMMENT' undeclared (first use in this
> function)
> zconf.hash.c:219: error: 'T_MAINMENU' undeclared (first use in this
> function)
> make[2]: *** [zconf.tab.o] Error 1
> rm zconf.tab.c
> make[2]: Leaving directory
> `/local/lme00470/9540/XEN/xen-arm/xen/scripts/kconfig'
> make[1]: *** [menuconfig] Error 2
> make[1]: Leaving directory `/local/lme00470/9540/XEN/xen-arm/xen'
> make: *** [menuconfig] Error 2
> "
>
> --
> Darryl TADMI
> Etudiant en 2ème année Informatique/Interactions Personne-Système à l'ENSIM
> Président de l'association GALA DE L'ENSIM
>
>
> _______________________________________________
> Xen-arm mailing list
> Xen-arm@lists.xen.org
> http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm
>
>


--
✉ Regards :: Krishna Pavan ✍
Re: XENARM execution [ In reply to ]
Hi there,

Thanks Krishna for your answers! Well I don't know if I really missed some
files since I downloaded exactly what I've been told to, and followed
exactly the user guide.

I know that the user guide is not especially for Cortex A9 but my main
target is to install a "xenified" linux kernel (if possible the 3.4) on a
board running with a Cortex A9 processor.

Therefore, does anyone know if there is a port of the kernel 3.4, and if
anyone already have tried it on a cortex A9! Then are they tips I could
follow to succeed?!?

Thank you very much by advance!

2012/8/22 Krishna Pavan <post4pavan@gmail.com>

> Hi,
>
> You were missing some files.
>
> There is no specific user guide for Cortex-A9, the one you might be
> looking is for i.MX21ADS only with ARM926EJ-S Processor.
>
> On Wed, Aug 22, 2012 at 5:26 PM, Darryl Ulrich TADMI TCHANGAM <
> tadmidarryl@gmail.com> wrote:
>
>> Hi everybody,
>>
>> I've been trying the last weeks to solve internal permissions problems to
>> get through the installation of XENARM on Cortex A9 here, following the
>> User Guide, and right when I thought I finally had the requiring, I get
>> this error while executing the "make menuconfig" command: undeclared
>> variables for the XENARM kernel, while the XENLINUX menuconfig works
>> correctly but is different from what is in the user guide. Could any one
>> please explain me what I'm doing wrong!
>>
>> I've read the README file but even there, the ./install.sh shows
>> Permission denied errors; therefore I don't even know anymore the real
>> source of the problem!
>>
>> I'm waiting forward for your answers. Thank you!
>>
>> Here is the error shown:
>>
>> "$ make menuconfig
>> make -C xen menuconfig
>> make[1]: Entering directory `/local/lme00470/9540/XEN/xen-arm/xen'
>> make -C scripts/kconfig
>> make[2]: Entering directory
>> `/local/lme00470/9540/XEN/xen-arm/xen/scripts/kconfig'
>> bison -l -b zconf -p zconf zconf.y
>> cp zconf.tab.c zconf.tab.c_shipped
>> cc -c -o zconf.tab.o zconf.tab.c
>> In file included from zconf.tab.c:94:
>> zconf.hash.c: In function 'kconf_id_lookup':
>> zconf.hash.c:180: error: 'T_ON' undeclared (first use in this function)
>> zconf.hash.c:180: error: (Each undeclared identifier is reported only once
>> zconf.hash.c:180: error: for each function it appears in.)
>> zconf.hash.c:182: error: 'T_TYPE' undeclared (first use in this function)
>> zconf.hash.c:183: error: 'T_DEFAULT' undeclared (first use in this
>> function)
>> zconf.hash.c:186: error: 'T_RANGE' undeclared (first use in this function)
>> zconf.hash.c:192: error: 'T_OPTION' undeclared (first use in this
>> function)
>> zconf.hash.c:193: error: 'T_IF' undeclared (first use in this function)
>> zconf.hash.c:194: error: 'T_OPTIONAL' undeclared (first use in this
>> function)
>> zconf.hash.c:196: error: 'T_ENDIF' undeclared (first use in this function)
>> zconf.hash.c:197: error: 'T_CHOICE' undeclared (first use in this
>> function)
>> zconf.hash.c:198: error: 'T_ENDMENU' undeclared (first use in this
>> function)
>> zconf.hash.c:199: error: 'T_REQUIRES' undeclared (first use in this
>> function)
>> zconf.hash.c:200: error: 'T_ENDCHOICE' undeclared (first use in this
>> function)
>> zconf.hash.c:202: error: 'T_CONFIG' undeclared (first use in this
>> function)
>> zconf.hash.c:205: error: 'T_MENU' undeclared (first use in this function)
>> zconf.hash.c:207: error: 'T_PROMPT' undeclared (first use in this
>> function)
>> zconf.hash.c:208: error: 'T_DEPENDS' undeclared (first use in this
>> function)
>> zconf.hash.c:211: error: 'T_MENUCONFIG' undeclared (first use in this
>> function)
>> zconf.hash.c:212: error: 'T_SELECT' undeclared (first use in this
>> function)
>> zconf.hash.c:215: error: 'T_HELP' undeclared (first use in this function)
>> zconf.hash.c:217: error: 'T_SOURCE' undeclared (first use in this
>> function)
>> zconf.hash.c:218: error: 'T_COMMENT' undeclared (first use in this
>> function)
>> zconf.hash.c:219: error: 'T_MAINMENU' undeclared (first use in this
>> function)
>> make[2]: *** [zconf.tab.o] Error 1
>> rm zconf.tab.c
>> make[2]: Leaving directory
>> `/local/lme00470/9540/XEN/xen-arm/xen/scripts/kconfig'
>> make[1]: *** [menuconfig] Error 2
>> make[1]: Leaving directory `/local/lme00470/9540/XEN/xen-arm/xen'
>> make: *** [menuconfig] Error 2
>> "
>>
>> --
>> Darryl TADMI
>> Etudiant en 2ème année Informatique/Interactions Personne-Système à
>> l'ENSIM
>> Président de l'association GALA DE L'ENSIM
>>
>>
>> _______________________________________________
>> Xen-arm mailing list
>> Xen-arm@lists.xen.org
>> http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm
>>
>>
>
>
> --
> ✉ Regards :: Krishna Pavan ✍
>
>


--
Darryl TADMI
Etudiant en 2ème année Informatique/Interactions Personne-Système à l'ENSIM
Président de l'association GALA DE L'ENSIM
Re: XENARM execution [ In reply to ]
Hi,

>
> Well I don't know if I really missed some files
>

There will be some files which are dependent on the files in your OS
filesystem.


> I know that the user guide is not especially for Cortex A9 but my main
> target is to install a "xenified" linux kernel (if possible the 3.4) on a
> board running with a Cortex A9 processor.
>
> Xenified linux kernel is available, but a 3.4 version of it???? I am
unsure.
You can make it though!

--
✉ Regards :: Krishna Pavan ✍