Cyril Wallois wrote:
> Hello,
> 
> I'm trying to build RTnet for an embedded board(arm processor) with a
> Davicom dm9000 Ethernet controller, I added the new driver in the driver
> folder, then modify the GNUmakefile.am and Kconfig in the drivers folder,
> and configure.ac in the main folder (the patch contain these changes).
> 
> I use the script autogen.sh, then menuconfig without any error.
> I compile with  :
> 
> make ARCH=arm CROSS_COMPILE=arm-linux- install
> 
> which send me an error during  the compilation :
> ...
> make[1]: folder« rtnet-0.9.11/drivers »
> make[2]: *** No rules to build the target « +@ », needed by « all-local.ko
> ». Stop.
> 
> I have tried with menuconfig and manually with configure, and I have each
> times the same error message,  "+@" seems to be the variable
> RTNET_KBUILD_CMD. The patch is too large to be join
> 
> Have you any idea of what should be my problem ?
> 

This spurious change should cause it:

> @@ -254,7 +272,7 @@
>               $(libkernel_pcnet32_a_SOURCES) \
>               $(libkernel_smc91111_a_SOURCES) \
>               $(libkernel_macb_a_SOURCES) \
> -             $(libkernel_via_rhine_a_SOURCES) FORCE
> +             $(libkernel_via_rhine_a_SOURCES) FORCE \
>       $(RTNET_KBUILD_CMD)
>  
>  install-exec-local: $(OBJS)

Do you plan to submit your driver for upstream integration? Would be
welcome.

Jan

-- 
Siemens AG, Corporate Technology, CT T DE IT 1
Corporate Competence Center Embedded Linux

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
RTnet-users mailing list
RTnet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rtnet-users

Reply via email to