Quote:
Originally Posted by exception13
which version of gcc and binutils?
|
I have tried versions 4.4 , 4.5 , 4.6 and 4.7. all of them struggle with the code at various places.
I have tried to compile on the Panda board natively and on my Debian PC with a cross compiler.
Which version of gcc and binutils do you use?
---------- Post added at 10:56 AM ---------- Previous post was at 10:32 AM ----------
Quote:
Originally Posted by jan rinze
I have tried versions 4.4 , 4.5 , 4.6 and 4.7. all of them struggle with the code at various places.
I have tried to compile on the Panda board natively and on my Debian PC with a cross compiler.
Which version of gcc and binutils do you use?
|
Also i get these kind of errors which seem like the code is either incomplete or poorly written.
CC drivers/media/video/exynos/fimc-lite/fimc-lite-reg.o
In file included from drivers/media/video/exynos/fimc-lite/fimc-lite-reg.c:16:0:
drivers/media/video/exynos/fimc-lite/fimc-lite-reg.c: In function ‘flite_hw_set_source_format’:
drivers/media/video/exynos/fimc-lite/fimc-lite-core.h:298:32: error: inlining failed in call to always_inline ‘find_flite_format’: function body not available
drivers/media/video/exynos/fimc-lite/fimc-lite-reg.c:103:26: error: called from here
make[5]: *** [drivers/media/video/exynos/fimc-lite/fimc-lite-reg.o] Error 1
make[4]: *** [drivers/media/video/exynos/fimc-lite] Error 2
make[3]: *** [drivers/media/video/exynos] Error 2
make[2]: *** [drivers/media/video] Error 2
make[1]: *** [drivers/media] Error 2
make: *** [drivers] Error 2
|