TI Landing Team kernel fails to build
Pantelis Antoniou
panto at antoniou-consulting.com
Wed Mar 7 10:13:48 UTC 2012
Hi there,
As of last night TILT fails to build for omap4_defconfig.
> panto at sles11esa:~/ti/kernels/kernel-tilt$ git checkout -b tilt-tracking-work origin/tilt-tracking
> Branch tilt-tracking-work set up to track remote branch tilt-tracking from origin.
> Switched to a new branch 'tilt-tracking-work'
>
>
...
> panto at sles11esa:~/ti/kernels/kernel-tilt$ make omap4_defconfig
> warning: (ARCH_OMAP4 && ARCH_OMAP5) selects LOCAL_TIMERS which has unmet direct dependencies (SMP && !ARM_SMP_TWD)
> warning: (ARCH_OMAP4 && ARCH_OMAP5) selects LOCAL_TIMERS which has unmet direct dependencies (SMP && !ARM_SMP_TWD)
>
^ This is dubious
> panto at sles11esa:~/ti/kernels/kernel-tilt$ make -j 2
> CHK include/linux/version.h
> CHK include/generated/utsrelease.h
> make[1]: `include/generated/mach-types.h' is up to date.
> CALL scripts/checksyscalls.sh
> CHK include/generated/compile.h
> CC arch/arm/kernel/smp_twd.o
> arch/arm/kernel/smp_twd.c: In function 'twd_timer_setup':
> arch/arm/kernel/smp_twd.c:226:7: error: 'twd_evt' undeclared (first use in this function)
> arch/arm/kernel/smp_twd.c:226:7: note: each undeclared identifier is reported only once for each function it appears in
> arch/arm/kernel/smp_twd.c:251:2: warning: ISO C90 forbids mixed declarations and code
> arch/arm/kernel/smp_twd.c:267:2: warning: type defaults to 'int' in type name
> arch/arm/kernel/smp_twd.c:267:17: warning: initialization makes pointer from integer without a cast
> arch/arm/kernel/smp_twd.c:267:2: warning: type defaults to 'int' in type name
> arch/arm/kernel/smp_twd.c:267:2: warning: type defaults to 'int' in type name
> arch/arm/kernel/smp_twd.c:267:2: warning: type defaults to 'int' in type name
> arch/arm/kernel/smp_twd.c:267:15: warning: assignment makes pointer from integer without a cast
^ twd_evt is nowhere to be found;
> make[1]: *** [arch/arm/kernel/smp_twd.o] Error 1
> make: *** [arch/arm/kernel] Error 2
> make: *** Waiting for unfinished jobs....
> CC arch/arm/mach-omap2/omap_tps6236x.o
> AS arch/arm/mach-omap2/omap-headsmp.o
> CC arch/arm/mach-omap2/omap-hotplug.o
> arch/arm/mach-omap2/omap_tps6236x.c:267:3: error: unknown field 'omap_chip' specified in initializer
> arch/arm/mach-omap2/omap_tps6236x.c:267:3: error: implicit declaration of function 'OMAP_CHIP_INIT'
> arch/arm/mach-omap2/omap_tps6236x.c:267:31: error: 'CHIP_IS_OMAP4460ES1_0' undeclared here (not in a function)
> make[1]: *** [arch/arm/mach-omap2/omap_tps6236x.o] Error 1
> make[1]: *** Waiting for unfinished jobs....
> make: *** [arch/arm/mach-omap2] Error 2
>
>
^ That's a different build error.
Regards
-- Pantelis
More information about the linaro-dev
mailing list