Cyril Wallois wrote:
> Hi Jan,
> 
> The (strange) error output from the compiler is, :
> 
>   CC [M]  /home/utc/Bureau/rtnet/drivers/rt_8139too.o
> /home/utc/Bureau/rtnet/drivers/rt_8139too.c:237: error: expected identifier
> before '(' token
> make[4]: *** [/home/utc/Bureau/rtnet/drivers/rt_8139too.o] Erreur 1
> make[3]: *** [_module_/home/utc/Bureau/rtnet/drivers] Erreur 2

Name space collision, I bet: 237 contains CSCR, likely already defined
to something else in your kernel. Do you use custom patches? I do not
find any potential conflict in upstream (only with the H8300 arch, but
that's not supported anyway).

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