On Wednesday 16 November 2011 22:28:37 wyang wrote: > GEN_ELF_SOLIB libcom_err.so.2.1 > /homelocal/gcc-4.5.97-uclibc-0.9.97/m68k-uclinux/bin/../m68k-uclinux/libc/m > 5329/usr/lib/crt1.o: In function `_start': > (.text+0x1c): undefined reference to `main' > collect2: ld returned 1 exit status > make[2]: *** [libcom_err.so.2.1] Error 1
you're using a uclinux toolchain which is probably FLAT only (i don't recall m68k ever getting a FDPIC port). thus building shared libraries makes no sense. so don't do that. that said, this isn't a uClibc issue ... might want to try asking whatever vendor gave you your toolchain, or whatever distro you're using. -mike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
