Hi,
I'm trying to build an LKM for the MCF5275 Edge Port Module, based on
Phil Wilshire's which was posted a while back. His was written for
2.4, but I'm using 2.6, so of course the module build process is
different. I'm getting an error during the MODPOST stage and I'm
wondering if anyone can shed some light on it:
FATAL: /home/rr/uCLinux/uClinux-dist/user/eptest/epmod.o has no symtab?
make[2]: [__modpost] Error 1 (ignored)
CC /home/rr/uCLinux/uClinux-dist/user/eptest/epmod.mod.o
gcc: /home/rr/uCLinux/uClinux-dist/user/eptest/epmod.mod.c: No such
file or directory
It's obviously not making the epmod.mod.c.... but I have no idea what
the symtab could be. I've rebuilt the kernel with loadable module
support enabled.
I'll tack on my Makefile if that helps.
On a different note... I sent three emails on this subject to the list
yesterday, but they all bounced back with this error:
PERM_FAILURE: SMTP Error (state 13): 554 Service unavailable; Client
host [209.85.128.190] blocked using relays.ordb.org; ordb.org was shut
down on December 18, 2006. Please remove from your mailserver.
Is this a problem on my side or the list's side?
Thanks,
-David
Makefile:
obj-m += epmod.o
all:
make -C /home/rr/uCLinux/uClinux-dist/linux-2.6.x/ M=`pwd` modules
clean:
make -C /home/rr/uCLinux/uClinux-dist/linux-2.6.x/ clean
_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev