[yocto] do_compile_ptest_base error (valgrind) in dizzy

praveen vattipalli praveen.vatt at gmail.com
Fri Apr 10 02:30:37 PDT 2015


HI Khem Raj,

I applied the patch by taking reference from
For gcc ICE please test out
http://git.openembedded.org/openembedded-core-contrib/commit/?h=kraj/master&id=5ea11b4fa4e02f079aa9209e482e4922ad90f8de
still i am facing same problem. I am working on dizzy branch.

ERROR
/home/praveenk/work/git_sources/poky/build/tmp/work/cortexa8hf-vfp-neon-poky-linux-gnueabi/valgrind/3.10.1-r1/valgrind-3.10.1/none/tests/arm/vcvt_fixed_float_VFP.c:12:1:
internal compiler error: Max. number of generated reload insns per insn is
achieved (90)
|
|  }
|  ^
| Please submit a full bug report,
| with preprocessed source if appropriate.
| See <http://gcc.gnu.org/bugs.html> for instructions.
| make[5]: *** [vcvt_fixed_float_VFP.o] Error 1
| make[5]: Leaving directory
`/home/praveenk/work/git_sources/poky/build/tmp/work/cortexa8hf-vfp-neon-poky-linux-gnueabi/valgrind/3.10.1-r1/build/none/tests/arm'
| make[4]: *** [check-am] Error 2
| make[4]: Leaving directory
`/home/praveenk/work/git_sources/poky/build/tmp/work/cortexa8hf-vfp-neon-poky-linux-gnueabi/valgrind/3.10.1-r1/build/none/tests/arm'
| make[3]: *** [check-recursive] Error 1
| make[3]: Leaving directory
`/home/praveenk/work/git_sources/poky/build/tmp/work/cortexa8hf-vfp-neon-poky-linux-gnueabi/valgrind/3.10.1-r1/build/none/tests'
| make[2]: *** [check-recursive] Error 1
| make[2]: Leaving directory
`/home/praveenk/work/git_sources/poky/build/tmp/work/cortexa8hf-vfp-neon-poky-linux-gnueabi/valgrind/3.10.1-r1/build/none'
| make[1]: *** [check-recursive] Error 1
| make[1]: Leaving directory
`/home/praveenk/work/git_sources/poky/build/tmp/work/cortexa8hf-vfp-neon-poky-linux-gnueabi/valgrind/3.10.1-r1/build'
| make: *** [check] Error 2
| make: Leaving directory
`/home/praveenk/work/git_sources/poky/build/tmp/work/cortexa8hf-vfp-neon-poky-linux-gnueabi/valgrind/3.10.1-r1/build'
| ERROR: oe_runmake failed
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_compile_ptest_base (log file is located at
/home/praveenk/work/git_sources/poky/build/tmp/work/cortexa8hf-vfp-neon-poky-linux-gnueabi/valgrind/3.10.1-r1/temp/log.do_compile_ptest_base.11973)
ERROR: Task 9
(/home/praveenk/work/git_sources/poky/meta/recipes-devtools/valgrind/
valgrind_3.10.1.bb, do_compile_ptest_base) failed with exit code '1'
NOTE: Tasks Summary: Attempted 795 tasks of which 792 didn't need to be
rerun and 2 failed.
Waiting for 0 running tasks to finish:



What i observed is that when  i am compiling gator recipe i am facing
"__ARM_PCS_VFP" which is declared in stubs.h(GNU) error. It has to pick
stubs-hard.h but it is searching for stubs-soft.h.

Is this two errors related.

Thanks
Praveen





On Thu, Apr 9, 2015 at 12:48 PM, Khem Raj <raj.khem at gmail.com> wrote:

