On Sat, May 30, 2015 at 07:09:15PM +0000, mobin Motallebizadeh wrote:
> I'm getting this error in making kernel( Xenomai 3.0 rc4 - ipipe patch 3.16 - 
> kernel 3.16 - target: armv7)
> arch/arm/kernel/smp.c: In function ‘ipi_timer’:arch/arm/kernel/smp.c:531:2: 
> error: implicit declaration of function ‘’ 
> [-Werror=implicit-function-declaration]cc1: some warnings being treated as 
> errorsscripts/Makefile.build:257: recipe for target 'arch/arm/kernel/smp.o' 
> failedmake[1]: *** [arch/arm/kernel/smp.o] Error 1make[1]: *** Waiting for 
> unfinished jobs....Makefile:901: recipe for target 'arch/arm/kernel' 
> failedmake: *** [arch/arm/kernel] Error 2
> WHY?                                    

3.16 is not a version of I-pipe patch, it is the version of the
Linux kernel it applies to.
armv7 is vague, there are a lot of different armv7 arm cores and
processors.
The name of the function which is implicitly declared is missing.
And the answer to "why", is certainly because you are using kernel
configuration options that nobody else uses. But you do not provide
that information either.

So, given this characteristic lack of information, I am afraid
it is impossible for us to answer your question.

-- 
                                            Gilles.

_______________________________________________
Xenomai mailing list
[email protected]
http://xenomai.org/mailman/listinfo/xenomai

Reply via email to