Code Sample |
/usr/bin/ld: crt1.o: No such file: No such file or directory collect2: ld returned 1 exit status |
Quote (^thehatsrule^ @ April 24 2007,21:42) |
Your problem is not a missing /usr/bin/ld, but that that ld cannot find crt1.o Make sure you have that somewhere in /usr like /usr/lib Or you could specify the -B flag to gcc. However, I must warn you that packages from mydsl are specifically made to work only for DSL, and not DSL-N. Also, a search would've revealed that using the debian packages (i.e. via apt-get) is generally used. |
Quote (Juanito @ April 25 2007,11:08) |
I've managed to compile in DSL-N by loading a bunch of *.deb files - I can post the details here if that would be useful. |