I'm trying to compile those driver for my nexus 7 2nd gen.
I modified the dvbn7comp with the flo kernel source code but havi this little problem:
the problem is with the make command,I've tried everything and nothing works!
I modified the dvbn7comp with the flo kernel source code but havi this little problem:
Code:
*********************************
* dvbn7comp from Martin Marinov *
* Attempting to compile DVB-T *
* kernel modules for Nexus 7 *
kernel 365a6e0
*********************************
More info: http://forum.xda-developers.com/showthread.php?t=1841759
*** Kernel already downloaded, updating ***
*** Toolchain already downloaded, updating ***
*** Using toolchain path tchain/arm-eabi-4.4.3/bin. Now we are in /home/bar
*** Environments set for Android compiling ***
*** Resetting git repo to commit 365a6e063e66b55dbba6f7cfbd7070b8c567e429 ***
M arch/arm/configs/flo_defconfig
HEAD is now at 365a6e0... gpu: ion: Minimize allocation fallback delay
Removing .config
Not removing drivers/media/dvb/.tmp_versions/
Removing drivers/media/dvb/b2c2/modules.order
Removing drivers/media/dvb/bt8xx/modules.order
Removing drivers/media/dvb/ddbridge/modules.order
Removing drivers/media/dvb/dm1105/modules.order
Removing drivers/media/dvb/dvb-core/modules.order
Removing drivers/media/dvb/dvb-usb/modules.order
Removing drivers/media/dvb/frontends/modules.order
Removing drivers/media/dvb/mantis/modules.order
Removing drivers/media/dvb/modules.order
Removing drivers/media/dvb/ngene/modules.order
Removing drivers/media/dvb/pluto2/modules.order
Removing drivers/media/dvb/pt1/modules.order
Removing drivers/media/dvb/siano/modules.order
Removing drivers/media/dvb/ttpci/modules.order
Removing drivers/media/dvb/ttusb-budget/modules.order
Removing drivers/media/dvb/ttusb-dec/modules.order
Not removing drivers/media/rc/.tmp_versions/
Removing drivers/media/rc/keymaps/modules.order
Removing drivers/media/rc/modules.order
Not removing include/config/
Not removing include/generated/
Removing scripts/basic/.fixdep.cmd
Removing scripts/basic/fixdep
Removing scripts/kconfig/.conf.cmd
Removing scripts/kconfig/.conf.o.cmd
Removing scripts/kconfig/.zconf.tab.o.cmd
Removing scripts/kconfig/conf
Removing scripts/kconfig/conf.o
Removing scripts/kconfig/zconf.hash.c
Removing scripts/kconfig/zconf.lex.c
Removing scripts/kconfig/zconf.tab.c
Removing scripts/kconfig/zconf.tab.o
HEAD is now at 365a6e0 gpu: ion: Minimize allocation fallback delay
CLEAN include/config include/generated
*** Enabling DVB-T support ***
HOSTCC scripts/basic/fixdep
HOSTCC scripts/kconfig/conf.o
SHIPPED scripts/kconfig/zconf.tab.c
SHIPPED scripts/kconfig/zconf.lex.c
SHIPPED scripts/kconfig/zconf.hash.c
HOSTCC scripts/kconfig/zconf.tab.o
HOSTLD scripts/kconfig/conf
warning: (ARCH_MSM_KRAITMP && ARCH_MSM_CORTEX_A5) selects HAVE_HW_BRKPT_RESERVED_RW_ACCESS which has unmet direct dependencies (HAVE_HW_BREAKPOINT)
warning: (ARCH_MSM_KRAITMP && ARCH_MSM_CORTEX_A5) selects HAVE_HW_BRKPT_RESERVED_RW_ACCESS which has unmet direct dependencies (HAVE_HW_BREAKPOINT)
#
# configuration written to .config
#
scripts/kconfig/conf --silentoldconfig Kconfig
warning: (ARCH_MSM_KRAITMP && ARCH_MSM_CORTEX_A5) selects HAVE_HW_BRKPT_RESERVED_RW_ACCESS which has unmet direct dependencies (HAVE_HW_BREAKPOINT)
warning: (ARCH_MSM_KRAITMP && ARCH_MSM_CORTEX_A5) selects HAVE_HW_BRKPT_RESERVED_RW_ACCESS which has unmet direct dependencies (HAVE_HW_BREAKPOINT)
[B]make: *** No rule to make target `modules_prepare'. Stop.[/B]
*** Compiling drivers ***
WARNING: Symbol version dump /home/bar/ksrc/Module.symvers
is missing; modules will have no dependencies and modversions.
Building modules, stage 2.
MODPOST 0 modules
[B]/bin/sh: 1: scripts/mod/modpost: not found[/B]
[B]make[1]: *** [__modpost] Error 127[/B]
[B]make: *** [modules] Error 2[/B]
WARNING: Symbol version dump /home/bar/ksrc/Module.symvers
is missing; modules will have no dependencies and modversions.
Building modules, stage 2.
MODPOST 0 modules
[B]/bin/sh: 1: scripts/mod/modpost: not found[/B]
[B]make[1]: *** [__modpost] Error 127[/B]
[B]make: *** [modules] Error 2[/B]
*** Copying to output dir ***
mkdir: cannot create directory ‘output_365a6e0’: File exists