All of lore.kernel.org
 help / color / mirror / Atom feed
* omap3-sgx-modules fails on do_compile
@ 2014-06-24 21:04 Diego Sueiro
  2014-06-24 23:04 ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Diego Sueiro @ 2014-06-24 21:04 UTC (permalink / raw)
  To: meta-ti mailing list

[-- Attachment #1: Type: text/plain, Size: 4884 bytes --]

Folks,

I'm using both yocto and meta-ti on daisy branch and removed meta-yocto-bsp
from bblayers.conf.

Doing a bitbake omap3-sgx-modules I'm receiving the following error:


DEBUG: Executing shell function do_compile
NOTE: make -j 8 -e MAKEFLAGS=
KERNEL_PATH=/<snip>/build-daisy/tmp-eglibc/sysroots/beaglebone/usr/src/kernel
KERNEL_SRC=/<snip>/build-daisy/tmp-eglibc/sysroots/beaglebone/usr/src/kernel
KERNEL_VERSION=3.14.8 CC=arm-qubit-linux-gnueabi-gcc  -mno-thumb-interwork
-marm LD=arm-qubit-linux-gnueabi-ld.bfd   AR=arm-qubit-linux-gnueabi-ar
 BUILD=release TI_PLATFORM=ti335x SUPPORT_XORG=
make -C /<snip>/build-daisy/tmp-eglibc/sysroots/beaglebone/usr/src/kernel
M=`pwd`
make[1]: Entering directory
`/<snip>/build-daisy/tmp-eglibc/sysroots/beaglebone/usr/src/kernel'
      CC [M]
 /<snip>/build-daisy/tmp-eglibc/work/beaglebone-qubit-linux-gnueabi/omap3-sgx-modules/5.01.01.01-r22a/Graphics_SDK_5_01_01_01/GFX_Linux_KM/services4/3rdparty/dc_ti335x_linux/omaplfb_linux.o
/<snip>/build-daisy/tmp-eglibc/work/beaglebone-qubit-linux-gnueabi/omap3-sgx-modules/5.01.01.01-r22a/Graphics_SDK_5_01_01_01/GFX_Linux_KM/services4/3rdparty/dc_ti335x_linux/omaplfb_linux.c:
In function 'OMAPLFBWaitForVSync':
/<snip>/build-daisy/tmp-eglibc/work/beaglebone-qubit-linux-gnueabi/omap3-sgx-modules/5.01.01.01-r22a/Graphics_SDK_5_01_01_01/GFX_Linux_KM/services4/3rdparty/dc_ti335x_linux/omaplfb_linux.c:710:7:
error: implicit declaration of function 'register_vsync_cb'
[-Werror=implicit-function-declaration]
       if (register_vsync_cb((vsync_callback_t)grpx_irq_wait_handler,
&completion, psDevInfo->uiFBDevID) != 0)
       ^
/<snip>/build-daisy/tmp-eglibc/work/beaglebone-qubit-linux-gnueabi/omap3-sgx-modules/5.01.01.01-r22a/Graphics_SDK_5_01_01_01/GFX_Linux_KM/services4/3rdparty/dc_ti335x_linux/omaplfb_linux.c:710:30:
error: 'vsync_callback_t' undeclared (first use in this function)
       if (register_vsync_cb((vsync_callback_t)grpx_irq_wait_handler,
&completion, psDevInfo->uiFBDevID) != 0)
                              ^
/<snip>/build-daisy/tmp-eglibc/work/beaglebone-qubit-linux-gnueabi/omap3-sgx-modules/5.01.01.01-r22a/Graphics_SDK_5_01_01_01/GFX_Linux_KM/services4/3rdparty/dc_ti335x_linux/omaplfb_linux.c:710:30:
note: each undeclared identifier is reported only once for each function it
appears in
/<snip>/build-daisy/tmp-eglibc/work/beaglebone-qubit-linux-gnueabi/omap3-sgx-modules/5.01.01.01-r22a/Graphics_SDK_5_01_01_01/GFX_Linux_KM/services4/3rdparty/dc_ti335x_linux/omaplfb_linux.c:710:47:
error: expected ')' before 'grpx_irq_wait_handler'
       if (register_vsync_cb((vsync_callback_t)grpx_irq_wait_handler,
&completion, psDevInfo->uiFBDevID) != 0)
                                               ^
/<snip>/build-daisy/tmp-eglibc/work/beaglebone-qubit-linux-gnueabi/omap3-sgx-modules/5.01.01.01-r22a/Graphics_SDK_5_01_01_01/GFX_Linux_KM/services4/3rdparty/dc_ti335x_linux/omaplfb_linux.c:716:7:
error: implicit declaration of function 'unregister_vsync_cb'
[-Werror=implicit-function-declaration]
       if (unregister_vsync_cb((vsync_callback_t)grpx_irq_wait_handler ,
&completion, psDevInfo->uiFBDevID) != 0)
       ^
/<snip>/build-daisy/tmp-eglibc/work/beaglebone-qubit-linux-gnueabi/omap3-sgx-modules/5.01.01.01-r22a/Graphics_SDK_5_01_01_01/GFX_Linux_KM/services4/3rdparty/dc_ti335x_linux/omaplfb_linux.c:716:49:
error: expected ')' before 'grpx_irq_wait_handler'
       if (unregister_vsync_cb((vsync_callback_t)grpx_irq_wait_handler ,
&completion, psDevInfo->uiFBDevID) != 0)
                                                 ^
cc1: some warnings being treated as errors
make[3]: ***
[/<snip>/build-daisy/tmp-eglibc/work/beaglebone-qubit-linux-gnueabi/omap3-sgx-modules/5.01.01.01-r22a/Graphics_SDK_5_01_01_01/GFX_Linux_KM/services4/3rdparty/dc_ti335x_linux/omaplfb_linux.o]
Error 1
make[2]: ***
[/<snip>/build-daisy/tmp-eglibc/work/beaglebone-qubit-linux-gnueabi/omap3-sgx-modules/5.01.01.01-r22a/Graphics_SDK_5_01_01_01/GFX_Linux_KM/services4/3rdparty/dc_ti335x_linux]
Error 2
make[1]: ***
[_module_/<snip>/build-daisy/tmp-eglibc/work/beaglebone-qubit-linux-gnueabi/omap3-sgx-modules/5.01.01.01-r22a/Graphics_SDK_5_01_01_01/GFX_Linux_KM]
Error 2
make[1]: Leaving directory
`/<snip>/build-daisy/tmp-eglibc/sysroots/beaglebone/usr/src/kernel'
make: *** [all] Error 2
ERROR: oe_runmake failed
WARNING: exit code 1 from a shell command.
ERROR: Function failed: do_compile (log file is located at
/<snip>/build-daisy/tmp-eglibc/work/beaglebone-qubit-linux-gnueabi/omap3-sgx-modules/5.01.01.01-r22a/temp/log.do_compile.3405)

I'm I missing something?

Regards,

--
*dS
Diego Sueiro

Administrador do Embarcados
www.embarcados.com.br
<http://www.embarcados.com.br/?utm_source=assinatura_diego&utm_medium=e-mail&utm_campaign=Assinatura%20Email%20Diego>

/*long live rock 'n roll*/

[-- Attachment #2: Type: text/html, Size: 5687 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: omap3-sgx-modules fails on do_compile
  2014-06-24 21:04 omap3-sgx-modules fails on do_compile Diego Sueiro
@ 2014-06-24 23:04 ` Denys Dmytriyenko
  2014-06-25 12:41   ` Diego Sueiro
  0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2014-06-24 23:04 UTC (permalink / raw)
  To: Diego Sueiro; +Cc: meta-ti mailing list

Graphics SDK 5.01.01.01 doesn't work with kernel 3.14 yet.

The last tested kernel version to work with Graphics SDK was 3.12; and 3.14 
has changed some APIs, hence the breakage.

-- 
Denys


On Tue, Jun 24, 2014 at 06:04:52PM -0300, Diego Sueiro wrote:
> Folks,
> 
> I'm using both yocto and meta-ti on daisy branch and removed meta-yocto-bsp
> from bblayers.conf.
> 
> Doing a bitbake omap3-sgx-modules I'm receiving the following error:
> 
> 
> DEBUG: Executing shell function do_compile
> NOTE: make -j 8 -e MAKEFLAGS=
> KERNEL_PATH=/<snip>/build-daisy/tmp-eglibc/sysroots/beaglebone/usr/src/kernel
> KERNEL_SRC=/<snip>/build-daisy/tmp-eglibc/sysroots/beaglebone/usr/src/kernel
> KERNEL_VERSION=3.14.8 CC=arm-qubit-linux-gnueabi-gcc  -mno-thumb-interwork
> -marm LD=arm-qubit-linux-gnueabi-ld.bfd   AR=arm-qubit-linux-gnueabi-ar
>  BUILD=release TI_PLATFORM=ti335x SUPPORT_XORG=
> make -C /<snip>/build-daisy/tmp-eglibc/sysroots/beaglebone/usr/src/kernel
> M=`pwd`
> make[1]: Entering directory
> `/<snip>/build-daisy/tmp-eglibc/sysroots/beaglebone/usr/src/kernel'
>       CC [M]
>  /<snip>/build-daisy/tmp-eglibc/work/beaglebone-qubit-linux-gnueabi/omap3-sgx-modules/5.01.01.01-r22a/Graphics_SDK_5_01_01_01/GFX_Linux_KM/services4/3rdparty/dc_ti335x_linux/omaplfb_linux.o
> /<snip>/build-daisy/tmp-eglibc/work/beaglebone-qubit-linux-gnueabi/omap3-sgx-modules/5.01.01.01-r22a/Graphics_SDK_5_01_01_01/GFX_Linux_KM/services4/3rdparty/dc_ti335x_linux/omaplfb_linux.c:
> In function 'OMAPLFBWaitForVSync':
> /<snip>/build-daisy/tmp-eglibc/work/beaglebone-qubit-linux-gnueabi/omap3-sgx-modules/5.01.01.01-r22a/Graphics_SDK_5_01_01_01/GFX_Linux_KM/services4/3rdparty/dc_ti335x_linux/omaplfb_linux.c:710:7:
> error: implicit declaration of function 'register_vsync_cb'
> [-Werror=implicit-function-declaration]
>        if (register_vsync_cb((vsync_callback_t)grpx_irq_wait_handler,
> &completion, psDevInfo->uiFBDevID) != 0)
>        ^
> /<snip>/build-daisy/tmp-eglibc/work/beaglebone-qubit-linux-gnueabi/omap3-sgx-modules/5.01.01.01-r22a/Graphics_SDK_5_01_01_01/GFX_Linux_KM/services4/3rdparty/dc_ti335x_linux/omaplfb_linux.c:710:30:
> error: 'vsync_callback_t' undeclared (first use in this function)
>        if (register_vsync_cb((vsync_callback_t)grpx_irq_wait_handler,
> &completion, psDevInfo->uiFBDevID) != 0)
>                               ^
> /<snip>/build-daisy/tmp-eglibc/work/beaglebone-qubit-linux-gnueabi/omap3-sgx-modules/5.01.01.01-r22a/Graphics_SDK_5_01_01_01/GFX_Linux_KM/services4/3rdparty/dc_ti335x_linux/omaplfb_linux.c:710:30:
> note: each undeclared identifier is reported only once for each function it
> appears in
> /<snip>/build-daisy/tmp-eglibc/work/beaglebone-qubit-linux-gnueabi/omap3-sgx-modules/5.01.01.01-r22a/Graphics_SDK_5_01_01_01/GFX_Linux_KM/services4/3rdparty/dc_ti335x_linux/omaplfb_linux.c:710:47:
> error: expected ')' before 'grpx_irq_wait_handler'
>        if (register_vsync_cb((vsync_callback_t)grpx_irq_wait_handler,
> &completion, psDevInfo->uiFBDevID) != 0)
>                                                ^
> /<snip>/build-daisy/tmp-eglibc/work/beaglebone-qubit-linux-gnueabi/omap3-sgx-modules/5.01.01.01-r22a/Graphics_SDK_5_01_01_01/GFX_Linux_KM/services4/3rdparty/dc_ti335x_linux/omaplfb_linux.c:716:7:
> error: implicit declaration of function 'unregister_vsync_cb'
> [-Werror=implicit-function-declaration]
>        if (unregister_vsync_cb((vsync_callback_t)grpx_irq_wait_handler ,
> &completion, psDevInfo->uiFBDevID) != 0)
>        ^
> /<snip>/build-daisy/tmp-eglibc/work/beaglebone-qubit-linux-gnueabi/omap3-sgx-modules/5.01.01.01-r22a/Graphics_SDK_5_01_01_01/GFX_Linux_KM/services4/3rdparty/dc_ti335x_linux/omaplfb_linux.c:716:49:
> error: expected ')' before 'grpx_irq_wait_handler'
>        if (unregister_vsync_cb((vsync_callback_t)grpx_irq_wait_handler ,
> &completion, psDevInfo->uiFBDevID) != 0)
>                                                  ^
> cc1: some warnings being treated as errors
> make[3]: ***
> [/<snip>/build-daisy/tmp-eglibc/work/beaglebone-qubit-linux-gnueabi/omap3-sgx-modules/5.01.01.01-r22a/Graphics_SDK_5_01_01_01/GFX_Linux_KM/services4/3rdparty/dc_ti335x_linux/omaplfb_linux.o]
> Error 1
> make[2]: ***
> [/<snip>/build-daisy/tmp-eglibc/work/beaglebone-qubit-linux-gnueabi/omap3-sgx-modules/5.01.01.01-r22a/Graphics_SDK_5_01_01_01/GFX_Linux_KM/services4/3rdparty/dc_ti335x_linux]
> Error 2
> make[1]: ***
> [_module_/<snip>/build-daisy/tmp-eglibc/work/beaglebone-qubit-linux-gnueabi/omap3-sgx-modules/5.01.01.01-r22a/Graphics_SDK_5_01_01_01/GFX_Linux_KM]
> Error 2
> make[1]: Leaving directory
> `/<snip>/build-daisy/tmp-eglibc/sysroots/beaglebone/usr/src/kernel'
> make: *** [all] Error 2
> ERROR: oe_runmake failed
> WARNING: exit code 1 from a shell command.
> ERROR: Function failed: do_compile (log file is located at
> /<snip>/build-daisy/tmp-eglibc/work/beaglebone-qubit-linux-gnueabi/omap3-sgx-modules/5.01.01.01-r22a/temp/log.do_compile.3405)
> 
> I'm I missing something?
> 
> Regards,
> 
> --
> *dS
> Diego Sueiro
> 
> Administrador do Embarcados
> www.embarcados.com.br
> <http://www.embarcados.com.br/?utm_source=assinatura_diego&utm_medium=e-mail&utm_campaign=Assinatura%20Email%20Diego>
> 
> /*long live rock 'n roll*/

> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: omap3-sgx-modules fails on do_compile
  2014-06-24 23:04 ` Denys Dmytriyenko
@ 2014-06-25 12:41   ` Diego Sueiro
  2014-06-25 14:11     ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Diego Sueiro @ 2014-06-25 12:41 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-ti mailing list

[-- Attachment #1: Type: text/plain, Size: 570 bytes --]

Hi Denys,

On Tue, Jun 24, 2014 at 8:04 PM, Denys Dmytriyenko <denys@ti.com> wrote:

> Graphics SDK 5.01.01.01 doesn't work with kernel 3.14 yet.
>
> The last tested kernel version to work with Graphics SDK was 3.12; and 3.14
>
has changed some APIs, hence the breakage.
>

I've updated meta-ti repo and it works now.

Regards,

--
*dS
Diego Sueiro

Administrador do Embarcados
www.embarcados.com.br
<http://www.embarcados.com.br/?utm_source=assinatura_diego&utm_medium=e-mail&utm_campaign=Assinatura%20Email%20Diego>

/*long live rock 'n roll*/

[-- Attachment #2: Type: text/html, Size: 1219 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: omap3-sgx-modules fails on do_compile
  2014-06-25 12:41   ` Diego Sueiro
@ 2014-06-25 14:11     ` Denys Dmytriyenko
  0 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2014-06-25 14:11 UTC (permalink / raw)
  To: Diego Sueiro; +Cc: meta-ti mailing list

On Wed, Jun 25, 2014 at 09:41:49AM -0300, Diego Sueiro wrote:
> Hi Denys,
> 
> On Tue, Jun 24, 2014 at 8:04 PM, Denys Dmytriyenko <denys@ti.com> wrote:
> 
> > Graphics SDK 5.01.01.01 doesn't work with kernel 3.14 yet.
> >
> > The last tested kernel version to work with Graphics SDK was 3.12; and 3.14
> >
> > has changed some APIs, hence the breakage.
> >
> 
> I've updated meta-ti repo and it works now.

Yes, I lowered default priority for 3.14 kernel for now, so it should pick up 
3.12 in the meantime.

-- 
Denys


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-06-25 14:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-24 21:04 omap3-sgx-modules fails on do_compile Diego Sueiro
2014-06-24 23:04 ` Denys Dmytriyenko
2014-06-25 12:41   ` Diego Sueiro
2014-06-25 14:11     ` 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.