Hi,

/usr/local/cross/ia32/bin/i686-pc-linux-gnu-ld: cannot find
.../helenos/uspace/lib/c/arch/ia32/src/entry.o
make[2]: *** [bdsh] Error 1
make[2]: Leaving directory `.../helenos/uspace/app/bdsh'
make[1]: *** [app/bdsh.build] Error 2
make[1]: Leaving directory .../helenos/uspace'
make: *** [all] Error 2

Sorry, I am unable to reproduce the problem, but obviously the path to entry.o from your listing is very strange (the three dots in the beginning; the fact that it is a relative path in the first place, it should be an absolute path).

Make sure you run "make distclean" to clean up all leftovers from any previous builds before building. Also make sure that this is not caused by some of your own modifications. If nothing helps then you would have to examine the variables LIBC_PATH and CURDIR in uspace/lib/c/Makefile and the resulting linker script in uspace/lib/c/arch/ia32/_link.ld.


M.D.

_______________________________________________
HelenOS-devel mailing list
[email protected]
http://lists.modry.cz/cgi-bin/listinfo/helenos-devel

Reply via email to