3 Jan 2003 15:58
1.6: how to build a (cross-)toolchain for amiga?
Hubert Feyrer <hubert.feyrer <at> informatik.fh-regensburg.de>
2003-01-03 14:58:12 GMT
2003-01-03 14:58:12 GMT
I'd like to rebuid the amiga's miniroot. trying to do a ./build -m amiga -t gives me: ... f=/usr/cvs/src-1.6/tools/toolchain/../../gnu/dist/toolchain/gas/config/m68k-parse.y; if [ $f = "./config/m68k-parse.y" ]; then ln -s config/m68k-parse.y . > /dev/null 2>/dev/null || ln config/m68k-parse.y . > /dev/null 2>/dev/null || cp config/m68k-parse.y . >/dev/null 2>/dev/null; f=m68k-parse.y; else true; fi; /bin/sh /usr/cvs/src-1.6/tools/toolchain/../../gnu/dist/toolchain/gas/../ylwrap "bison -y" $f y.tab.c m68k-parse.c --; if [ $f = "m68k-parse.y" ]; then rm -f m68k-parse.y; else true; fi Shared object "libiconv.so.2" not found *** Error code 1 I have no idea where this comes from, and how to get to the point to get to that place again to look into it further. Doing a simple 'make' doesn't do it, obviously. This is on the 1.6-stable branch btw, so I guess that shouldn't happen. FWIW, I have the libiconv-1.8 package installed. Maybe some GNU configure script picked that up by accident... Help!(Continue reading)

I have no objection to .error and although I'm not a great fan of warnings
(if its worth saying - its usually worth an error. 
RSS Feed