Hello, I Am trying to compile my gcc source as cross compiler. I tryied to compile for pdp10, crx, mips and I still get the same error: Make[2]: *** No rules to make object `/usr/local/bin/crx-as', needed by `stamp-as'. Stop. Make[2]: Leaving directory `/home/piotrek/Desktop/umik/objdir/gcc' Make[1]: *** [all-gcc] Error 2 Make: *** [all] Error 2
To configure I am using such command: ./configure --enable-prefix=/usr/local/cross --without-headers --with-newlib --enable-threds=single --disable-shared --disable-multilib --disable-nls --target=crx I tryied a few of gcc releases. Does anybody know what is the problem? Do I need first to compile binutils for the same target as gcc? Thanks in advance. Best regards, Piotr Pałka