Module Linking Errors
Brad Bonkoski
bradb59@home.com
Thu, 22 Mar 2001 15:33:38 -0700
All,
This problem has been resolved. Apologize for the noise.
-Brad
Brad Bonkoski wrote:
> Hello,
> Having problems again...
> I have a kernel module with multiple *.c files. In my Makefile I am
> comiling them
> independantly, and then linking them together with 'ld -r'
> The problem I have is that for the *.c files to comile independantly
> they require all of
> the header files. But when I link them I get an error saying:
> redifinition of <typedef> first defined <here>
> Of course they are the same definition because they include the same
> file. Any insight
> into how I could resolve this would be appdreciated.
> -Brad
>
> _______________________________________________
> Plug-devel mailing list - Plug-devel@lists.PLUG.phoenix.az.us
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-devel