>
> > On Apr 8, 2015, at 4:47 AM, Martin Jansa <martin.jansa at gmail.com> wrote:
> >
> > On Wed, Apr 08, 2015 at 12:39:56PM +0530, praveen vattipalli wrote:
> >> hi
> >> I am using 64 bit ubuntu12.04 and compiling coertexa9 arch arm  board. I
> >> could able to build core-image-minimal successfully. But when I am
> trying
> >> to build valgrind. I am getting do_compile_ptest_base error. If i remove
> >> ptest in valgrind_3.9.0.bb it is building without errors.
> >
> > There are multiple issues in valgrind's ptest, in the end I've also
> > disabled ptest for valgrind:
> >
> > Here is snippet of my distro config (with link to the same report 7
> months ago):
> >
> > # Work around FTBFS when building valgrind with ptest and thumb enabled
> > # valgrind/3.9.0-r8/valgrind-3.9.0/none/tests/arm/ldrt_arm.c
> > # {standard input}: Assembler messages:
> > # {standard input}:42: Error: cannot use post-indexing with this
> instruction -- `ldrt r6,[r5],#+132'
> > # {standard input}:42: Error: cannot use post-indexing with this
> instruction -- `ldrt r6,[r5],#132'
> > # ...
> > # ARM_INSTRUCTION_SET_pn-valgrind = "arm"
> > # and remove -O2 as work around for ICE:
> > # 3.9.0-r8/valgrind-3.9.0/none/tests/arm/vcvt_fixed_float_VFP.c:12:1:
> internal compiler error:
> > # Max. number of generated reload insns per insn is achieved (90)
> > #
> http://lists.openembedded.org/pipermail/openembedded-core/2014-September/097330.html
> > # both issues are still reproducible with 3.10.0 version imported from
> > # http://patchwork.openembedded.org/patch/83009/
> > # TARGET_CFLAGS_remove_pn-valgrind = "-O2"
> > PTEST_ENABLED_pn-valgrind = “0"
>
> For gcc ICE please test out
> http://git.openembedded.org/openembedded-core-contrib/commit/?h=kraj/master&id=5ea11b4fa4e02f079aa9209e482e4922ad90f8de
>
>
> >
> >
> >>
> >> I am using poky-dizzy.
> >>
> >> ERROR LOG:
> >>
> >>
> /home/praveenk/work/platform/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/valgrind/3.9.0-r8/valgrind-3.9.0/none/tests/arm/vcvt_fixed_float_VFP.c:
> >> In function 's32_to_f32_imm1':
> >> |
> >>
> /home/praveenk/work/platform/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/valgrind/3.9.0-r8/valgrind-3.9.0/none/tests/arm/vcvt_fixed_float_VFP.c:12:1:
> >> internal compiler error: Max. number of generated reload insns per insn
> is
> >> achieved (90)
> >> |
> >> |  }
> >> |  ^
> >> | Please submit a full bug report,
> >> | with preprocessed source if appropriate.
> >> | See <http://gcc.gnu.org/bugs.html> for instructions.
> >> | make[5]: *** [vcvt_fixed_float_VFP.o] Error 1
> >> | make[5]: Leaving directory
> >>
> `/home/praveenk/work/platform/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/valgrind/3.9.0-r8/build/none/tests/arm'
> >> | make[4]: *** [check-am] Error 2
> >> | make[4]: Leaving directory
> >>
> `/home/praveenk/work/platform/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/valgrind/3.9.0-r8/build/none/tests/arm'
> >> | make[3]: *** [check-recursive] Error 1
> >> | make[3]: Leaving directory
> >>
> `/home/praveenk/work/platform/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/valgrind/3.9.0-r8/build/none/tests'
> >> | make[2]: *** [check-recursive] Error 1
> >> | make[2]: Leaving directory
> >>
> `/home/praveenk/work/platform/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/valgrind/3.9.0-r8/build/none'
> >> | make[1]: *** [check-recursive] Error 1
> >> | make[1]: Leaving directory
> >>
> `/home/praveenk/work/platform/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/valgrind/3.9.0-r8/build'
> >> | make: *** [check] Error 2
> >> | make: Leaving directory
> >>
> `/home/praveenk/work/platform/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/valgrind/3.9.0-r8/build'
> >> | ERROR: oe_runmake failed
> >> | WARNING: exit code 1 from a shell command.
> >> | ERROR: Function failed: do_compile_ptest_base (log file is located at
> >>
> /home/praveenk/work/platform/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/valgrind/3.9.0-r8/temp/log.do_compile_ptest_base.11152)
> >> ERROR: Task 9
> (/home/praveenk/work/platform/meta/recipes-devtools/valgrind/
> >> valgrind_3.9.0.bb, do_compile_ptest_base) failed with exit code '1'
> >> NOTE: Tasks Summary: Attempted 776 tasks of which 769 didn't need to be
> >> rerun and 1 failed.
> >> No currently running tasks (776 of 784)
> >>
> >> Summary: 1 task failed:
> >>  /home/praveenk/work/platform/meta/recipes-devtools/valgrind/
> >> valgrind_3.9.0.bb, do_compile_ptest_base
> >> Summary: There was 1 ERROR message shown, returning a non-zero exit
> code.
> >>
> >> how can i solve this.
> >>
> >> Thanks
> >> Praveen
> >
> >> --
> >> _______________________________________________
> >> yocto mailing list
> >> yocto at yoctoproject.org
> >> https://lists.yoctoproject.org/listinfo/yocto
> >
> >
> > --
> > Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
> > --
> > _______________________________________________
> > yocto mailing list
> > yocto at yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/yocto
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20150410/7baf3b94/attachment.html>


More information about the yocto mailing list