From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Aric" To: Subject: Problem Building gcc cross compiler for ARC Date: Sun, 28 Oct 2001 04:27:00 -0000 Message-id: <000101c15fab$c1f74a60$6301a8c0@lan> X-SW-Source: 2001-10/msg00257.html Hi I am trying to build gcc-3.0.1 as a cross-compiler for an embedded ARC target on a SUN-SUNOS-5.7 host. Configure and build as follow: /homes/aric/GCCInstl/gcc-3.0.1/configure --target=arc-4-elf --prefix=/disk2/ aric/ArcGccInstl/ArcGcc --with-dwarf2 When I am running the make I receive the following error: Funny input line: timestamp gen-protos: 1346 entries 341 collisions make[1]: *** No rule to make target `crtinit.o', needed by `stmp-multilib'. Stop. make: *** [all-gcc] Error 2 Anyone can help? Thanks, Aric Ben Zvi