All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: <jose.alarcon@kuviovision.com>
Cc: meta-arago@arago-project.org
Subject: Re: ti-mpm-transport broken on MCSDK
Date: Tue, 28 Jan 2014 21:26:15 -0500	[thread overview]
Message-ID: <20140129022615.GK6814@edge> (raw)
In-Reply-To: <25a2617e42192ee8409b5072a91434b7@kuviovision.com>

Thanks for the report. MCSDK is only now being merged to mainline meta-arago, 
so the support should improve in the future.

-- 
Denys


On Tue, Jan 28, 2014 at 10:17:11AM +0200, jose.alarcon@kuviovision.com wrote:
> Hello,
> 
> ti-mpm-transport is broken on MCSDK 3.0.3:
> 
> ERROR: Logfile of failure stored in: /home/jose/environments/kuvio-newserver/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-vfp-neon-oe-linux-gnueabi/ti-mpm-transport-git-r4/temp/log.do_compile.14714
> Log data follows:
> | DEBUG: Executing shell function do_compile
> | mkdir -p /home/jose/environments/kuvio-newserver/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-vfp-neon-oe-linux-gnueabi/ti-mpm-transport-git-r4/git/lib
> | make -C /home/jose/environments/kuvio-newserver/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-vfp-neon-oe-linux-gnueabi/ti-mpm-transport-git-r4/git/src/transport
> all
> | arm-linux-gnueabihf-gcc  -march=armv7-a    -marm -mthumb-interwork
> -mfloat-abi=hard -mfpu=neon -mtune=cortex-a15 --sysroot=/home/jose/environments/kuvio-newserver/build/arago-tmp-external-linaro-toolchain/sysroots/keystone-evm
> -I. -I/home/jose/environments/kuvio-newserver/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-vfp-neon-oe-linux-gnueabi/ti-mpm-transport-git-r4/git/include -I/home/jose/environments/kuvio-newserver/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-vfp-neon-oe-linux-gnueabi/ti-mpm-transport-git-r4/git/src/utils
> -I./sharedmem -I./hyplnk -I/home/jose/environments/kuvio-newserver/build/arago-tmp-external-linaro-toolchain/sysroots/keystone-evm/usr/include -I/home/jose/environments/kuvio-newserver/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-vfp-neon-oe-linux-gnueabi/ti-mpm-transport-git-r4/git/src/utils/edma3
> -D__ARMv7 -DDEVICE_`echo k2h | tr a-z A-Z` -D_VIRTUAL_ADDR_SUPPORT
> -c -o mpm_transport.o mpm_transport.c
> | In file included from mpm_transport_cfg.h:42:0,
> |                  from mpm_transport.c:45:
> | /home/jose/environments/kuvio-newserver/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-vfp-neon-oe-linux-gnueabi/ti-mpm-transport-git-r4/git/src/utils/edma3/mpm_transport_edma3.h:49:40:
> fatal error: ti/sdo/edma3/drv/edma3_drv.h: No such file or directory
> | compilation terminated.
> | make[1]: *** [mpm_transport.o] Error 1
> | make: *** [transport] Error 2
> 
> This same version of the MCSDK used to build correctly for me couple
> of months ago. I went to the recipe file for ti-mpm-transport and
> found that it clones the source from the top of the git repo:
> 
> BRANCH ?= "master"
> #SRCREV = "DEV.MPM-TRANSPORT-01.00.00.00"
> SRCREV = "${AUTOREV}"
> 
> So I changed the revision to DEV.MPM-TRANSPORT-01.00.00.00 instead.
> Now it compiles, but it fails to install:
> 
> ERROR: Logfile of failure stored in: /home/jose/environments/kuvio-newserver/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-vfp-neon-oe-linux-gnueabi/ti-mpm-transport-git-r4/temp/log.do_install.15271
> Log data follows:
> | DEBUG: Executing shell function do_install
> | install: cannot stat `/home/jose/environments/kuvio-newserver/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-vfp-neon-oe-linux-gnueabi/ti-mpm-transport-git-r4/git/src/transport/test/sharedmem/mpm_transport_test.out':
> No such file or directory
> | ERROR: Function failed: do_install (see /home/jose/environments/kuvio-newserver/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-vfp-neon-oe-linux-gnueabi/ti-mpm-transport-git-r4/temp/log.do_install.15271
> for further information)
> ERROR: Task 2 (/home/jose/environments/kuvio-newserver/sources/meta-arago/meta-arago-extras/recipes-bsp/ti-mpm-transport/ti-mpm-transport_git.bb,
> do_install) failed with exit code '1'
> 
> I went to my old build and search for the particular git commit that
> happened to be the top of the git repo at that time. Using this
> commit, it builds OK.
> 
> This is how I modified ti-mpm-transport.bb:
> 
> BRANCH ?= "master"
> #SRCREV = "DEV.MPM-TRANSPORT-01.00.00.00"
> #SRCREV = "${AUTOREV}"
> SRCREV = "ffa58d41aaf2a3ab4800eed91d6356b58b46a1e7"
> 
> BTW, I reported another issue with this same recipe last Novemeber
> on TI's e2e community (it uses a wrong SRC_URI) [1]
> 
> Could you please take a look at those for the next MCSDK release?
> 
> Thanks,
> 
> --
> Jose Alarcon
> 
> 
> [1] http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/b/announcements/archive/2013/11/25/mcsdk-3-0-3-maintenance-update-for-k2h-k2k.aspx#comments
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


  reply	other threads:[~2014-01-29  2:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-28  1:06 [PATCH] php: amend URL with the new location of the source tarball Denys Dmytriyenko
2014-01-28  8:17 ` ti-mpm-transport broken on MCSDK jose.alarcon
2014-01-29  2:26   ` Denys Dmytriyenko [this message]
2014-01-30  5:12     ` Nelson, Sam
2014-01-30  8:30       ` jose.alarcon
2014-01-30 11:25         ` Nelson, Sam
2014-01-28 20:22 ` [PATCH] php: amend URL with the new location of the source tarball Denys Dmytriyenko
2014-01-29 16:55   ` Maupin, Chase

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140129022615.GK6814@edge \
    --to=denys@ti.com \
    --cc=jose.alarcon@kuviovision.com \
    --cc=meta-arago@arago-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.