* Linux Ti Staging build error
@ 2015-05-29 15:04 Chris Roed
2015-06-01 15:45 ` Denys Dmytriyenko
0 siblings, 1 reply; 2+ messages in thread
From: Chris Roed @ 2015-05-29 15:04 UTC (permalink / raw)
To: meta-ti@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 3884 bytes --]
Hello,
This is my first time on a linux mailing list. I'm not sure of proper etiquette, so let me know if I'm being stupid.
I recently updated my meta-ti to the latest daisy version, and now I'm unable to build the linux-ti-staging kernel. I've tried completely deleting my tisdk folder and starting from scratch, but I always get this error since I upgraded. I found this quite odd, as the beaglebone doesn't even have a dra7 processor. Has anyone seen this?
| LD init/built-in.o
| drivers/built-in.o: In function `hdmi_i2c2_hack_demux':
| /home/chris/tisdk/build/arago-tmp-external-linaro-toolchain/work/beaglebone-linux-gnueabi/linux-ti-staging/3.14.43+gitAUTOINC+1beb9373a9-r22c-arago2/git/drivers/video/fbdev/omap2/displays-new/dra7-evm-encoder-tpd12s015.c:117: undefined reference to `dra7_mcasp_hdmi_gpio_set'
| /home/chris/tisdk/build/arago-tmp-external-linaro-toolchain/work/beaglebone-linux-gnueabi/linux-ti-staging/3.14.43+gitAUTOINC+1beb9373a9-r22c-arago2/git/drivers/video/fbdev/omap2/displays-new/dra7-evm-encoder-tpd12s015.c:114: undefined reference to `dra7_mcasp_hdmi_gpio_set'
| drivers/built-in.o: In function `hdmi_i2c2_hack_resume_mcasp':
| /home/chris/tisdk/build/arago-tmp-external-linaro-toolchain/work/beaglebone-linux-gnueabi/linux-ti-staging/3.14.43+gitAUTOINC+1beb9373a9-r22c-arago2/git/drivers/video/fbdev/omap2/displays-new/dra7-evm-encoder-tpd12s015.c:71: undefined reference to `dra7_mcasp_hdmi_gpio_get'
| drivers/built-in.o: In function `hdmi_i2c2_hack_suspend_mcasp':
| /home/chris/tisdk/build/arago-tmp-external-linaro-toolchain/work/beaglebone-linux-gnueabi/linux-ti-staging/3.14.43+gitAUTOINC+1beb9373a9-r22c-arago2/git/drivers/video/fbdev/omap2/displays-new/dra7-evm-encoder-tpd12s015.c:76: undefined reference to `dra7_mcasp_hdmi_gpio_put'
| drivers/built-in.o: In function `hdmi_i2c2_hack_resume_mcasp':
| /home/chris/tisdk/build/arago-tmp-external-linaro-toolchain/work/beaglebone-linux-gnueabi/linux-ti-staging/3.14.43+gitAUTOINC+1beb9373a9-r22c-arago2/git/drivers/video/fbdev/omap2/displays-new/dra7-evm-encoder-tpd12s015.c:71: undefined reference to `dra7_mcasp_hdmi_gpio_get'
| drivers/built-in.o: In function `hdmi_i2c2_hack_suspend_mcasp':
| /home/chris/tisdk/build/arago-tmp-external-linaro-toolchain/work/beaglebone-linux-gnueabi/linux-ti-staging/3.14.43+gitAUTOINC+1beb9373a9-r22c-arago2/git/drivers/video/fbdev/omap2/displays-new/dra7-evm-encoder-tpd12s015.c:76: undefined reference to `dra7_mcasp_hdmi_gpio_put'
| /home/chris/tisdk/build/arago-tmp-external-linaro-toolchain/work/beaglebone-linux-gnueabi/linux-ti-staging/3.14.43+gitAUTOINC+1beb9373a9-r22c-arago2/git/drivers/video/fbdev/omap2/displays-new/dra7-evm-encoder-tpd12s015.c:76: undefined reference to `dra7_mcasp_hdmi_gpio_put'
| make: *** [vmlinux] Error 1
| ERROR: oe_runmake failed
| WARNING: /home/chris/tisdk/build/arago-tmp-external-linaro-toolchain/work/beaglebone-linux-gnueabi/linux-ti-staging/3.14.43+gitAUTOINC+1beb9373a9-r22c-arago2/temp/run.do_compileconfigs.21756:1 exit 1 from
| exit 1
| ERROR: Function failed: do_compileconfigs (log file is located at /home/chris/tisdk/build/arago-tmp-external-linaro-toolchain/work/beaglebone-linux-gnueabi/linux-ti-staging/3.14.43+gitAUTOINC+1beb9373a9-r22c-arago2/temp/log.do_compileconfigs.21756)
ERROR: Task 79 (/home/chris/tisdk/sources/meta-ti/recipes-kernel/linux/linux-ti-staging_3.14.bb, do_compileconfigs) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1293 tasks of which 0 didn't need to be rerun and 1 failed.
Waiting for 0 running tasks to finish:
Summary: 1 task failed:
/home/chris/tisdk/sources/meta-ti/recipes-kernel/linux/linux-ti-staging_3.14.bb, do_compileconfigs
Summary: There were 75 WARNING messages shown.
NOTE: Writing buildhistory
chris@officelinux12:~/tisdk/build$
[-- Attachment #2: Type: text/html, Size: 4782 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Linux Ti Staging build error
2015-05-29 15:04 Linux Ti Staging build error Chris Roed
@ 2015-06-01 15:45 ` Denys Dmytriyenko
0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2015-06-01 15:45 UTC (permalink / raw)
To: Chris Roed; +Cc: meta-ti@yoctoproject.org
Unless you were AUTOREV-ing linux-ti-staging recipe, you shouldn't have seen
this breakage...
On Fri, May 29, 2015 at 03:04:24PM +0000, Chris Roed wrote:
> Hello,
>
>
> This is my first time on a linux mailing list. I'm not sure of proper
> etiquette, so let me know if I'm being stupid.
>
>
> I recently updated my meta-ti to the latest daisy version, and now I'm
> unable to build the linux-ti-staging kernel. I've tried completely deleting
> my tisdk folder and starting from scratch, but I always get this error since
> I upgraded. I found this quite odd, as the beaglebone doesn't even have a
> dra7 processor. Has anyone seen this?
>
>
>
>
> | LD init/built-in.o
>
> | drivers/built-in.o: In function `hdmi_i2c2_hack_demux':
>
> | /home/chris/tisdk/build/arago-tmp-external-linaro-toolchain/work/beaglebone-linux-gnueabi/linux-ti-staging/3.14.43+gitAUTOINC+1beb9373a9-r22c-arago2/git/drivers/video/fbdev/omap2/displays-new/dra7-evm-encoder-tpd12s015.c:117: undefined reference to `dra7_mcasp_hdmi_gpio_set'
>
> | /home/chris/tisdk/build/arago-tmp-external-linaro-toolchain/work/beaglebone-linux-gnueabi/linux-ti-staging/3.14.43+gitAUTOINC+1beb9373a9-r22c-arago2/git/drivers/video/fbdev/omap2/displays-new/dra7-evm-encoder-tpd12s015.c:114: undefined reference to `dra7_mcasp_hdmi_gpio_set'
>
> | drivers/built-in.o: In function `hdmi_i2c2_hack_resume_mcasp':
>
> | /home/chris/tisdk/build/arago-tmp-external-linaro-toolchain/work/beaglebone-linux-gnueabi/linux-ti-staging/3.14.43+gitAUTOINC+1beb9373a9-r22c-arago2/git/drivers/video/fbdev/omap2/displays-new/dra7-evm-encoder-tpd12s015.c:71: undefined reference to `dra7_mcasp_hdmi_gpio_get'
>
> | drivers/built-in.o: In function `hdmi_i2c2_hack_suspend_mcasp':
>
> | /home/chris/tisdk/build/arago-tmp-external-linaro-toolchain/work/beaglebone-linux-gnueabi/linux-ti-staging/3.14.43+gitAUTOINC+1beb9373a9-r22c-arago2/git/drivers/video/fbdev/omap2/displays-new/dra7-evm-encoder-tpd12s015.c:76: undefined reference to `dra7_mcasp_hdmi_gpio_put'
>
> | drivers/built-in.o: In function `hdmi_i2c2_hack_resume_mcasp':
>
> | /home/chris/tisdk/build/arago-tmp-external-linaro-toolchain/work/beaglebone-linux-gnueabi/linux-ti-staging/3.14.43+gitAUTOINC+1beb9373a9-r22c-arago2/git/drivers/video/fbdev/omap2/displays-new/dra7-evm-encoder-tpd12s015.c:71: undefined reference to `dra7_mcasp_hdmi_gpio_get'
>
> | drivers/built-in.o: In function `hdmi_i2c2_hack_suspend_mcasp':
>
> | /home/chris/tisdk/build/arago-tmp-external-linaro-toolchain/work/beaglebone-linux-gnueabi/linux-ti-staging/3.14.43+gitAUTOINC+1beb9373a9-r22c-arago2/git/drivers/video/fbdev/omap2/displays-new/dra7-evm-encoder-tpd12s015.c:76: undefined reference to `dra7_mcasp_hdmi_gpio_put'
>
> | /home/chris/tisdk/build/arago-tmp-external-linaro-toolchain/work/beaglebone-linux-gnueabi/linux-ti-staging/3.14.43+gitAUTOINC+1beb9373a9-r22c-arago2/git/drivers/video/fbdev/omap2/displays-new/dra7-evm-encoder-tpd12s015.c:76: undefined reference to `dra7_mcasp_hdmi_gpio_put'
>
> | make: *** [vmlinux] Error 1
>
> | ERROR: oe_runmake failed
>
> | WARNING: /home/chris/tisdk/build/arago-tmp-external-linaro-toolchain/work/beaglebone-linux-gnueabi/linux-ti-staging/3.14.43+gitAUTOINC+1beb9373a9-r22c-arago2/temp/run.do_compileconfigs.21756:1 exit 1 from
>
> | exit 1
>
> | ERROR: Function failed: do_compileconfigs (log file is located at /home/chris/tisdk/build/arago-tmp-external-linaro-toolchain/work/beaglebone-linux-gnueabi/linux-ti-staging/3.14.43+gitAUTOINC+1beb9373a9-r22c-arago2/temp/log.do_compileconfigs.21756)
>
> ERROR: Task 79 (/home/chris/tisdk/sources/meta-ti/recipes-kernel/linux/linux-ti-staging_3.14.bb, do_compileconfigs) failed with exit code '1'
>
> NOTE: Tasks Summary: Attempted 1293 tasks of which 0 didn't need to be rerun and 1 failed.
>
> Waiting for 0 running tasks to finish:
>
>
> Summary: 1 task failed:
>
> /home/chris/tisdk/sources/meta-ti/recipes-kernel/linux/linux-ti-staging_3.14.bb, do_compileconfigs
>
> Summary: There were 75 WARNING messages shown.
>
> NOTE: Writing buildhistory
>
> chris@officelinux12:~/tisdk/build$
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-06-01 15:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-29 15:04 Linux Ti Staging build error Chris Roed
2015-06-01 15:45 ` Denys Dmytriyenko
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.