gcc-3.0 -Wl,-T,arch/um/link.ld -Wl,--wrap,malloc -Wl,--wrap,free
-Wl,--wrap,calloc \
-o linux -static arch/um/main.o vmlinux.o -L/usr/lib -lutil
/usr/bin/ld: skipping incompatible /usr/lib/libutil.a when searching for
-lutil
If I change that option to -L/usr/lib64, it gives a bunch of errors for
crti.o, crtbegin.o, etc and also complains about a bunch of functions in
vmlinux.o. Can anyone help in getting through these errors?
I was just wondering when the gcc-3.1 compiler will be ready for being
used on Ultrasparc?
Thanks in advance
-Regards
-Shanti
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/